@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#homepage {
	height: auto;
	width: 234px;
	padding-top: 34px;
	overflow: visible;
	padding-left: 166px;
}
#contactpage {
	height: auto;
	float: right;
	width: 500px;
	padding-top: 34px;
	overflow: hidden;
}
.linkage {
	color: #C90;
}

.title_01 {
	font-size: 20px;
	color: #635A39;
}
.wording {
	color: #635A39;
	font-size: 11px;
}



#container{
	height:auto;
	width:1280px;
	height:800px;
	margin: auto;
}
#content{
	width:821px;
	height:800px;
	float: left;
}
#left{
	height:800px;
	background-image:url(images/left.jpg);
	width: 220px;
	float: left;
}
#right{
	height:800px;
	background-image:url(images/right.jpg);
	width: 239px;
	float: right;
}#navigation {
	height: 52px;
	padding-top: 5px;
	width: 580px;
	margin: auto;
	text-align: center;
}
.rollover a {
	background-image:url(images/nav_link.png);
	display:block;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	margin-left: 10px;
	width: 88px;
	margin-right: 10px;
	height: 44px;
	padding: 3px 2px 0px 2px;
	background-repeat: no-repeat;
	float: left;
}

.rollover a:hover {
	text-decoration:underline;

}
#contain{
	height:auto;
	overflow:hidden;
	width: 400px;
	float: right;
}

