@import url("content.css");
@import url("navigation.css");
@import url("error.css");
/* CSS Document */
html {
	height:101%;
}
* {
margin:0;
padding:0;
}

a {
outline:none;
color:#85A4C0;
}

p {
font-size:0.72em;
line-height:17px;
color:#424242;
margin:0 7px 25px 0;
}

img {
border:0;
}

h2 {
display:none;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	font-size:2em;
	font-weight:200;
	margin:28px 0 20px;
	text-transform: capitalize;
}


h4 {
font-family:"Times New Roman", Times, serif;
color:#85A4C0;
font-size:1em;
font-weight:600;
margin:10px 0;
}

h5 {
font-family:"Times New Roman", Times, serif;
font-size:.75em;
color:#85A4C0;
}
h6 {
font-weight:400;
color:#85A4C5;
font-size:.70em;
margin:10px 0 10px 15px;
}
body {
background-color:#EFEDE0;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
}

#wrapper {
width:100%;
}

#conteiner, #admin_container {
position:relative;
width:950px;
padding:0 5px;
background: url(../images/bg.jpg) repeat-y; 
margin:auto;
}


#header {
position:relative;
background:url(../images/header-large.jpg) no-repeat top;
width:100%;
height:167px;
}

#content {
position:relative;
width:100%;
overflow:hidden;
}

#footer {
position:relative;
width:100%;
height:185px;
text-align:center;
padding-top:30px;
}

