html, body{ 
margin:0; 
padding:0; 
text-align:center;
background:#ccc url(../images/bg.jpg) repeat-x;
font:12px/1.5em Arial, Helvetica, sans-serif; 
} 

#container{
width:100%;
margin:0 auto;
background-color:#e7eaee;
}

#header{
width:100%;
height:168px;
text-align:center;
background:#ccc url(../images/bg_header.jpg) repeat-x;
}

#nav{
height:29px;
background:#ccc url(../images/bg_nav.jpg) repeat-x;
text-align:center;
}

#inner_nav{
width:500px;
height:31px;
text-align:center;
margin:0 auto;
/*--padding:7px 0 0 0;--*/
}

#under_nav{
width:100%;
height:44px;
background-image:url(../images/bg_under_nav.jpg);
}

#page_header{
margin:-25px 0 20px 0;
}

#content{
padding:10px 40px 15px 40px;
text-align:left;
min-height:250px;
}

/* for Internet Explorer */
/*\*/
* html #content{
height:250px;
}
/**/

#footer{
width:100%;
height:91px;
background-image:url(../images/bg_footer.jpg);
}


/*-----classes-----*/

.subheader{
font-size:16px;
font-weight:bold;
color:#3f5680;
}

.img_left{
float:left;
margin:5px 20px 10px 0;
border:1px solid #555;
}

.img_left_noborder{
float:left;
margin:5px 20px 10px 0;
}

.img_right{
float:right;
margin:5px 0 20px 10px;
border:1px solid #555;
}

.img_right_noborder{
float:right;
margin:5px 0 20px 10px;
}

/*-----body links-----*/

a:link, a:visited{
text-decoration:underline;
color:#2d5aac;
}

a:hover, a:active{
text-decoration:none;
color:#171a1f;
}

/*-----HTML-----*/

strong{
font-size:13px;
}
