/**********
* General *
**********/
body, html {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: verdana, sans-serif;
	height: 101%;
	background-color: #6e6c55;
	color: #000000;
}

a {
	color: #494637;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/***********
* Template *
***********/
.clear {
	clear: both;
}

#main {
	position: absolute;
	margin-left: 50%;
	left: -388px;
	width: 757px;
	background-image: url(../images/main_bg.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	passing-bottom: 0;
}

#header_wrap {
	border-top: 2px solid #cc0000;
	border-bottom: 4px solid #afafaf;
	height: 120px;
	width: 757px;
}

#logo {
	float: left;
	width: 260px;
	height: 120px;
	border-right: 2px dotted #afafaf;
	background-image: url(../images/logo.jpg);
}

#header {
	position: absolute;
	width: 495px;
	margin-left: 50%;
	left: -116px;
	top: 1px;
	height: 120px;

}

#navi {
	width: 757px;
	height: 24px;
	background-image: url(../images/navi_bg.gif);
}

#content {
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#footer {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #afafaf;
	padding: 10px;
	text-align: center;
	width: 717px;
}

#subnavi {
	float: left;
	text-align: center;
	font-weight: bold;
}

#subnavi a {
	text-decoration: none;
	color: #494637;
}

#subnavi a:hover {
	text-decoration: none;
	color: #494637;
}

#copyright {
	float: right;
	color: #494637;
	text-align: center;
	font-color: 9px;
}

.layout1 {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}
