/* Reset Eric Meyer */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	background: url(../images/pattern.png);
	font-size: 72.5%;
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#53777A ;
}
a:hover{
	color: #C02942;
}
a:active{
	position: relative;
	top: 1px;
}
/* 
Paleta


Creme	
HEX:  #ECD078  RGB: 236,208,120
Laranja
HEX: #D95B43  RGB: 217,91,67
Vermelho
HEX: #C02942  RGB: 192,41,66
Roxo
HEX: #542437  RGB: 84,36,55
Azul
HEX: #53777A  RGB: 83,119,122


Meus estilos 

*/


#container  { 
	width:760px;
	margin:0 auto;
	padding:0px 10px;
	text-align:left;
	background: url(../images/container_bg.png) repeat-y top center;
}
	#header { 

	}
		#headertitle{
			text-transform: uppercase;
			color: #FFF;
			font-size: 50px;
			font-family: "Arial";
			padding:40px 0px 20px 20px;
			background: #53777A;
		}
		#header h3{
			display: block;
			width: 100%;
			padding: 10px 0px;
			background: #C02942;
			color: #fff;
			text-indent: 20px;
			text-transform: uppercase;
			font-size: 11px;
			font-weight: 200;
		}
		#mainnav{
			display: block;
			padding:0px 10px;
		}
			#mainnav li{
				display: inline;
				font-size: 11px;
				font-weight: bold;
			}
				#mainnav li a, #mainnav li a:active{
					margin: 5px 0px;
					padding:5px 10px 5px;
					margin-right: -1px;
					display: block;
					float: left;
					border-right: 1px solid #c02942;
					color: #C02942;
					text-decoration: none;
				}
					#mainnav li:last-child a{
						border-right: none;
					}
					#mainnav li a:hover{
						margin: 0px;
						padding:10px 10px 10px;
						background: #C02942;
						color: #fff;
						border-right: 1px solid #fff;
					}
	
	#content{
		padding: 0px 20px 0px 20px;
		clear: both;
		position: relative;
		float: left;
	}
		#content p{
			padding-bottom: 10px;
		}
			#content .cite{
				font-weight: bold;
			}
		#maincontent{
			float: left;
			width: 440px;
			padding: 0px 20px 0px 0px
			margin-right:-200px;
		}
			#maincontent form{
				display: block;
			}
				#maincontent form label, #maincontent form input,#maincontent form textarea{
					display: block;
					font-weight: bold;
				}
				span.error{
					color: red;
				}
				span.sucess{
					color: green;
				}
				
		.title{
			font-weight: bold;
			font-size: 14px;
			text-transform: uppercase;
			color: #53777A;
			margin:20px 0px 10px;
		}
		#sidebar{
			margin-top: -150px;
			padding-top: 231px;
			margin-bottom: 30px;
			float: left;
			display: block;
			width: 266px;
			background: url(../images/book.png) no-repeat top center;
			position: relative;
			right: -80px
		}
			#sidebar h2, #sidebar p{
				position: relative;
				right: 50px;
				width:200px;
			}
			.aboutsidebar{
				padding: 20px;
				border:1px solid #D95B43;
				background: #ECD078;
			}
	#footer{
		padding: 10px 20px 10px 20px;
		margin: 20px 0px 0px;
		border-bottom: 15px solid #53777A;
		clear: both;
		color: #fff;
		background: #0d0d0d;
	}
		#mainfooter {
			float: left;
			width:440px;
			padding: 0px 10px 0px 0px;
			font-weight: bold;
		}
			#mainfooter p, #sidebarfooter p{
				padding: 10px 0px;
			}
			.subtitle{
				color: #C02942;
				font-weight: bold;
				text-transform: uppercase;
				padding: 10px 0px 0px
			}
		#sidebarfooter{
			float: left;
			width:250px;
			padding: 0px 0px 0px 10px;
			border-left: 1px solid #fff;
		}
			#sidebarfooter h3{
				text-transform: uppercase;
			}
			#sidebarfooter ul{
				padding-bottom: 10px;
				border-bottom: 1px solid white;
			}
