body {
	background-color: #DCDCDC;
	background-image:url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px;
	padding:0px;
	background-attachment: fixed;
	}
	
#wrap {
	width: 664px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	
#banner {
	background-image:url(../images/flash.jpg);
	background-repeat:no-repeat;
	width: 664px;
	height: 161px;
	margin:0px;
	padding:0px;
	}
	
#content {
	margin: 0px;
	padding: 0px;
	width: 664px;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
	}
	
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width: 664px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	}	
	
#header ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
    }
	
#header li{
	color: #ffffff;
	display: inline;
	font: 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height:30px;
	font-weight:bold;
    }	

#nav {
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	width: 666px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	}	

#nav ul{
    margin:0px;
    padding:0;
    list-style-type:none;
    }
	
#nav li{
	display: inline;
	margin: 0px;
	padding: 10px 10px 0;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height:25px;
    }

#nav li a {
	color: #ffffff;
	text-decoration:none;
}

#nav li a:hover {
	text-decoration: underline;
}

#news {
	background-image:url(../images/newsbg.jpg);
	float:left;
	width: 128px;
	margin: 0px;
	padding: 0px;
	}
	
#news a {
	color: #ffffff;
	text-decoration:none;
}	

#news a:hover {
	text-decoration: underline;
}

#news p {
	color:#fffffe;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
 
#newstitle {
	padding-left:8px;
	font-size: 10px;
}	

#mainheading {
	padding-left: 45px;
 }

#main {
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat-y;
	float:right;
	width: 536px;
	padding: 0px;
	top: 0px;
	}
	
#main p, h4 {
	padding: 0px 12px;
	color:#000000;
}

#left {
	float:left;
	width:48%;
	position:relative;
	top: 10px;
	padding-left: 12px;
    }
	
#right {
	float:right;
	width:48%;
	position:relative;
	top: 10px;
	padding-bottom: 15px;
    }

#bottom {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	width: 664px;
	height: 19px;
	padding: 0px;
	clear: both;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}