/* Estilos gerais */

* {
	margin:0;
	padding:0;
}

img {
	border: 0px;
	padding: 0px;
}

body {
	background: #000000 url(../images/background2.jpg) top center no-repeat;
	margin: auto; 
	text-align: center;
	font-family: "Arial";
	padding-bottom: 12px;
	color: #666666;
	padding-bottom: 0px;
}

.hack{
	clear: both;

}


/* #######################################################################*/

#page{
	width: 700px;
	height: auto;
	margin: auto;
	background-color: #F4F4F4;
	padding-bottom: 0px;
	

}

#header{
	width: 700px;
	height: 137px;
	background: url(../images/headerBackground.jpg) no-repeat;
	float: left;
}

/* #######################################################################*/

#content-left{
	width: 524px;
	height: auto;
	float: left;
	background: #FFFFFF url(../images/leftBackground.jpg) top repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;

}

.post{
	width: 484px;
	height: auto;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;

}

.post-bar{
	width: 504px;
	height: 18px;
	float: right;
	background-color: #F4F4F4;
	font-size: 12px;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.post-bar a{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

#image{
	width: 484px;
	height: auto;
	float: left;
}

#image-top{
	width: 484px;
	height: 6px;
	float: left;
	background: #FFFFFF url(../images/imageBackgroundTop.jpg) top no-repeat;
}

#image-middle{
	width: 484px;
	height: auto;
	float: left;
	padding-top: 6px;
	_margin-top: -10px;
	background: #FFFFFF url(../images/imageBackgroundMiddle.jpg) repeat-y;
	text-align: center;
}
#image-middle img{
	border: 1px solid #E4E4E4;

}

#image-bottom{
	width: 484px;
	height: 12px;
	float: left;
	background: #FFFFFF url(../images/imageBackgroundBottom.jpg) no-repeat;
	margin-bottom: 10px;
}

#text{
	width: 484px;
	height: auto;
	text-align: justify;
	font-size: 12px;
	

}

#page-down{
	width: 504px;
	height: 18px;
	float: right;
	font-size: 12px;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#page-down a{
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}



/* #######################################################################*/

#content-right{
	width: 176px;
	_width: 173px;
	height: 100%;
	float: left;
	background: #F4F4F4 url(../images/rightBackground.jpg) top repeat-x;
	margin: 0px;
	position: relative;
}

#right-form{
	width: 140px;
	height: 200px;
	float: right;
	margin-right: 15px;
	_margin-right: 5px;
	font-size: 12px;
	color: #999999;
	text-align: right;
	margin-top: 12px;

}



#footer{
	width: 700px;
	height: 20px;
	background: url(../images/footerBackground.jpg) no-repeat;
	margin: auto;
}



p.data{
	font-size: 12px;
	color: #999999;
	text-align: left;
	clear: both;

}

p.title{
	font-size: 30px;
	color: #CC0000;
	text-align: left;
	clear: both;
	margin-bottom: 8px;

}

p.title a{
	text-decoration: none;
	color: #CC0000;
}

p.month{
	font-size: 14px;
	color: #999999;
	text-align: right;
	float: right;	
	clear: both;
	margin-right: 15px;
	_margin-right: 8px;

}

p.month a{
	color: #999999;
	text-decoration: none;
}

p.year{
	font-weight: bold;
	color: #990000;
}

label{
	width: 130px;
	float: left;
	text-align: right;
	float: right;
}

input.rightCadastro{
	width: 130px;
	height: 21px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-bottom: 8px;

}

input.enviarRightCadastro{
	width: 40px;
	height: 15px;
	background: url(../images/buttonEnviar.gif) no-repeat;
	float: right;
	margin-bottom: 8px;
	border: 0px;

}




