@charset "utf-8";
/* CSS Document */
{
margin:0;
padding:0;
}

img {
border:none;
}

table {
border: none;
}

body {
	margin-top:25px;
	padding:0; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Wrapper {
	position:relative;
	width:680px;
	height: auto;
	margin:0 auto 0 auto;
	padding:0 0;
	background-color:#fff;
	text-align:left;
	z-index:1;
}
#Header {
	height:150px;
	width:100%;
	text-align:center;
}
#Title {
	width:75%;
	text-align:center;
}
#LeftCol {
	position:relative;
	width: 330px;
	float:left;
}
#RightCol {
	position:relative;
	width: 330px;
	float:right;
}
#BottomReturn {
	clear:both;
}
