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

*{
	margin:0px;
	padding:0px;
	outline:none;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:
		url(../images/cssImages/wtufc_pageArea_gradientRepeating.jpg)
		repeat-x
		#c5994e;
}

#pageArea{
	margin:auto;
	width:785px;
}

#topNavigation{
	float:left;
	clear:both;
	height:45px;
	width:100%;
}

#pageWrapper{
	float:left;
	clear:both;
	width:100%;
	background:
		url(../images/cssImages/wtufc_pageArea_repeating.png)
		repeat-y;
}

#header{
	float:left;
	clear:both;
	width:778px;
	height:91px;
	background:
		url(../images/cssImages/wtufc_header_decoration.jpg)
		no-repeat
		right
		#772a00;
}

#brownStripe{
	float:left;
	clear:both;
	width:778px;
	height:27px;
	background:
		url(../images/cssImages/wtufc_brownBar_decoration.jpg)
		no-repeat
		right
		#aa8c66;
}

#contentArea{
	float:left;
	clear:both;
	width:778px;
	/*height:311px;*/
	background:
		url(../images/cssImages/wtufc_contentArea_decoration.jpg)
		no-repeat
		top right
		#fee8b2;
}

#footer{
	float:left;
	clear:both;
	width:778px;
	height:104px;
	background:
		url(../images/cssImages/wtufc_footer_decoration.jpg)
		no-repeat
		0px 7px
		#999966;
}

#pageArea img.footerDetail, #pageArea img.topDetail{
	float:left;
	clear:both;
}

a.logo{
	width:115px;
	height:234px;
	float:left;
	position:absolute;
	top:24px;
	margin-left:24px;
	background:
		url(../images/cssImages/wtufc_logo.png)
		no-repeat;
}

#topNavigation ul{
	list-style:none;
	position:relative;
	width:640px;
	top:23px;
	left:140px;
}

#topNavigation li{
	float:left;
	padding-left:13px;
	padding-right:13px;
}

#topNavigation a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#772a00;
}

#topNavigation a:hover{
	text-decoration:underline;
}

#header h1{
	position:absolute;
	top:73px;
	margin-left:160px;
	font-size:24px;
	font-weight:normal;
	color:#ffffff;
}

#header h2{
	position:absolute;
	top:106px;
	margin-left:210px;
	font-size:15px;
	font-weight:normal;
	color:#ffffff;
	font-style:italic;
}

#header img.lines{
	position:absolute;
	margin-top:60px;
	margin-left:140px;
}

#footer p.copyright{
	padding-top:87px;
	padding-left:5px;
	font-size:12px;
	color:#ffffff;
}

#leftSideBar{
	padding-top:95px;
	float:left;
	clear:left;
	width:176px;
}

#rightSideBar{
	float:left;
	width:213px;
}

#contentText{
	float:left;
	clear:right;
	width:465px;
	margin-top:25px;
}

.leftSideBarBrownBox{
	float:left;
	width:155px;
	margin-left:10px;
	background:
		#d0a261;
	border:
		2px
		solid
		#000000;
}

.leftSideBarBrownBox h3{
	font-size:13px;
	font-weight:bold;
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.leftSideBarBrownBox ul{
	width:130px;
	padding-left:25px;
	font-size:12px;
	list-style-image:url(../images/cssImages/wtufc_pageArea_leafBullet.gif);
	padding-bottom:10px;
}

.leftSideBarBrownBox li{
	padding-top:4px;
	padding-bottom:4px;
}

.leftSideBarBrownBox li a{
	text-decoration:none;
	color:#000000;
}

.leftSideBarBrownBox li a:hover{
	color:#ffffff;
}

.leftSideBarBrownBox p.imageItem{
	text-align:center;
}

.leftSideBarBrownBox p.imageItem .img{
	border:none;
}

#contentText p{
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
	margin-bottom:15px;
	line-height:16px;
}