/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}
	
body{
	background-color:#303523;
	background-image:url('../images/wwa/bg.jpg');
	background-repeat:repeat-y;
	background-position: top center;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#container{
	width:760px;
	height:100%;
	text-align:left;
	margin:0px auto;
	background-image:url('../images/wwa/maincbg.jpg');
	background-position: top left;
	background-repeat:repeat-y;
	position:relative;
	}

#cleft{
	width:366px;
	height:auto;
	margin:0px 0px 0px 0px;
	float:left;
	clear:both;
	}
	
	
#cleft2{
	float:left;
	background-color:#424930;
	margin:0px;
	padding:0px;
	width:366px;
	margin-top:-80px;
	}
	
#cright{
	background-image:url('../images/wwa/contentbg.jpg');
	background-position:top left;
	margin:-1px 0px 0px 0px;
	width:394px;
	height:auto;
	float:left;
	clear:none;
	text-align:center;
	padding-bottom:20px;
	}
	
#cright p{
	width:364px;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	line-height:14px;
	}
	
#cright p.topp{
	margin-top:20px ! important;
	}	

#nav{
	height:24px;
	width:760px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:url('../images/wwa/nav/nav_07.jpg');
	background-position:top left;
	background-repeat: repeat;
	overflow:hidden;
	}

	
#heading{
	width:760px;
	height:117px;
	background-image: url('../images/wwa/wwahead.jpg');
	background-position:top left;
	background-repeat: repeat-x;
	}
	
#heading span{
	display:none;
	}