@charset "UTF-8";
li {
	text-indent: -30px;
	list-style-type: none;
}
#left {
	float: left;
	height: 475px;
	width: 350px;
	margin-top: 25px;
	margin-left: 10px;
}
#container {
	height: 800px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#navdivision {
	width: 350px;
	height: 475px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
#right {
	height: 475px;
	width: 350px;
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 10px;
}
#header {
	background-image: url(images/images/header_01.jpg);
	height: 245px;
	width: 750px;
}
#nav {
	height: 30px;
	width: 750px;
	float: right;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#footer {
	font-size: 10px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
}
a:link {
	color: #666666;
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}
a:active {
	line-height: 20px;
	font-size: 14px;
}
a:visited {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
