@charset "utf-8";
body {
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
}
#container {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	height: 149px;
	width: 901px;
	position: relative;
}
#head .top-menu {
	position: absolute;
	top: 120px;
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#head .top-menu a:link, #head .top-menu a:visited {
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	padding: 5px;
}
#head .top-menu a:hover {
	color: #000000;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	background-color: #FFFFFF;
	padding: 5px;
}

#footer {
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-left: 20px;
	clear: both;
	margin: 0px;
	position: relative;
}
#content {
	background-color: #FFFFFF;
	position: relative;
}
#main {
	width: 690px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#main .title {
	border-bottom-width: 50px;
	border-bottom-style: solid;
	border-bottom-color: #a2ccfe;
	margin-right: 20px;
	margin-left: 20px;
}
#main .txt {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-bottom: 30px;
}

#list {
	position: absolute;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	left: 700px;
	width: 138px;
}

#navigation {
	width: 200px;
	position: absolute;
	left: 700px;
	top: 50px;
}
#navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 2em;
	color: #666666;
	list-style-type: disc;
}
#navigation a {
	color: #666666;
	text-decoration: none;
}




#footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer .copyright {
	position: absolute;
	top: 5px;
	right: 10px;
}
