/* CSS Document */

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;

}

.rightImages {

	display: block;
	width: 270px;
	float: right;
	text-align: left;
	
}

.rightImages img {
	margin-bottom: 20px;
}


.main {
	display: block;
	width: 730px;
	text-align: left;

}


.innerMain {
	display: block;
	width: 730px;
	float: right;
}



.header {
	display: block;
	width: 730px;
	float: left;
}

.header img {
	border: none;
}

.headerContent {
	display: block;
	width: 730px;
	float: left;
	text-align: center;
}

.menu {
	display: block;
	width: 730px;
	float: left;
}

.menuContent {
	display: block;
	width: 730px;
	float: left;
	border-bottom: 2px solid #b81e2d;
}

.menuContent div.menuHolder {
	display: block;
	width: 300px;
	float: left;
}

.menuContent div.menuHolder a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.linkOver {
	color: #ffffff;
	background-color: #b81e2d;
}

.linkOut {
	color: #000000;
}

.linkOut:hover {
	background-color: #b81e2d;
	color: #ffffff;
}

.linkBar {
	display: block;
	float: right;
	width: 300px;
	text-align: right;

}

.linkBar a {
	text-decoration: none;
	font-weight: bold;
	color: #b81e2d;
}

.linkBar a:hover {
	color: #666666;
}

.contentHolder {
	display: block;
	width: 730px;
	float: left;
}

.content {
	display: block;
	width: 730px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.page {
	display: block;
	width: 450px;
	float: left;
}

.footer {
	display: block;
	width: 730px;

}

.footerContent {
	display: block;
	width: 730px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 2px solid #b81e2d;
	text-align: center;
}

.footerContent a {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}

.footerContent a:hover {
	color: #666666;
}

