@import url("navigation.css");
@import url("content.css");
/* CSS Document */
* {
margin:0;
padding:0;
}
img{
border:none;
}
a {
outline:none;
color:#005E8E;
}

html {
width:100%;
height:100%;
}

h1 {
color:#3F9AAD;
font-size:1.4em;
font-weight:400;
margin:0 0 20px;
}

h2 {
color:#2E8799;
font-size:.72em;
margin:8px 0 0;
line-height:17px;
}

h3 {
color:#CF6D1D;
font-size:11px;
margin:8px 0 5px 5px;
}

h4 {
color:#3F9AC3;
font-size:0.82em;
margin:0px 0px 2px 0px;
}
h5 {
color:#243444;
font-size:0.75em;
margin:5px 15px 10px 0 ;
text-align:center;
}

p {
font-size:12px;
color:#747474;
line-height:17px;
margin:0 0 10px;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
margin:0;
}

#wrapper {
width:100%;
}

#conteiner {
position:relative;
width:100%;
}

#top_bar {
position:relative;
background:url(../images/bg_top_bar.jpg) repeat-x;
height:39px;
width:100%;
}

#header {
	position:relative;
	background:url(../images/bg_header.jpg) repeat-x;
	height:270px;
	width:100%;
	margin-bottom: 20px;
}

#header_inside {
position:relative;
background:url(../images/bg_header.jpg) repeat-x;
height:100px;
width:100%;
}

#navigation {
position:relative;
background:url(../images/bg_top_nav.jpg) repeat-x;
height:32px;
width:100%;
}

#content {
position:relative;
background:url(../images/gradient_bg.jpg) repeat-x;
width:100%;
height:100px;
}

#footer {
position:relative;
background:#FDFDFD;
border-top:1px solid #EAEAEA;
padding:10px 0 5px;
}

.error_pointer{
	font-weight:bold;
	color:#FF0000;
	font-size:1.5em;
}
