@charset "UTF-8";
#container {
	background: #FFFFFF;
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#container #top {
	height: 100px;
	width: 800px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #CCCCCC;
}
#container #navbar {
	height: 40px;
	width: 800px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #CCCCCC;
	display: inline-block;
	clear: both;
	font-family: Futura;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-decoration: none;
	word-spacing: 2em;
	list-style: none;
}
#container #navbar a {
	font-family: Futura;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#container #navbar a:visited {
	font-family: Futura;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#container #navbar a:hover {
	font-family: Futura;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#container #navbar a:active {
	font-family: Futura;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#container #navbar a:link {
	font-family: Futura;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#container #sidebar {
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 400px;
	width: 160px;
	font-family: Futura;
	font-size: 16px;
	line-height: 30px;
	color: #CC0000;
	list-style: circle inside;
}
#container #main_image {
	background: #CCCCCC;
	margin: 0px;
	padding: 3px 0px 0px;
	float: right;
	height: 100%;
	width: 640px;
	font-family: Futura;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
#copywirite {
	height: 15px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-family: Futura;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
}
#main_quote {
	font-family: Futura;
	font-size: 14px;
	font-weight: bolder;
	line-height: 40px;
	color: #666666;
	background: #CCCCCC right center;
	border: 15px solid #FFFFFF;
	padding: 0px;
	margin: 30px auto 0px;
	font-style: italic;
	text-align: center;
	height: 100%;
	width: 500px;
	text-indent: 0px;
}
