@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	}

body{
	width:100%;
	text-align:center; /* centralizar no IE */
	background:#fff;
	}


	
/*------ Page ------*/
#page{
	width:1000px;
	background:#fff url(images/background.jpg) repeat-y;
	margin:15px auto;
	}
/*------ /Page ------*/


	

/*------ Header ------*/
#header{
	background:#fff url(images/background_header.jpg) no-repeat top;
	height:90px;
	clear:both;
	text-align:center;
	}
		
#header h1{
	padding-top:30px;
	margin-left:20px;
	text-decoration:none;
	font-size:24px;
	}
	
#header h1 a{
	text-decoration:none;
	font-size:24px;
	color:#900;
	font-family:Arial, Helvetica, sans-serif;
	}
/*------ /Header ------*/



/*------ Navigation Bar ------*/
#navbar{
	background:#CCC;
	margin:0 5px;
	clear:both;
	text-align:center;
	}
	
#navbar ul{
	list-style-type:none;
	display:block;
	padding:0;
	height:23px;
	text-align:center;
	}
	
#navbar a{
	display:block;
	background:#006;
	color:#FFF;
	text-decoration:none;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;	
	text-align:center;
	}

#navbar a:hover{
	background:#009;
	}

#navbar li{
	display:inline;
	float:left;
	margin:1px auto 1px 1px; /* top, right, bottom, left */
	width:122px;
	}

/*------ /Navigation Bar ------*/



/*------ Main ------*/
#main{
	text-align:center;
	width:1000px;
	margin:15px 15px 15px 15px;/* top, right, bottom, left */
	display:inline;
	}
	
#main h2{
	color:#930;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin:10px auto 10px auto;
	}
	
#main h3{
	color:#006;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	margin:10px auto 10px auto;
	}
	
#main p{
	color:#000;
	font-family:"Times New Roman", Times, serif;
	margin:10px auto 10px auto;
	font-size:14px;
	}

#main input{
	width:670px;
	border:2px inset #ccc;
	}
	
#main textarea{
	width:705px;
	height:200px;
	border:2px inset #ccc;
	}
	
#main p.date{
	font-size:12px;
	color:#999;
	}
/*------ /Main ------*/


/*------ Footer ------*/
#footer{
	background:#fff url(images/background_footer.jpg) no-repeat bottom;
	clear:both;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	padding-top:30px;
	}
	
#wc3{
	font-size:10px;
	font-weight:bold;
	}

#wc3 a{
	text-decoration:none;
	color:#000;
	}
/*------ /Footer ------*/

