/*
S2 Solucoes
*/

body {
	margin: 0;
	padding: 0;
	background: #311C00 url(images/img1.jpg);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:  #CCCCCC;
}

h2, h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(images/img3.gif) repeat-x left bottom;
	letter-spacing: 0px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 17px;
}

p, ol, ul {
	line-height: 160%;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding: 2px 0 5px 0;
}

ul li.first {
	background: none;
}

a {
	color:  #CCCCCC;
}

a:hover {
	text-decoration: none;
}

strong {
	color: #D9C09A;
}

.indent {
	margin-top: 0;
	margin-left: 130px;
}

.image {
	float: left;
	margin: 0;
}

#wrapper {
	position:absolute;
	width:1200px;
	margin-left:-600px;
	left:50%;
	display:table;
}

/* Header */

#header {
	width: 1200px;
	height: 250px;
	margin: 0 auto;
}

#header * {
	font-weight: bold;
	color: #000333;
}

#header h1 {
	float: left;
	padding: 90px 0 0 0;
	letter-spacing: -1px;
	font-size: 36px;
}

#header h2 {
	float: left;
	padding: 110px 0 0 6px;
	background: none;
	font-size: 12px;
	font-weight: normal;
}

#header h2 a {
	text-decoration: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 110px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header li a {
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #FFFFFF;
}

#header li.first a {
	border: none;
}

/* Content */

#content {
	width: 730px;
	margin: 0 auto;
	padding-top:250px;
}

#colOne {
	margin-top:150px;
	float: left;
	width: 500px;
	margin-top:0px;
}

#colTwo {
	float: right;
	width: 184px;
	margin-top:0px;
}

#colTwo h3 {
	margin-top: 10px;
}

/* Footer */

#footer {
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 20px 0;
	background: url(images/img4.gif) repeat-x;
	text-align:center;
}

#footer p {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
}
/*�rea de CSS da parte administrativa*/
#central {
	background: url(images/fundo.jpg);
	background-repeat: no-repeat;
	position:absolute;
	width:1200px;
	margin-left:-600px;
	left:50%;
	display:table;
	height:500px;
	text-align:center;
}

#media{
	position:relative;
	width:820px;
	margin:auto;
	padding-top:275px;
	display:table;
}

#esquerda{
	float:left;
	width:25%;
	text-align:left;
}

#direita{
	float:right;
	width:70%;
	text-align:left;
	}
	
/* Classes da �rea administrativa */

.imageLink{
	border:none;
}