*
{

padding: 0px;
}

body
{
background: #202020;
color: #000000;
font-size: 12px;
font-family: "Arial", helvetica, sans-serif;

}
a {
text-decoration: none;
color: #333399;
}
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: 12px;
	top: 931px;
	visibility: visible;
}

#content {
	width: 700px;
	height: 812px;
	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: #000000;
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: 12px;
	top: 13px;
	z-index: 1;
}


#nav {
	height: auto;
	min-height: 633px;
	float: left;
	width: 255px;
	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: 20px;
margin-bottom: 0px;
background: url('images/line.png') repeat-x bottom center;
font-family:  "Bitsumishi";
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 ;
font-family:  "Arial", "Verdana",sans-serif;
color: #000000;
text-decoration: none;
}

#nav a.nav_link:hover{
color: #333399;
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: 10869px;
	left: 628px;
}

#footer a {

color: #797971;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {

color: #509010;
}
.ContentText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	background-color: #6E6E68;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.body_links {
	font-family: "Arial", helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16pt;
	font-weight: normal;
	color: #000000;
	list-style-type: circle;
}

