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

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #000;
	margin:0px 0px;
	padding:0px;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
	
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 1152px;
	border-top-width: 0;
	border-right-width: 15;
	border-bottom-width: 0;
	border-left-width: 15;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #000;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a {
	float: left;
	width: 164px;
}
.copyright {
	font-size: 10px;
	float: left;
	width: 50%;
	margin-left: 105px;
}
a, a:link {
	color: #B12B8C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 16px;
}
a:visited {
	color: #B12B8C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active {
	color: #B12B8C;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#side-b {
	float: right;
	width: 156px;
}

#content {
	float: left;
	width: 832px;
}
.contentleft {
	float: left;
	width: 420px;
}
.contentright {
	float: right;
	width: 412px;
}

#footer {
	clear: both;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #a1c5e8;
}
