/* spaced - a free web template by spyka webmaster
   http://www.spyka.net
*/

/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	background-image:url('images/img1.gif');
	background-repeat:repeat;
	margin:0 auto;
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

/* headers */
h1 {
	font-size:12px;
	text-align:left;
	font-style:oblique;
	color:#000000;
	letter-spacing:3px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#7491A1;
}
h3 {
	font-size:12px;
	font-weight:normal;
	color:#333333;
	border-bottom:1px solid #DDDDDD;
}
h4 {
	background-color:#DDDDDD;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	color:#999999;
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:1.3em;
}

/* links */
a {
	color:#333333;
	border-bottom:1px dotted #333333;
	text-decoration:none;
}
a:hover {
	color:#000066;
	border-bottom:1px solid #7491A1;
}
div#footer a {
	color:#ffffff;
	text-decoration:underline;
	border:none;
}
div#footer a:hover {
	border:none;
}
div#sidebar ul li a { 
	color:#999999;
	border-bottom:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#sidebar ul li a:hover {
	background-color:#DDDDDD;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#dddddd;
	padding:15px;
	margin:5px;
}
	
/* container, header and nav */
div#container {
	background-color:#ffffff;
	width:100%;
	padding:0 0 0 0px;
	margin:0;
}
div#header {
	background-image:url('images/background.gif');
	background-repeat:repeat;
	background-position:top center;
	background-color:#000066;
	height:125px;
	padding:10px;
}
div#header p {
	text-align:left;
	padding:0 0 0 30px;
	margin:0;
	font-size:12px;
	color:#ffffff;
}
div#nav {
	background-image:url('images/navbg1.jpg');
	background-repeat:repeat-x;
	height:40px;
}
div#nav ul {
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	float:left;
	border:none;
	height:30px;
	letter-spacing:2px;
	border-right:1px solid #999999;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
div#nav ul li a:hover {
	background-color:#FFFFFF;
	color:#000066;
}

/* content */
div#content {
	padding:20px 10px 0 10px;
}

div#page {
	width:100%;
	float:left;
	background-image:url('images/fundo_predio.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
/*inserido para centralizar a imagem*/
div#page2 {
	width:100%;
	float:left;
}
div#sidebar {
	width:28%;
	float:right;
}
div#sidebar p {
	padding:3px 5px;
	font-family:Arial, Helvetica, sans-serif;
}
div#sidebar ul {
	list-style:none;
	margin:7px 12px;
}
div#sidebar ul li {
	padding:3px 0;
}

/* footer */
div#footer {
	padding:0px 0px;
	/*background-color:#000066;*/
	color:#ffffff;
}
div#footer p {
	font-size:12px;
	font-family: "Arial Black";
	background-image:url('images/navbg1.jpg');
	background-repeat:repeat-x;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
