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

* {
margin:0px;
padding:0px;
}

/*_______________________body_____________________*/

body {
background-color:#ffffff;
margin:0px;
padding:0px;
text-align:left;
}

/*_______________________wrapper_____________________*/

#wrapper {
margin-left:auto;
margin-right:auto;
width:1000px;
height:750px;
margin-top:20px;
border-top:solid 1px #b1b62b;
border-left:solid 1px #b1b62b;
border-bottom:solid 1px #b1b62b;
}

/*_______________________header_____________________*/

#header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:150px;
width:1000px;
}



/*_______________________content_____________________*/

#content_main {
float:left;
width:540px;
height:350px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
color:#333333;
background-color:#b1b62b;
padding:0px 150px 0px 310px;
background-image:url(images/content.jpg);
background-repeat:no-repeat;
overflow:auto;
scrollbar-face-color:#b1b62b;
scrollbar-base-color:#b1b62b;
scrollbar-arrow-color:black;
scrollbar-track-color:#b1b62b;
scrollbar-shadow-color:#909348;
scrollbar-highlight-color:#cbd12c;
scrollbar-3dlight-color:#cbd12c;
scrollbar-darkshadow-Color:#909348;
}

#content_bottom {
float:left;
width:1000px;
height:250px;
background-image:url(images/bottom.jpg);
background-repeat:no-repeat;
margin-bottom:20px;
}


#bottom_left {
float:left;
height:250px;
width:295px;
padding-left:5px;
}


#bottom_right {
float:right;
width:500px;
height:180px;
padding:60px 200px 10px 0px;
}



/*_______________________ footer _____________________*/

#footer {
clear:both;
color:#666666;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
height:15px;
width:900px;
}


/*_______________________ text _____________________*/

h1 + p {
margin-top:0px;
}

h1 {
color:#ACD001;
font-family:Verdana,Helvetica,sans-serif;
font-size:15px;
font-weight:normal;
letter-spacing:1px;
margin-bottom:0px;
text-decoration:none;
}

h2 {
color:#666666;
font-family:Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
letter-spacing:1px;
margin-bottom:0px;
text-decoration:none;
}


/*_______________________ links _____________________*/


a:link, a:visited {
color:#00AEEF;
font-weight:bold;
text-decoration:none;
}
a:hover, a:active {
color:#333333;
font-weight:bold;
text-decoration:none;
}
#footer a:link, #footer a:visited {
color:#666666;
text-decoration:none;
}
#footer a:hover, #footer a:active {
color:#FFFFFF;
text-decoration:none;
}
