/* Template */
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin: 0 auto;
	font-size:12px;
	background-image:url('images/background.gif');
	background-repeat:no-repeat;
	background-position:center 0px;
	overflow: -moz-scrollbars-vertical;
}

a {color:#FFFFFF;text-decoration:none;}
a:hover {color:#5c5c5c;}

ul {color:#FFFFFF; font-size:13px;}
li a {color:#FFFFFF; }

h1 {font-size:15px;font-weight:bold;}

.content {
	left: 0px;
	width: 100%;
	margin: 0 auto;
	line-height:150%;
}

.content_left {
	float:left;
	width:50%;
	text-align:right;
}

.content_right {
	float:left;
	width: 49.9%;
	text-align:left;
}

.content_right a {
	color:#5C5C5C;
}

.content_right a:hover {
	color:#990000;
}

.navi {
	margin-top:100px;
	padding-right:20px;
}


.navi a {
	font-weight:bold;
}

.subnavi {
}

.content_main {
	float:left;
	text-align:left;
	color:#990000;
	padding:88px 20px 0;
	width:450px; 
}

.space {
	padding-bottom:25px;
}

.active {
	color:#5c5c5c;
	font-weight:bold;
}

.list {
	color:#990000;
	font-size:12px;
}

.list a {
	color:#5C5C5C;
}

.list a:hover {
	color:#990000;
}

.clear {
	clear:both;
	line-height:1px;
	height:1px;
}