@charset "utf-8";
/* CSS Document */

body{
background:url(../images/bg.jpg) top repeat-x #dadde4;
padding:0px;
margin:0px;
}

img{
border:4px ridge #484848;
margin-right:10px;
margin-bottom:10px;
}

a{
color:#000000;
}

#body{
width:766px;
margin:0px auto 0px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-transform:uppercase;
color:#484848;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

#header{
background:url(../images/header.jpg) no-repeat right transparent;
height:312px;
}

#menu{
background:url(../images/menu.jpg) no-repeat right transparent;
height:37px;
font-family: "Arial", Helvetica, sans-serif;
font-size:12px;
color:#475677;
font-weight: normal;
padding-left:40px;
}

#menu a{
font-family: "Arial", Helvetica, sans-serif;
font-size:12px;
color:#475677;
font-weight: normal;
text-decoration:none;
}

#menu a:hover{
font-family: "Arial", Helvetica, sans-serif;
font-size:12px;
color:#475677;
font-weight: normal;
text-decoration: underline;
}

#left_sidebar{
width:300px;
}

#content{
background:#ffffff;
min_height:500px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
padding:10px;
line-height:18px;
color:#484848;
margin:0px 0px 0px 0px;
}

#footer{
height:55px;
}

.footer_text{
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:10px;
color:#484848;
text-align:right;
font-style:italic;
padding:10px 10px 0px 0px;
}

.div_clear {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

	overflow: hidden;

}