body {
	background-color: #666666;
}

.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#2D2D2D;
	line-height: 1.5;
	margin-right: 30px;
	padding: 20 20;
	}

.maintext-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#9B0027;
	line-height: 1.5;
	padding: 20 20;
	}

#page_holder {
	width: 870px;
	margin: 0 auto;
}
#header {
	width:870px;
	height:200px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#header .flash {
	padding: 62px 0px;
}

#content {
	width:870px;
	height:540px;
}

#content .left {
	float: left;
	width:270px;
	height:540px;
	background-image: url(images/left_menu.gif);
}

#content .main_bg {
	float: left;
	width:580px;
	height:540px;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	background-color: #999999;
}

#content .main {
	width:580px;
	height:540px;
	overflow: auto;
}

#content .main_noscroll {
	width:580px;
	height:540px;
	overflow: auto;
}

#content .right_border {
	float: left;
	width:20px;
	height:540px;
	background-color: #ed1c24;
}

.photos_right {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1;
	text-align: center;
	color: #333333;
	background-color: #CCCCCC;
}

.photos_center {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1;
	text-align: center;
	color: #333333;
	background-color: #A6A6A6;
	width: 480px;
}

#footer {
	width:870px;
	height:21px;
	background-image: url(images/footer.png);
	
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 40px 0px 0px;
	}

.memo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 150px 100px 0px 20px;
	color: #999;
	}

#tagline {
	width:870px;
}

a {
	color: #5B0000;
	text-decoration: none;
	font-weight: bolder;
	text-decoration: underline;
}

a:hover {
	color: #767676;
	text-decoration: overline;
}

a:active {
	color: #B90000;
	text-decoration: underline;
}

h2 {
	font-family: Garamond, Georgia, "Times New Roman";
	color: #C10000;
}
