/* Main */

body {
background:#C9D0C3;
color:#000000;
margin:0;
padding:0;
text-align:center;
font-family:Verdana, Arial, sans-serif;
font-size:87%;
}

hr {
height:25px;
visibility:hidden;
}

/* Headers */

h1 {
background:#505848;
color:#FFFFFF;
margin:0;
padding:5px;
display:inline;
text-decoration:none;
font-weight:normal;
}

h2 {
background:#505848;
color:#C9D0C3;
margin:0;
padding:5px;
display:inline;
text-decoration:none;
font-weight:normal;
font-size:1.0em;
}

/* Header */

#header {
width:80%;
height:120px;
background:url('../images/header/background.jpg') repeat-x;
color:#FFFFFF;
padding:0;
margin:0px auto 0px auto;
}

.logo {
float:left;
border:0px;
width:310px;
height:120px;
}

.end {
float:right;
border:0px;
width:70px;
height:120px;
}

/* Navigation */

.navigation {
list-style-type:none;
position:relative;
top:100px;
left:20px;
text-align:right;
}

.navigation li {
display:inline;
}

.navigation a {
text-decoration:none;
padding:3px;
}

.navigation a:link, .navigation a:visited {
color:#FFFFFF;
background:#7D8D6D;
}

.navigation a:hover, .navigation a:active {
color:#97A489;
background:#C9D0C3;
}

.here {
text-decoration:none;
padding:3px;
color:#97A489;
background:#FFFFFF;
}

/* Content */

#content {
background:#FFFFFF;
color:#000000;
width:80%;
margin:20px auto 0px auto;
padding:15px;
font-size:0.8em;
text-align:left;
}

.e {
color:#97A489;
background:#C9D0C3;
font-weight:bold;
padding:2px;
}

/* Footer */
#footer {
width:80%;
height:60px;
background:url('../images/footer/background.jpg') repeat-x;
color:#FFFFFF;
padding:0;
margin:0px auto 0px auto;
}

.copyright {
float:left;
border:0px;
width:310px;
height:60px;
}

.end2 {
float:right;
border:0px;
width:70px;
height:60px;
}

/* iframes */

.iframe1 {
width:48%;
height:250px;
border-bottom:1px solid #000000;
float:left;
margin:0px auto 10px 0px;
}

.iframe2 {
width:48%;
height:250px;
border-bottom:1px solid #000000;
float:right;
margin:0px 0px 10px auto;
}

.title1 {
background:#FFFFFF;
color:#505848;
margin:0px auto 10px 0px;
padding:5px;
text-decoration:none;
font-weight:normal;
width:48%;
float:left;
}

.title2 {
background:#FFFFFF;
color:#505848;
margin:0px auto 10px 0px;
padding:5px;
text-decoration:none;
font-weight:normal;
width:48%;
float:right;
}