/************************
Background is vertical repeating image
************************/
body {
	background-color:#333333;
	margin:100px 0px 0px 0px;
	}
	
/*****************************************
container holds the central image
*****************************************/
#home {
	width:812px;
	height:550px;
	margin:0 auto;
	background:url(/images/home_img.jpg) no-repeat;
	}
	
#info {
	width:812px;
	height:550px;
	margin:0 auto;
	background:url(/images/info.jpg) no-repeat;
	padding-top:25px;
	}
	
#link {
	width:200px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7288ae;
	margin-top:465px;
	margin-left:45px;
	float:left;
	}

#link a:link, #link a:visited {
	color:#7288ae;
	text-decoration:none;
	}
	
#link a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
#right {
	width:450px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-left:325px;
	line-height:22px;
	}
	
#contact {
	width:450px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-left:325px;
	line-height:16px;
	}

#contact a {
	color:#7288ae;
	text-decoration:none;
	}

.title {
	font-size:14px;
	font-weight:bold;
	}
	
#dottedSep {
	border-top:#666666 thin dotted;
	height:2px;
	margin:3px 0px 3px 0px;
	}
	

	




