@charset "UTF-8";
body {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	background-color: #700143;
	margin: 0;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 34px;
	color: #E00083;
	margin: auto;
}

h3{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

a:link{
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}

a:hover{
	color: #E30681;
}

a:active{
	color: #E30681;
}

a:visited{
	color: #FFF;
}

.container{
	width: 100%;
	height: auto;
	margin: 0px;
}

.enter{}

.topmenu{}

.logo{
	float: left;
	height: 114px;
	width: 391px;
	margin: 15px 0 0 0;
}

.menuitems{
	float: right;
	width: 500px;
	height: 30px;
	margin: 20px auto;
}

.menuitems li{
	display: inline;
	margin: 0 10px 0 10px;
	color: #FFF;
}

.content{
	width: 1024px;
	margin: auto;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center middle;
	height: auto;
}
.bodycontent{
	width: 1024px;
	text-align: center;
	float: left;
}


.leftcolumn{
	width: 229px;
	height: 300px;
	float: left;
	margin: 10px 0 0 160px;
}

.rightcolumn{
	width: 550px;
	height: 400px;
	float: right;
	margin: 10px 70px 0px 0px;
}

.rightcolumn p{
	color: #FFF;
	padding: 10px;
	margin: 0;
}


.leftcolumn-wide{
	width: 475px;
	height: 225px;
	float: left;
	margin: 10px 0 0 10px;
	background-image: url(dark_bg.png);
	padding: 10px;
}

.leftcolumn-wide p{
	color: #FFF;
}


.rightcolumn-wide{
	width: 475px;
	height: 225px;
	float: right;
	margin: 10px 10px 0px 0px;
	background-image: url(dark_bg.png);
	padding: 10px;
}

.rightcolumn-wide p{
	color: #FFF;
}

.clear{
	clear: both;
}

.footer{}

.copyright{
	height: 30px;
	float: left;
	width: 1024px;
	margin: auto;
}

.copyright p{
	color: #B20163;
	text-align: center;
}

.twelve{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

a:twelve{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

.twelve:hover{
	color: #E30681;
	text-decoration: none;
	font-size: 10px;
}



