*
{

padding: 0px;
}

body
{
background: #202020;
color: #000000;
font-size: 12px;
font-family: "Arial", helvetica, sans-serif;

}
a {
text-decoration: none;
color: #409000;
}
a:hover {
text-decoration: underline;

}

#top {
float: left;
width: 100%;
height: 150px;
background: url('images/top.png') repeat-x bottom left;
position: absolute;
top: 0%;
left: 0%;
}

#bottom {
float: left;
width: 100%;
height: 150px;
background: url('images/bottom.png') repeat-x top left;
position: absolute;
left: 0px;
top: 732px;
}

#content {
width: 700px;
height: 385px;
position: absolute;
left: 370px;
top: 155px;

}

#box1 {
width: auto;
height: 240px;
float: left;
}
#box1_left {
width: 20px;
height: 240px;
background: url('images/box1_left.png') no-repeat top right;
float: left;
}
#box1_center {
padding: 10px;
width: 600px;
height: 240px;
background: url('images/box1_center.png') repeat-x top left;
float: left;
}

#box1_center h3.title {
color: #202020;
margin-top: 5px;
padding: 0px;
margin-bottom: 3px;
height: 30px;
float: left;
font-weight: normal;
text-transform: uppercase;
font-size: 18px;

}
#gallery {
width: 600px;
height: 180px;
float: left;
}

#gallery a.gallery_link{
width: 85px;
height: 85px;
background: url('images/gallery_normal.png') no-repeat top left;
float: left;
padding-left: 7px;
padding-top: 7px;
margin: 0px;

}
#gallery a.gallery_link:hover{

background: url('images/gallery_hover.png') no-repeat top left;

}
#gallery img {
float: left;
border: 0px;
width: 73px;
height: 73px;

}
#box1_right {
width: 20px;
height: 240px;
background: url('images/box1_right.png') no-repeat top left;
float: left;
}

#box2 {
width: auto;
height: 335px;
float: left;
}
#box2_left {
width: 20px;
height: 335px;
background: url('images/box2_left.png') no-repeat top right;
float: left;
}
#box2_center {
padding: 10px;
width: 600px;
height: 335px;
background: url('images/box2_center.png') repeat-x top left;
float: left;
}
#box2_center h3.title {
color: #509010;
height: 30px;
margin-top: 5px;
padding: 0px;
margin-bottom: 3px;
float: left;
font-weight: normal;
text-transform: uppercase;
font-size: 18px;

}
#news{
margin-top: 5px;
width: 600px;
height: 250px;
float: left;
font-family: "Verdana", "Arial", sans-serif;

}
#box2_right {
width: 20px;
height: 335px;
background: url('images/box2_right.png') no-repeat top left;
float: left;
}


#header{
text-align: left;
height: 80px;
position: absolute;
left: 75px;
top: 20px;
z-index: 1;
}


#nav {
height: auto;
min-height: 633px;
float: left;
width: 230px;
background: url('images/nav_bg.png') repeat-y;
z-index: 1;
position: absolute;
left: 100px;
top: 125px;
font-family: "Verdana", "Arial", sans-serif;
}

#nav h3.title {
width: 200px;
float: left;
margin-left: 15px;
height: 30px;
text-align: center;
margin-top: 5px;
background: url('images/line.png') repeat-x bottom center;
font-family:  "Arial", "Verdana",sans-serif;
font-size: 18px;
}
#nav a.nav_link{

width: 200px;
float: left;
margin-left: 15px;
height: 20px;
text-align: center;
padding-top: 5px;
background: url('images/nav_link.png') no-repeat center center ;
color: #000000;
text-decoration: none;
}

#nav a.nav_link:hover{
color: #509010;
background: url('images/nav_link.png') no-repeat center center #202020;

}


#footer{
font-size: 10px;
float: left;
height: 50px;
color: #797971;
z-index: 1;
position: absolute;
top: 800px;
left: 500px;
}

#footer a {

color: #797971;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {

color: #509010;
}







