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

body {
	margin: 0 auto;
	background:url(../images/bg.jpg) repeat-x;
	background-color: #000000;
}
#wrapper {
	width:800px;
	margin:0 auto;
}
#header {
	width:800px;
	height:260px;
	
}
#menu{
	width:800px;
	height:34px;
	background:url(../images/index_02.jpg);
	float:left;
}
#content {
	width:800px;
	
	background:#0b355f;
	height:auto;
	float:left;

	
}

#footer {
	width:800px;
	height:110px;
	background:url(../images/index_12.jpg);
	clear:both;
	
}

img {
border: 0px;
}


.default {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}


.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00CCFF;
	font-size: 20px;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 20px;
}

.menufx:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
