/*	Basic Layout */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #000;
}
a:link {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}

#maincontent {
	width: 900px;
	position: relative;
	font: 12px/17px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: auto;
}
#navigation {
	height: 80px;
	width: 900px;
	text-align: center;
}
#content {
	float:right;
	width: 750px;
	min-height:490px;
    height:auto !important;
    height:490px;
}
.wrapper {
	z-index:1;
	width:537px;
	margin: 0px 0px 0px 10px;
}
.tp1 {
	position:absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px; /* half of the width */
	height:80px;
}
.mp1 {
	background:#73CDEF;
	padding:0;
}
.mp2 {
	padding-top:35px;
	text-align: center;
	margin-top: 10px;
	color:#fff;
}
.mp2 a:link {
	color:#ffffff;
	text-decoration: none;
}
.mp2 a:visited {
	color: #ffffff;
	text-decoration: none; 
}
.mp2 a:active {
	color: #ffffff;
	text-decoration: underline overline; 
}
.mp2 a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
}