/* CSS Document */
body {
	background-color: #000;
	text-align:center;
	margin: 0;
	padding: 0;
	border: 0;
}
#whole{
	width: 752px;
	margin-top:60px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#top {
	width: 100%;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	text-align: right;
}
#top p {
	margin: 0 24px 8px 0;
}
#top p a:link,
#top p a:visited {
	color: #666;
	text-decoration: none;
}
#top p a:hover {
	color: #000;
	text-decoration: none;
	background: #666;
}
#main {
	width: 100%;
	height: 372px;
	margin: 0;
	background-image: url(../im/hm_bk.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666;
}
#topnav {
	width: 100%;
	margin: 30px 0 0 0;
}
#topnav p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	float: right;
	display: inline-block;
	margin:0;
	padding: 0 12px 0 12px;
	border-left: 1px solid #336;
}
#topnav p a:link,
#topnav p a:visited {
	color: #000;
	text-decoration: none;
}
#topnav p a:hover {
	color: #fff;
}
#hometext {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #999;
	margin: 60px 0 0 30px;
	width: 360px;
}
#bottom {
	width: 740px;
	margin: -24px 0 0 0;
}
#bottom img {
	float: right;
	border: 1px solid #666;
	margin: 0 18px 0 0;
}
#bottom p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	margin: -48px 0 0 30px;
}
.clearleft {
    clear: left;
    height: 1px;
    overflow: hidden;
}
.clearright {
    clear: right;
    height: 1px;
    overflow: hidden;
}
