*{
	margin: 0;
	padding: 0;
}
body{
	margin: 30px 0 0 0;
	background: #B3BEAD url(images/bg.jpg) no-repeat scroll center top;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	font-size: 13px;
	line-height: 1.8em;
}
html{
	overflow-y: scroll;
}
h2,h4,h5,h6,
p{
	margin: 0 0 10px;
}
h3{
	color: #660000;
	font-size: 10.5px;
	font-weight: normal;
}

h1{
	margin-top: -10px;
	marign-bottom: 10px;
	text-align: right;
	font-size: 10px;
	font-weight: normal; 
	color: silver;
}
img{
	border:0;
}

a:link,a:visited{color: #660000;}
a:hover	{color: #cc0000;}

.inner{
	padding: 10px;
	overflow: hidden;
}

#container{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#container p#topnavi{
	font-size: 10px;
	text-align: right;
}
#container p#topnavi a{color: #ffffff;}
#container p#topnavi a:hover {text-decoration: underline;}

#header{
	background: none;
	line-height: 1.4em;
	height: 78px;
}
#header ul {
	float: right;
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#header li{
	display: block;
	float: left;
	height: 20px;
	padding: 0px 6px;
	border-right: 1px solid #c0c0c0;
}
#header li a {
	display: block;
	float: left;
	height: 20px;
	padding: 0px 10px;
	color: #ffffff;
	font-size: 16px;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}
#header .last {border: medium none;}
#header .active a {background: #660000 none repeat scroll 0%;}
#header li a:hover {background: #660000 none repeat scroll 0%;}

#contents{
	float: left;
	width: 898px;
	border: 2px solid #BEBEBE;
	background:#FFF;
}
#contents p#link{
	font-size: 11px;
	color: #696969;
	text-align: left;
	padding-left: 30px;
}

#contents p#img{
	text-align: center;
}

#topimage{
	width: 898px;	
}
#main{
	float: left;
	width: 550px;
	background: #fff;
	padding-left: 50px;
}
#main p{
	padding-left: 30px;
}
#main img{
	margin-bottom: 10px;
}
#sub{
	float: right;
	width: 280px;
	border-left: 1px #cccccc solid; 
	margin-bottom: 10px;
	font-size: 12px;
}
#sub ul{
	margin: 0px 0px 10px 50px;
	list-style-image:url(images/mark.gif);
	line-height: 1.8em;
}
#sub li{
	padding-left: 5px;
}

#sub img{
	margin: 0 0 0 50px;
}
#footer{
	clear: both;
	padding: 5px 0 0 0;
	width: 900px;
	height: 50px;
	color: #fff;
	background: #BFC8B8 url(images/bg3.gif) repeat-x;

}


#footer .inner{
	margin-top: 5px;
	text-align: center;
}
#footer .inner p{
	font-size: 10px;
	color: #CCCCCC;
}

#address a{
	text-decoration: none;
	font-weight: normal;
	color: #444444;}
#address a:hover{
	color: #660000;
	}

#address{
	padding-top: 10px;
	clear: both;
	width: 900px;
	text-align: center;
}
#address p{
	font-size: 10px;
	color: #996666;
	line-height: 1.3em;
}