a:link{color:#FF0000; text-decoration:none;}
a:visited{color:#FF0000; text-decoration:none;}
a:active{color:#FF0000; text-decoration:none;}
a:hover{color:#FF0000; text-decoration:underline;}
body{
	padding:0px;
	margin:0px;
	background-color:#000000;
}

h1{
	text-align:center;
	font-family:"Book Antiqua";
	font-size:38px;
	margin-bottom:0px;
	margin-top:10px;
}

h2{
	text-align:center;
	font-family:"Book Antiqua";
	font-size:18px;
	font-weight:bold;
	margin:0px;
}

p{
	/*margin:13px;*/
	text-align:center;
	margin-top:150px;
}
	
#wrapper{

	width:998px;
	margin-left:auto;
	margin-right:auto;
}

#left{
	background-color:#000000;
	float:left;
	width:438px;
}

#right{
	background-color:#000000;
	float:left;
	width:560px;
	color:#FFFFFF;
	font-family:"Book Antiqua";
	font-size:16px;
	text-align:center;
	font-weight:normal;
}
