body {
	background: #e8f1fa;
	color: #694c1e;
	font: 15px/21px Arial, Helvetica, sans-serif;
}

a {color: #527099; text-decoration: none;}
a:hover {color: #0a131e; text-decoration: underline;}


#header {
	background: url('images/header.jpg') top left no-repeat;
	width:804px;
	height:242px;
	margin: 20px auto 0 auto;
	text-align:center;
	font-size:14px;
}
#header a{
	position:relative;
	top:215px;
	padding: 0 10px;
	color: #527099;
	text-decoration:none;
}

#header a:hover{
	color: #0a131e
}
#content {
	width:744px;
	padding: 10px 30px 30px 30px;
	background: url('images/bg-tile.gif') top left repeat-y;
	margin:0 auto;
	overflow:hidden;
}
#colLeft {
	width:230px;
	float:left;
}
#colRight {
	float:left;
	width:474px;
	padding: 0 20px;
}

#colHome {
	float:left;
	width: 700px;
	padding: 0 20px;
}

#colRight h1, h1 {
	color: #cc7d00;
	font: 24px Arial, Helvetica, sans-serif;
	padding:10px 0;
	margin:0;
	text-decoration: none;
}
#colRight h2, h2 {
	color: #694c1e;
	font: 21px Arial, Helvetica, sans-serif;
	padding: 7px 0;
	margin:0;
	text-decoration: none;
}
#colRight p {
	margin:0;
	padding: 5px 0;
}
.link-top {
	height:10px;
	width:230px;
	margin:0 auto;
	background:url('images/link-top.gif') bottom left no-repeat;
}
.links {
	background:url('images/link-mid.gif') top left repeat-y;
	width:210px;
	margin:0 auto;
	padding:0 10px;
}
.link-bottom {
	background:url('images/link-bottom.gif') top left no-repeat;
	width:230px;
	height:10px;
}
.links a {
	display:block;
	width:190px;
	padding: 5px 10px;
	color: #527099;
	text-decoration:none;
}
.links a:hover {
	background: #e5f3f6;
}
#footer {
	height:163px;
	width:804px;
	margin:0 auto 20px auto;
	background:url('images/footer.jpg') top left no-repeat;
	font-size:12px;
	overflow:hidden;
}
.copyright {
	float:left;
	width:40%;
	padding-left:30px;
	position:relative;
	top:110px;
}
.details {
	float:right;
	width:40%;
	padding-right:30px;
	text-align:right;
	position:relative;
	padding-top:25px;
}
input, textarea {
	padding: 4px;
	font-size:12px;
	border: 1px solid #d1d1d1;
}
hr {
	height:1px;
	background: #d1d1d1;
	border:0;
	color: #d1d1d1;
}
