@charset "UTF-8";
/* CSS Document */

html {
	font-size: 125%;
	}
	
body {
	font: 50% Verdana, Arial, Geneva, Helvetica, sans-serif;
	background-color: #300E11;
}

* {
	margin:0;
	padding:0;
	}

#wrap {
	background: #942825;
	margin: -300px auto 0 -400px;
	width: 800px;
	position: absolute;
	left: 50%;
	height: 600px;
	top: 50%;
}

#wrap2 {
	background: #FFFFFF;
	margin: 0 auto 0 -400px;
	width: 800px;
	position: absolute;
	left: 50%;
}


/* columns */
#left-col {
	position: absolute;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#center-col {
	margin-left: 400px;
	margin-right: 104px;
	height: 600px;
	background-color: #FFFFFF;
	text-align: center;
	width: 296px;
}
#right-col {
	width: 104px;
	position: absolute;
	margin-left: 696px;
	background-color: #942825;
	height: 550px;
	margin-top: 50px;
}

.clearfloats {
	clear: both;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #942824;
}
em {
	font-style: italic;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
}
