body {
	background-color: #000;
	text-align: center;
}

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

/* layout */

* #container {
	width: 1053px;
	text-align: left;
	margin: 0px auto;
}

* #header {width: 1053px; float: left;}

* #nav1, * #nav4  {width: 169px; float: left;}
* #nav2 {width: 131px; float: left;}
* #nav3 {width: 128px; float: left;}
* #logo {width: 456px; float: left;}

* #main {
	width: 1053px;
	height: 602px;
	float: left;
	background: url(../images/vcm_background_06.jpg) no-repeat;
}

* #main_interior {
	width: 1053px;
	height: 514px;
	float: left;
	background: url(../images/vcm_interiorpg_06.jpg) no-repeat;
}

* #content_div {
	width: 640px;
	float: left;
	margin-left: 19px;
	background: url(../images/div_bg.gif) repeat-y;
}

* #content_div_interior {
	width: 760px;
	margin-left: 19px;
	background: url(../images/interior_content_middle.jpg) repeat-y;
	float: left;
}

div.top {
	width: 431px;
	background: url(../images/content_div_01.jpg) no-repeat;
	float: left;
}

div.top_interior {
	width: 760px;
	background: url(../images/interior_content_top.jpg) no-repeat;
	float: left;
}

div.content {
	width: 380px;
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 10px;
	float: left;
}

div.content_interior {
	width: 700px;
	margin-top: 30px;
	margin-left: 30px;
	padding-bottom: 10px;
	float: left;
}

div.right {
	width: 206px;
	height: 238px;
	float: left;	
}

div.bottom {
	width: 431px;
	background: url(../images/content_div_04.jpg) no-repeat;
	float: left;
	margin-left: 19px;
	padding-bottom: 10px;
	float: left;
}

div.bottom_interior {
	width: 760px;
	background: url(../images/interior_content_bottom.jpg) no-repeat;
	margin-left: 19px;
	padding-bottom: 10px;
	float: left;
}

* #footer {
	width: 1053px;
	float: left;
	padding-bottom: 10px;
}

/* text styles */

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}

.RedText {
	font-size: 12px;
	color: #C23635;
	font-weight: bold;
}

.RedSubjectHeader {
	font-family: Times New Roman, "Times", Georgia, serif;
	font-size: 18px;
	color: #C23635;
	font-weight: normal;
}

.WhiteSubjectHeader {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}

.PageTitle {
	font-family: Times New Roman, "Times", Georgia, serif;
	font-size: 30px;
	line-height: 32px;
	color: #FFF;
	font-weight: bold;
}

/* links */

a {color: #C23635;}

a.LargeWhite {font-size: 15px; font-weight: bold; color: #FFF;}

/* img */

img.left {border: solid 3px #A71E25; float: left; margin-right: 10px; margin-bottom: 10px;}
img.border {border: solid 3px #A71E25;}

a {outline: none;}
