/* CSS STYLE SHEET TO SET PAGE LAYOUT 
 ALL SYTLES FOR TEXT, COLORS, LINKES ETC IS DONE USING style.css
 THIS ALLOWS POTENTIAL FOR DIFFERENT LAYOUTS
*/


#header{
	background: url(../graphics/header.jpg) no-repeat left top;
	height:260px;
	margin:0 auto;
	clear:both;

}

#wrapper{
	background: #fff url(../graphics/contentFade.gif) repeat-x left bottom;
	width:960px ; 
	margin:0 auto;}

#menu {	display:inline; width:20%;
		float:right; 
		margin-right:10px;
		margin-top:20px;
		/*background: #fff url(../graphics/contentFade.gif) repeat-x left top;*/
		}
		
#content { float:left;  padding:0px 20px 30px 20px; width:70%; margin:0 auto; margin-top:-40px;}



#footer {
		clear:left; 
		margin:0 auto;
		margin-top:10px;}