body{background-color: #5A5A5A; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #D6CDB8;}

/*links*/
a:link,a:active,a:visited {
	color: #D6CDB8;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #7C2426;
}
a#home_contact_links{
	color: #BBBBAF;
	}
a:hover#home_contact_links{
	color: #D6CDB8;
	}
/*links*/

/* layers */
.right_shadow{
	position: absolute;
	top: -20px;
	right: -13px;
	width: 20px;
	height: 600px;
	background-image: url(./pics/right_shadow.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}	
.left_shadow{
	position: absolute;
	top: -20px;
	left: -20px;
	width: 20px;
	height: 600px;
	background-image: url(./pics/left_shadow.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}
.center{
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	min-height: 600px;
	background-color: #6C6B6B;
	background-image: url("./pics/fade.jpg");
	background-repeat: no-repeat;
}
.home_contact_links{
	position: relative;
	top: 0px;
	left: 10px;
	width: 780px;
	height: 18px;
	color: #BBBBAF;
	background-color: #6C6B6B;
	border-bottom: 2px groove black;
	text-align: right;
	font-size: 10px;
	padding-right: 2px;
	padding-top: 2px;
}
.top{
	position: relative;
	top: 18px;
	left: 10px;
	width: 780px;
	height: 400px;
}
	.top_left{
		position: relative;
		top: 0px;
		left: 50px;
		width: 350px;
		height: 380px;
		}
		.button{
			position: relative;
			top: 0px;
			left: 0px;
			width: 176px;
			height: 10px;
			border-top: 2px groove black;
			padding: 10px;
			}
	.top_right{
		position: relative;
		top: -382px;
		left: 400px;
		width: 380px;
		height: 380px;
		text-align: center;
		}
			.pic{
			position: absolute; 
			width: 352px; 
			height: 249px; 
			top: 65px;
			background-color: #5A5A5A; 
			padding: 5px; 
			border: 1px solid #7F7F7F; 
			}
.bottom{
	position: relative;
	top: 0px;
	left: 10px;
	width: 780px;
	min-height: 400px;
border: 1px solid #6C6B6B;
	border-top: 2px groove black; 

}
	.bottom_left{
		position: relative;
		top: 0px;
		left: 50px;
		width: 350px;
		min-height: 300px;
		}
		.links{
		position: relative; width: 272px; height: 94px; left: 10px; top: 20px; border: 3px solid #838383;
		}
	.bottom_right{
		position: relative;
		top: -441px;
		left: 400px;
		width: 360px;
		min-height: 300px;
		padding-left: 15px;
		margin-bottom: -250px;
		}
		
.bottom-line{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 800px;
	height: 18px;
	background-color: #646464;
	border-top: 2px groove black;;
}

/* layers */
