@charset "utf-8";

#container {
	margin:0 auto;
	width:950px;
	background:url(../images/bg_pagebody.jpg);
	text-align:left;
}

#head {
	position:relative;
	height:85px;
}

#head h1,#head h2 {
	position: absolute;
	left: -999px;
	width: 990px;
}

#head img {
	position: absolute;
	top: 0;
	left: 40px;
}

#wrapper {
}

#alpha {
	width:685px;
	float:left;
}

#side {
	width:264px;
	float:right;
	border-left:1px dashed #c8c8c8;
}

#side h2 {
	margin:5px 45px 5px 20px;
	padding:0 0 5px 0;
	border-bottom:2px solid #d19720;
	color:#3b3b3b;
	font-size:80%;
}

#side ul {
	margin:0 0 0 20px;
}

#side li {
	list-style-type:none;
}

#side span {
	font-size:75%;
}

#totop {
	margin:10px 40px;
	font-size:70%;
	text-align:right;
}

#foot {
	background:url(../images/foot.jpg) no-repeat center bottom;
	padding:20px 25px 0 25px;
	margin:20px 0 0 0;
	position:relative;
}

#foot ul {
}

#foot li {
	display:inline;
	font-size:80%;
	border-right:1px solid #FFFFFF;
	padding:0 0 0 3px;
}

#foot li a:link,#foot li a:visited,#foot li a:hover,#foot li a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#foot img {
	vertical-align:middle;
}

#foot address {
	position:absolute;
	font-size:70%;
	color:#FFFFFF;
	left: 630px;
	top: 25px;
}

