@charset 'utf-8';
/* CSS Document */

body{
background:url(../images/background.jpg) no-repeat top center;
background-color:#1b2a57;
}

a{
outline:none;
text-decoration:none;
}

.blank{
clear:both;
height:0px;
}

.wrapper{
width:990px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
}

#header{
height:123px;

}
#header_left, #header_right{
float:left;
width:39px;
height:123px;
}
#header_left{
background:url(../images/header_shadow_left.jpg) no-repeat;
}
#header_right{
background:url(../images/header_shadow_right.jpg) no-repeat;
}
#header_middle{
background:url(../images/header_bg.jpg) repeat-x;
float:left;
height:123px;
width:912px;
}

#logo{
float:left;
margin:16px 0 0 40px;
}

#header_text{
float:right;
color:#afbfe2;
margin:52px 40px 0 0;
font-size:0.95em;
}
#header_text strong{
font-weight:bold;
font-size:1.1em;
letter-spacing:-0.03em;
color:#fff;
}




/*--Globals--*/

.content_wrapper{
width:912px;
margin:0 39px 0 39px;
}
* html .content_wrapper{
margin:-18px 39px 0 39px;
}
.content_wrapper h2{
color:#eee;
font-size:1.4em;
margin-bottom:1em;
}
.content_wrapper p{
color:#ddd;
font-size:0.95em;
margin-bottom:1.7em;
line-height:1.6em;
text-align:justify;
}
.content_wrapper strong{
font-weight:bold;
color:#eee;
}

.content_wrapper ul{
padding-left:35px;
color:#ddd;
font-size:0.95em;
line-height:1.6em;
margin-bottom:30px;
}
.content_wrapper li{
margin-bottom:0.7em;
}


/*--Footer--*/

#footer{
clear:left;
width:912px;
height:126px;
}
#footer_bg{
background:url(../images/footer_bg.png) no-repeat center; 
width:912px;
height:24px;
padding-top:15px;
}
* html #footer_bg{
padding-top:28px;
background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer_bg.png', sizingMethod='scale');
}
#footer p{
color:#8997be;
padding:20px 40px 40px 40px;
font-size:0.8em;
text-align:center;
}
#footer p strong{
font-size:1.3em;
}
#footer a{
color:#94b7f8;
}
#footer a:hover{
color:#ffd437;
}
