* {
	margin: 0;
	padding: 0;
	}
	
#wrapper {
	width: 760px;
	background: #870234 repeat-y 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#header {
	width: 760px;
	height: 300px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#menu {
	width: 144px;
	float: left;
	padding: 8px;
	}
	
#body {
	width: 500px;
	height: auto;
	padding: 8px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #FFFFFF;
	}

#body img {
	float: left;
	margin: 6px 25px 6 0px;
	padding: 3px;
	background: #fff;
	position: relative;
	}
	
#rightcolumn {
	width: 144px;
	float: right;
	height: auto;
	padding: 8px;
	}
	
#leftcolumn {
	position: absolute;
	left: 10px;
	top: 412px;
	width: auto;
	float: left;
	height: 262px;
	padding: 10px;
	}
	
A:active  {
	color: #333333;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #B5D8FA;
	}

A:hover   {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #B5D8FA;
	}

.clear { clear: both; 
	}

#dropdown {
	background-color: #880235;
	width: 760px; height: 40px;
	font: Arial, Helvetica, sans-serif;
	font-size: 24px;
	vertical-align: middle;
	z-index: 2;
	}
	
.container {
	background-color: #9f1046;
	position: absolute;
	height: 1400px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	}
	
.main_column {
	position: absolute;
	width: 450px;
	background-color: #FFFFFF;
	top: 422px;
	left: 195px;
	padding: 10px;
	height: auto;
	float: right;
	z-index: 0;
	}
	
.bottom_column {
	position: absolute;
	width: 450px;
	top: 1250px;
	left: 195px;
	padding: 10px;
	height: auto;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	}
	
	
