/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body{
	margin:0;
	padding:0;
	background-color:#000000;
	font-size:12px;
	line-height:140%;
	color:#ffffff}

a:link {
	color: #684B05;
}
a:visited {
	color: #684B05;
}
a:hover {
	color: #684B05;
}
a:active {
	color: #684B05;
}

#wrapper{
	width:820px;
	border:1px solid #666666;}

#menu{
	margin:0px 10px 0px 0px;
	width:216px;
	background-image:url(../img/menu_bg.jpg);
	float:left;}
	
#contents{
	width:575px;
	float:left;}

#copyright{
	margin:5px;
	text-align:center;
	font-size:11px;}

#footer{
	margin:30px 5px 5px 5px;
	text-align:center;
	font-size:11px;
	border-bottom:1px dotted #990000;}

#footer a:link {
color:#9D8A82;
	text-decoration: none;
}
#footer a:visited {
color:#9D8A82;
	text-decoration: none;
}
#footer a:hover {
color:#9D8A82;
	text-decoration: underline;
}
#footer a:active {
color:#9D8A82;
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

h1{
margin-top:5px;
margin-bottom:5px;
font-size:11px;
color:#ffffff;
font-weight:normal;
line-height:13px;
}

.navi{
	margin:0px 19px 0px 19px;
	}

.title{
	margin:100px 0px 10px 0px;
	}

.mainpic{
	margin:0px 0px 38px 0px;}

.border_red{
	border:1px solid #990000;}

.color1{
color:#000000;
	font-size:12px;}
	
.asta{
color:#ff0000;
	font-size:11px;}

p{
	margin-bottom:20px;}
