@charset "UTF-8";
/* CSS Document */

* { 
margin: 0; 
}


html, body { height: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bolder;
color:#2d220e;
}

#outerwrapper {
background-image:url(images/marble.jpg);
background-repeat:no-repeat;
background-position: center top;
margin:0;
height:100%;
width:100%;
min-height:760px;
overflow:hidden;
}

#innerwrapper {
background-image:url(images/marble.jpg);
background-repeat:no-repeat;
background-position: center top;
height:1080px;
width:1920px;
margin:auto;
}

#content {
background-image:url(images/center_bg2.png);
background-repeat:no-repeat;
background-position: center top;
width:620px;
height:760px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
}

#links {
height:275px;
width:275px;
margin-left:188px;
margin-right:auto;
margin-top:39px;
}

#title {
padding-top:34px;
padding-left:115px;
}

#subtitle {
text-align:center;
}

#links a, a:visited {
font-size:13px;
text-decoration:none;
color:#2d220e;
}

#links a:hover {
font-size:13px;
text-decoration:none;
color:#facd71;
list-style-type:none;
}

.horizon {
margin-left:170px;
}

#badge {
background-image:url(images/badge.png);
background-repeat:no-repeat;
text-align:center;
height:36px;
width:187px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
padding-top:4px;
margin-bottom:0px;
}

#badge a, a:visited {
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#2d220e;
}

#badge a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
color:#aa1e23;
}

.download {
font-size:10px;
}

.report {
font-size:12px;
}

#search {
margin-top:18px;
padding-left:198px;
}

