/* CSS Document */
*{
margin:0px;
padding:0px
}
img{
border:0px
}
html{
/*width:100%;
height:100%;*/
background:#fff url(./images/bg.jpg) repeat-x;
}
body{
width:715px; heigh:100%;
margin:auto;

}

#top{
background:url(images/topbg.jpg) no-repeat center top;
padding:10px 0 0 13px;
text-align:left;
height:166px;
}
.menu{
display:block;
padding:5px 0 0 5px
}
.menu li{
list-style-type:none;
float:left;
margin:0 8px 0 0 
}
#wrapper{
width:715px;
padding:0px 0px 0 0px;
float:left;
background:#fff url(./images/contentbg.jpg) repeat-y center;
}
#menu2{
padding:0 0 0 18px;
float:left;
}
#menu2 a,#menu2 a:visited{
	color:#330000;
	text-decoration: none;
}
#menu2 a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.content{
float:left;
padding:0 0 0 30px;
width:480px;
font-size:15px;
color:#330000;
}

#copy{
	font-family:Arial;
	font-size:11px;
	color:#686868;
	float:left;
	width:715px; height:30px;
	text-align:center;
	padding:25px 0px 0 0;
	margin:0px;
	background:#fff url(./images/copybg.jpg) no-repeat;
}

#menu_content {
	border:#a29c8a 1px solid;
	text-align: left;
	background-color:#ffffff;
	width:146px;
	padding:2px 2px 0px 3px;
	margin:0 0 11px 0;
	font-size:15px;
	color:#49657D;
}


#menu_title{
	margin:10px 0 0px;padding:2px 0 0 0;
	background-color:#5A1A00;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color: #fff;
	background:#e8e8e8 url(./images/menu_title1.jpg) no-repeat top center;
	height:23px; width:153px;
}
#menu_title a, #menu_title a:visited{
	text-decoration: none; color:#fff;
}
#menu_title a:hover{
	color:#ff0000;
	text-decoration: none;
}

#menu2 ul{
	margin:0 0px;padding:0;
}
#menu2 li{
	background:transparent url(./images/bullet.gif) no-repeat 0 4px;
	margin:0 0 5px; padding:2px 0 3px 15px;
	list-style-type:none;
	border-bottom:1px dotted #5A1A00;
}

#title1 {
	border:1px solid #f0d8af;
	background:#330000;
	color:#feedd0;
	padding:5px 20px;
	font-size:19px;
	font-weight:bold;
	margin:6px 0;
}

#title2 {
	border-bottom:1px dotted #ababab;
	border-left:20px solid #fea700;
	padding:5px 10px;
	font-size:17px;
	font-weight:bold;
	color:#966300;
	margin:10px 0;
}

#info {
/*border:3px solid #99cc65;*/
background:#dadada;
padding:15px 20px;
color:#393939;
font-weight:bold;
}