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

body{
background:url(../images/bg.jpg) top repeat;
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;
}

h1{
font-family:Arial, Helvetica, sans-serif;
background:url(../images/title.jpg) no-repeat;
font-size:16px;
height:50px;
text-transform:uppercase;
color:#484848;
padding:10px 50px 0px 50px;
margin:0px 0px 0px 0px;
}

#header{
background:url(../images/header.jpg) no-repeat right transparent;
height:252px;
}

#menu{
background:url(../images/menu.jpg) no-repeat right transparent;
height:71px;
font-family: "Arial", Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight: normal;
padding-left:50px;
}

#menu a{
font-family: "Arial", Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight: normal;
text-decoration:none;
}

#menu a:hover{
font-family: "Arial", Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight: normal;
text-decoration: underline;
}

#left_sidebar{
width:300px;
}

#content{
background: url(../images/bkr.jpg) repeat-y ;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
line-height:18px;
color:#484848;
margin:0px 0px 0px 0px;
border-top:0px solid  transparent;
}

.title{
background:url(../images/title.jpg) no-repeat;
padding:0px;
margin:0px;
height:50px;
border:0px solid #FF0000;
}

#footer{
height:50px;
background:url(../images/footer.jpg) no-repeat;
}

.footer_text{
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-align:right;
font-style:italic;
padding:20px 50px 0px 0px;
}
.footer_text a {	color:white;}
.div_clear {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

	overflow: hidden;

}