/* CSS Document */

html, body {
	margin: 0;
} 

body {
	background-image: url(image/bg3.jpg);
	background-position:center;
}

#container { 
	position: relative;
	left: 50%;
	margin-left: -378px;
	width: 758px;
}

#top {
/*	margin-left: -2px; */
	width:758px;
	height:23px;
	background-color:#339900;
}

#top_left {
	float:left;
	height:23px;
	background-color:#339900;
}

#top_right {
	float:right;
	height:23px;
	background-color:#339900;
}

#content {
	width:758px;
	background-color:#F7F89F;
	float:left;
}

#main_list {
	margin-top:30px;
	float:left;
	width: 180px;
	margin-right: -180px;
}

#main_content {
	margin-top:30px;
	width: 550px;
	margin-left: 190px;
	padding-top:20px;
}

#sitemap_content {
	margin-top:30px;
	width: 600px;
	left: 50%;
	margin-left: 79px;
}

.smalltext {
	font-size:12px;
}

.contenttext {
	font-size:15px;
}

.sublisttext {
	font-size:15px;

}

#fp:first-letter {
	font-size : 200%;
	font-weight : bold;
	float : left;
	margin-right: 3px;
}

#banner {
}

#sub_list {
	padding-top:5px;
	margin-top:0px;
	width: 550px;
	margin-left: 190px;
	margin-right:10px;
	background-color:#E2C78D;
	height:20px;
}

#long_sub_list {
	padding-top:0px;
	margin-top:0px;
	width: 550px;
	margin-left: 190px;
	margin-right:10px;
	background-color:#E2C78D;
	height:35px;
}
li {
	font-size: 15px;
	line-height: 30px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 2 0 0 0.15em;
}

#nav-menu li a
{
background: url(image/background.gif) #fff bottom left repeat-x;
height: 1.3em;
line-height: 1.4em;
float: left;
width: 7em;
display: block;
border: 0.1em solid #FFCC66;
color:#000;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{ 
background: url(image/dw_background.gif) #fff bottom left repeat-x;
height: 1.3em;
line-height: 1.4em;
float: left;
width: 7em;
display: block;
border: 0.1em solid #FFCC66;
color:#000;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none;
}
/* End hide */

#nav-menu
{
}

a:link {color: #000000; font-style: normal; text-decoration: underline;}
a:active {color: #333333; font-style: normal; text-decoration: underline;}
a:visited {color: #660000; font-style: normal; text-decoration: underline;}
a:hover {color: #333333; font-style: normal; text-decoration: underline;}

