﻿/* Recipiente */

html, body 
{
    background-image: url('../img/content-bg.gif');
}

#container {  
    height:708px;
    background-image: url('../img/default-bg.gif');
}

/* Conteúdo */


#title 
{
    background-image:url("../img/regulamento-title.png");
    background-position:left bottom;
    background-repeat:no-repeat;
    height:22px;
    width:165px;
}

#container .inner .text 
{
    padding-top:20px;
    clear:both;
}

#container .inner .text p
{
	line-height:18px;
	font-size:11px;
}

p.block
{
    padding-top:14px;
    font-weight:bold;
}
.subtitulo b u span
{
    font-size:14px;
}
