/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	width: 900px;
	min-height: 850px;
	margin: 0 auto;
	top: 0px;
	background-color:#635F55;
}
h1 {
	font-size: 18px;	
	margin: 8px;
}
h2 {
	font-size: 15px;
	margin: 8px;
}
h3 {
	font-size: 13px;
	margin: 8px;
	margin-left: 0px;
}
p {
	font-size: 12px;
}

#container {
	width: 900px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#main_img {
	width: 325px;
	min-height: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 25px;
	background-color: #FFFFFF;
	float: left;
}
#main_content {
	width: 525px;
	min-height: 800px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 25px;
	background-color: #FFFFFF;
	float: right;
}
#content {
	width: 525px;
	min-height: 750px;
}
#up {
	width: 525px;
	min-height: 250px;
	overflow: hidden;
	margin-bottom:25px;
}
#one {
	width: 200px;
	float: left;
}
#menu {
	width: 170px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu img {
	padding: 0px;
	margin: 0px;
}
#three {
	width: 155px;
	float: left;
}
#middle {
	width: 525px;
	min-height: 175px;
	margin-bottom: 25px;
}
#bottom {
	width: 525px;
	min-height: 250px;
	margin-bottom: 25px;
	overflow: hidden;
}
#picture {
	width: 200px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	min-height: 150px;
}
#detail {
	width: 300px;
	float: right;
	min-height: 225px;
}
#footer {
	width: 525px;
	height: 50px;
	background-image:url(/images/Key%20Interface%20Components/Footer_Logo.gif);
	background-position: right;
	background-repeat:no-repeat;
	clear: both;
}
#footer p {
	padding-top: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
}

blockquote {
	background-color: #f2f2f2;
	border-left: 5px solid #006633;						
	color: #000000;	
	font-size: 0.95em;
	margin: 15px auto;
	padding: 8px;
	width: 95%;	
}

.preview {
	width: 525px;
	clear: both;
	font-size: 12px;
	color: #999999;
}
.preview_left {
	width: 250px;
	float: left;
	margin-top: 25px;
	height: 175px;
	background-repeat:no-repeat;
}
.preview_right {
	width: 250px;
	float: right;
	margin:0px;
	margin-left: 25px;
	height: 200px;
	overflow: hidden;
	line-height: 15px;
}
a:link {
	color: #CCCCCC;	
	font-size: 12px;
}
a:visited {
	color: #CCCCCC;	
	font-size: 12px;
}
a:active {
	color: #CCCCCC;	
	font-size: 12px;
}
a:hover {
	color: #999999;
	font-size: 12px;
}
