/* CSS Document */

body {
	background: url(images/background.jpg) top left repeat-y;
	background-color: #660000;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:130px;
	z-index:1;
	background-color: #660000;
	background: url(images/home/logo-fade.jpg) top left repeat;
}

#menu {
	position:absolute;
	left:0px;
	top:130px;
	width:100%;
	height:38px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	z-index:2;
	background-color: #AD3517;
	
}

#copybox {
	position:absolute;
	left:340px;
	top:182px;
	width:575px;
	height: 310px;
	z-index:1;
	overflow: visible
}

#picboxtoplef {
	position:absolute;
	left:10px;
	top:178px;
	width:315px;
	height:315px;
	z-index:1;
    background-color: #00FFFF;
}

#picboxtopleft {
	position:absolute;
	left:10px;
	top:178px;
	width:150px;
	height:150px;
	z-index:1;
    background-color: #00FFFF;
}

#picboxtopright {
	position:absolute;
	left:170px;
	top:178px;
	width:150px;
	height:150px;
	z-index:1;
	background-color: #00FF66;
}

#picboxbottomleft {
	position:absolute;
	left:10px;
	top:338px;
	width:150px;
	height:150px;
	z-index:1;
	background-color: #3333CC;
}

#picboxbottomright {
	position:absolute;
	left:170px;
	top:338px;
	width:150px;
	height:150px;
	z-index:1;
	background-color: #006666;
}
#contactbo {
	position:absolute;
	left:10px;
	top: 493px;
	width:250px;
	height:20px;
	padding:15px;
	z-index:1;
	background-color: #660000
}
#contactbox {
	position:absolute;
	left:10px;
	top: 498px;
	width:270px;
	height:60px;
	padding:20px;
	z-index:1;
	background-color: #660000;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 25px;
	color: #660000;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #660000;
	text-align: left;
	
}

.contactheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C97C15;
	text-align: left;
	line-height: 18px;
}


.contactcop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #C97C15;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
}
.contactcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C97C15;
	text-align: center;
	line-height: 16px;
}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: 660000;
}