/* CSS Document */

body {
	background-color: #EFD5CB;
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin:0px;
	padding:0px;
} /* Need to set body margin and padding to get consistency between browsers. */


#Content {
	margin-left:auto;
	margin-right:auto;
	width:460px;
	margin-top:20px;
	text-align:left;
	padding:2px;
	border:hidden;
	background-color:#EFD5CB;
	top: 21px;
}

#Index {
	float:right;
}

p {
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
}

#pic {
	float:left;
	width:286px;
}
#title {
	width:160px;
	height:20px;
	color: #FFFFFF;
	background-color:#CC6666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight:600;
	padding:4px;
}

#hmenu {
	top:82px;
	width:160px;
	height:450px;
	color: #FFFFFF;
	background-color:#660000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding:4px;
}


