body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #D3D3D3;
	background-repeat: repeat;
	background-image: url(images/graybg.gif);
}

#holder {
	width: 780px;
	height: 100%;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	margin-top: 12px;
}

#header {
	width: 780px;
	height: 80px;
	background-repeat: repeat;
	background-color: #EBEBEB;
}

#header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	background-attachment: fixed;
	vertical-align: middle;
}
#header .sublinkbox {
	float: right;
	width: 200px;
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
	color: #372C49;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 0px;
}

#header h1 {
	float: none;
	background: inherit;
	margin-left: 10px;
	color: #333;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.05em;
	margin-top: 10px;
	margin-bottom: 0px;
}
.highlight {
	color: #C2BA6B;
	font-size: 1.3em;
}

#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	color: #333;
}


#navigation {
	height: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A6393D;
	border-left-color: #A6393D;
	width: 670px;
	margin-top: 10px;
	border-right-width: 50px;
	border-left-width: 50px;
	padding-left: 10px;
	float: left;
	color: #FFFFFF;
}

#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A6393D;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left: 20px;
	width: 640px;
	text-align: left;
}

#navigation a:hover {
	color: #A9692E;
}

#mainimage {
	width: 780px;
	margin-top: 10px;
	height: 128px;
	background: url(images/main_img.jpg);
	float: left;
}

a {
	color: #2D477E;
	text-decoration: underline;
}

a:hover {
color: #FA7201;
text-decoration: underline;}

#footer{
	margin-top:10px;
	width: 740px;
	font-size: 10px;
	height: 20px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A6393D;
	padding-top: 10px;
	padding-left: 40px;
	clear: both;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A6393D;
}
#content {
	margin-top: 10px;
	padding: 5px 8px 25px 40px;
	line-height: 24px;
	width: 460px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	margin-bottom: 10px;
	background-color: #EBEBEB;
}
#content h2 {
	color: #2D477E;
	width: 300px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 15px;
	letter-spacing: 0.1em;
}
#boxr {
	width: 230px;
	float: right;
	line-height: 17px;
	margin-top: 34px;
	padding-right: 15px;
	background-color: #EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
}
#boxr h2 {
	margin-left: 0px;
	color: #2D477E;
	font-size: 12px;
	margin-bottom: 0px;
}
#boxr p {
	color: #000;
	margin-top: 5px;
	font-size: 65%;
	margin-left: 0px;
	line-height: 18px;
}
#boxr a {
	color: #372C49;
}
#boxr ul {
	font-size: 65%;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 2px;
	margin-top: 4px;
}
#boxr li {
	margin-left: 0px;
	padding-left: 0px;
}


#content a {
	color: #564D64;
}

