/* CSS Document */



*{margin:0;padding:0;}

body{
	background-image:url(background00.jpg);
	background-color:#003261;
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}

#wrapper{
	width:900px;
	margin: 0 auto;
	text-align:center;
	/*background-color:#0099FF;*/
	color:#FFFFFF;
	text-align:left;
}

#header{
	width:900;
	height:46;
	/*background:#66cc44;*/
	margin-left:3%;
	margin-right:3%;
}

#menu{
	width:900;
	height:50;
	/*background-color:#66ff00;*/
	margin-left:3%;
	text-align:left;
	background:fixed;
}


#contentleft{
	/*background-color:#55ffcc;*/
	width:430;
	height:630;
	float:left;
	margin-left:3%;
	text-align:center;
	margin-top:2%;
}

#contentright{
	/*background-color:#55ffff;*/
	text-align:left;
	width:425;
	height:600;
	float:right;
	margin-right:-1%;
}

#footer{
	width:900px;
	height:30px;
	float:right;
	margin-left:3%;
}







