body {
	background-color: #8B0B10;
}

p {
	margin-top: 5px;
	margin-bottom:5px;
}


/* Sections */

#introbox {
	font: bold 24px "Times New Roman", Times, serif;
	color: #999966;
	width: 700px;
	height: 505px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -295px;
	text-align: center;
}

#introbox img {
	border:8px solid #999966;
}

#introbox p {
	margin-bottom:5px;
	margin-top: 5px;
}

#introbox a:hover img {
	border:8px solid #fff;
}

#content_container {
	position: relative;
	font: 12px "Arial Black", Gadget, sans-serif;
	color: #D8E7FC; /* style2 */
	width: 820px;
	overflow: hidden;
}

#left_col {
	width: 400px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
}

#right_col {
	width: 330px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	background: #413c6b;
	padding: 5px;
	text-align: center;
}


/* Link Styles */

a:link {
	color: #D8E7FC;
}
a:visited {
	color: #D8E7FC;
}
a:hover {
	color: #D8E7FC;
}
a:active {
	color: #D8E7FC;
}


/* Other Misc Styles */

.style1 {color: #FFFFFF}
.style2 {color: #D8E7FC}
.style3 {color: #90C5F5}
.style4 {font-style: italic}

.titletext {
	color: #D8E7FC;
	text-align:center;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.white {
	color: #fff;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}
