*	{
	margin:0;
	padding:0;
	}
	
body	{
	background:#333;
	color:000;
	background-repeat:repeat-x;
	font-size:62.5%;
	font-family:helvetica, arial;
	}
	
ul, li {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	}
	
#wrapper	{
	width:997px;
	margin:0 auto;	
	}
	
#header {
	width:100%;
	height:130px;
	background:#4c4c4c;
	}
	
#header h1 {
	text-indent:-99999em;
	width:267px;
	height:130px;
	background-image:url('../backup/images/logo.gif');
	float:left;
	}
	
#header #topMenu {
	width:730px;
	height:64px;
	float:left;
	margin:33px 0;
	background:#f30;
	}

#header #topMenu ul {
	margin-top:14px;
	margin-left:15px;
	width:650px;
	}
	
#header #topMenu ul li {
	display:block;
	height:12px;
	overflow:hidden;
	float:left;
	margin-right:12px;
	margin-bottom:13px;
	}

#header #topMenu ul li a.home {width:63px; background-image:url('../backup/images/menuHome.gif');}
#header #topMenu ul li a.about {width:71px; background-image:url('../backup/images/menuAbout.gif');}
#header #topMenu ul li a.blog {width:58px; background-image:url('../backup/images/menuBlog.gif');}
#header #topMenu ul li a.events {width:80px; background-image:url('../backup/images/menuEvents.gif');}
#header #topMenu ul li a.resources {width:113px; background-image:url('../backup/images/menuResources.gif');}
#header #topMenu ul li a.press {width:69px; background-image:url('../backup/images/menuPress.gif');}
#header #topMenu ul li a.faq {width:46px; background-image:url('../backup/images/menuFAQ.gif');}
#header #topMenu ul li a.links {width:49px; background-image:url('../backup/images/menuLinks.gif');}
#header #topMenu ul li a.hotshot {width:133px; background-image:url('../backup/images/menuHotshot.gif');}
#header #topMenu ul li a.members {width:97px; background-image:url('../backup/images/menuMembers.gif');}
#header #topMenu ul li a.join {width:96px; background-image:url('../backup/images/menuJoin.gif');}
#header #topMenu ul li a.membersonly {width:146px; background-image:url('../backup/images/menuMembersonly.gif');}
#header #topMenu ul li a.shadowing {width:98px; background-image:url('../backup/images/menuShadowing.gif');}

	
#header #topMenu ul li a {
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	height:12px;
	display:block;
	}

#header #topMenu ul li a:hover, #header #topMenu ul li a.selected {
	background-position:0 -12px;
	}
	
#mainBody {
	width:100%;
	height:668px;
	background:#e0e0e0;
	}
	
#mainBody #leftMenu {
	width:237px;
	float:left;
	padding:50px 15px 0 15px;
	font-size:1.3em;
	line-height:1.6em;
	overflow:hidden;
	}
	
#mainBody #leftMenu strong {	
	text-transform:uppercase;
	}

#mainBody #leftMenu ul {
	margin-bottom:20px;
	}
	
#mainBody #leftMenu a {
	color:#000;
	text-decoration:none;
	}
	
#mainBody #leftMenu a:hover {
	color:#f30;
	text-decoration:underline;
	}

#mainBody #content {
	width:700px;
	height:600px;
	float:left;
	padding:50px 15px 18px 15px;
	overflow:auto;
	font-size:1.5em;
	line-height:1.5em;
	}
	
#mainBody #content h3 {
	color:#f30;
	font-size:1.1em;
	}
	
#mainBody #content p {
	margin-bottom:20px;
	}

#mainBody #content ul.nameList {
	width:225px;
	float:left;
	padding-bottom:20px;
	}
	
#mainBody #content .footnote {
	font-size:0.86em;
	}
	
#footer {
	width:997px;
	height:28px;
	background-image:url('../backup/images/bgFooter.gif');
	}
	
#footer div#photoCredit {
	color:#c0c0c0;
	font-size:10px;
	line-height:28px;
	width:200px;
	float:left;
	text-indent:5px;
	}

#footer a {
	display:block;
	height:28px;
	width:235px;
	margin-left:490px;
	}
	
	

