html, body {
margin: 0px;
padding: 0px;
background-image:url(images/body_bg.jpg);
background-position:center;
background-repeat:repeat-y;
// background-color:white;
background-color:#AFA476;
} 

body {
margin: 0px;
padding: 0px;
font-family: Arial, Verdana, sans-serif;
font-size:12px;
}


.container {
overflow:hidden;
margin:0px auto;
width:1023px;
}

.leftbar {
float:left;
width:281px;
background:#000000;
}

.logo {
float:left;
width:281px;
height:203px;
background-image:url(images/logo.jpg);
}

.logoLink {
float:left;
width:281px;
height:152px;
}

.leftBlock {
float:left;
width:271px;
height:36px;
padding:5px;
padding-top:10px;
color:#FFFFFF;
text-align:center;
}

.leftBlock a:link, .leftBlock a:active, .leftBlock a:visited {
color:#FFFFFF;
text-decoration:none;
}

.leftBlock a:hover {
text-decoration:underline;
}

.leftNews {
float:left;
width:241px;
height:70px;
padding:20px;
padding-bottom:0px;
color:#a18537;
font-size:14px;
text-align:center;
font-weight:bold;
}

.leftNews a:link, .leftNews a:active, .leftNews a:visited {
color:#a18537;
text-decoration:none;
}

.leftNews a:hover {
text-decoration:underline;
}

.leftMood {
float:left;
width:281px;
}

.header {
float:left;
width:742px;
height:185px;
}

.wrapper {
float:left;
width:742px;
height:583px;
background-image:url(images/content_bg.jpg);
}

.navi {
float:left;
width:640px;
margin-left:40px;
margin-top:25px;

}

.content {
float:left;
margin-top:50px;
margin-left:55px;
width:615px;
height:420px;
overflow:auto;
overflow-x: hidden; 
}

.content a:link, .content a:active, .content a:visited {
color:#000000;
font-weight:bold;
text-decoration:none;
}

.content a:hover {
text-decoration:underline;
}

.footer {
float:left;
width:643px;
padding-top:40px;
padding-left:40px;
font-size:11px;
}

.footer a:link, .footer a:active, .footer a:visited {
color:#000000;
text-decoration:none;
padding-left:15px;
padding-right:15px;
}

.footer a:hover {
text-decoration:underline;
}




h1, h2, h3, h4, h5, h6 {
margin:0px;
padding:0px;
color:#FFFFFF;
font-weight:normal;
}

h1 {
font-size:22px;
padding-bottom:15px;
}

h2 {
font-size:17px;
font-weight:bold;
padding-bottom:5px;
}


























