/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}
	
html,body{
	margin:0px;
	padding:0px;
	height:100%;
}


body{
	background-color:#240A03;
	background-image:url('../images/wwd/bg.jpg');
	background-repeat:repeat-y;
	background-position: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;
	}

#cleft{
	width:364px;
	height:359px;
	margin:0px 0px 0px 0px;
	float:left;
	clear:left;
	background-image:url(../images/wwd/mainpic.jpg);
	background-position:top right;
	padding:0px;
	background-repeat:no-repeat;
	}
	
#cright{
	background-image:url('../images/wwd/contentbg.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	margin:-1px 0px 0px 0px;
	width:396px;
	height:75%;
	float:right;
	clear:none;
	text-align:center;
	}
	
#cright p{
	width:364px;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
	line-height:14px;
	clear:left;
	float:left;
	}

#cright p.line1{
	width:364px;
	text-align:left;
	margin-left:10px;
	margin-top:20px;
	line-height:14px;
	clear:left;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom:14px;
	}

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

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

#titlepic{
	margin:15px 0px 15px 10px;
	float:left;	
	}

#doeslist{
	clear:left;
	width:350px;
	margin-left:25px;
	line-height:14px;
	text-align:left;
	padding:0px 0px 0px 0px;
	list-style-type:elipse;
	}
	
#doeslist li{
	padding-left:0px;
	margin-bottom:2px;
	margin-left:0px;
	}