body {
	background-color: #b8aea5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
#background_box_home {
	background-color: #FFFFFF;
	background: url(images/home_card_bg.jpg) repeat-x;
	width: 999px;
	height: 505px;
	left: 70px;
	position: absolute;
	top: 48px;
	z-index: 10;
}
#bottom_dropshadow {
	background: url(images/home_whiteback.png) no-repeat;
	width: 1115px;
	height: 613px;
	top: 40px;
	left: 10px;
	position: absolute;
	z-index: 5;
}
#right_box_home {
	background-color: #000000;
	width: 768px;
	height: 508px;
	left: 302px;
	position: absolute;
	top: 46px;
	z-index: 20;
	padding: 0 0 0 0;
	line-height: 0px;
}


#sub_bottom_dropshadow {
	background: url(images/sub_card_bg.png) no-repeat;
	width: 1450px;
	height: 1165px;
	top: 7px;
	left: -155px;
	position: absolute;
	z-index: 5;
}
#background_box_sub {
	background-color: #FFFFFF;
	/*blue background */
	background: url(images/home_card_sub_bg.jpg) repeat-x;
	width: 999px;
	height: 1160px;
	left: 70px;
	position: absolute;
	top: 48px;
	z-index: 10;
}
#sub_right_box_home {
	background-color: #FFFFFF;
	width: 766px;
	height: 953px;
	left: 302px;
	position: absolute;
	top: 48px;
	z-index: 20;
	padding: 0 0 0 0;
	/*line-height: 0px;*/
		border-style:solid;
	border-left:thin double #000000;
	border-right: hidden;
	border-bottom: hidden;
	border-top: hidden;
}
#nav {
	margin-left: 40px;
	margin-right: 40px;
}
#nav_sub {
	margin-left: 10px;
	margin-right: 10px;
}
#footered {
	position: absolute;
	top: 960px;
	left: 350px;
	color: #FFFFFF;
}
#footered a {
	text-decoration: none;
	color: #FFFFFF;
}
#footered a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footered a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#adjustright {
	margin-left: 22px;	
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

