/*
Designed by Phil Huckle
*/

body {
	margin: 0 auto;
	padding: 0;
	width:1000px;
	background: #5773bd url(images/back.jpg) top center repeat-y;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #e6e9fa;
	text-align:left;
}


h1 {
	font-family:Geneva, sans-serif;
	letter-spacing:4px;
	font-weight: normal;
	font-style: italic;
	color: #e6e9fa;
}


h2, h3 {
	font-weight: normal;
	font-style: italic;
	color: #dca226;
}


h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #c6cbed;
}

a:hover {
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
	color: #ffffff;}





#header {
	width: 1000px;
	height: 280px;

}

#header h1 {
	margin: 0;
	padding: 10px 0 10px 60px;
	font-size: 80px;
	font-style: italic;
	letter-spacing:6px;
	font-weight:700;
}


#header thumbs{
	padding: 0;
}

#header p{
	padding: 0 0 0 130px;
}

#address {
	font-size: 14px;
	padding: 80px 0 0 30px;
}

#content {
	width: 900px;
	height:900px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 220px;
	background: url(images/linksback.jpg) repeat-y;
	margin-top:20px;
}

#colOne ul {
	margin-left: 10px;
	padding: 30px 0 0 10px;
	list-style: none;
}

#colOne li {
	padding-bottom: 20px;
}

#colOne p {
		padding: 0 20px 0 20px;	
}

#colOne h3 {
		padding: 0 20px 0 20px;	
}

#colTwo {
	float: right;
	width: 620px;
}


.main {
	margin-top: 0px;
	padding: 10px 40px 40px 60px;
	background: url(images/rightbck.jpg) repeat-y;
}

#footer {
	clear: both;
	background: url(images/footer.jpg) repeat-x;
}

#footer p{
	text-align: center;
	font-size: 18px;
}
