/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #CCCCCC;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
}
#footer a, a:active, a:visited {	
	color: #0099ff; 
	background: inherit;
	text-decoration: none;		
}
#footer a:hover {
	color: #FFFFFF;
	background: inherit;
	padding-bottom: 0;		
}
#welcome a, a:active, a:visited  {
	color: #6699cc;
	background: inherit;
	text-decoration: none;
	font-size: 15px;
	line-height: 2em;
}
#welcome a:hover {
	color: #CCCCCC;
	background: inherit;
	padding-bottom: 0;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
}
h1 {
	font-size: 21px;
	color: #cccccc;
	padding-bottom: 6px;
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	margin: 0px auto;
	width: 980px;
	position: relative;
	clear: both;
}
#header {
	height: 85px;
	width: 980px;
	background: url(images/header.gif) repeat-x;
}
.icons1 {
	float: left;
	height: 48px;
	width: 29px;
	margin-top: 11px;
	margin-left: 88px;
}
.icons2 {
	float: left;
	height: 48px;
	width: 29px;
	margin-top: 11px;
	margin-left: 21px;
}
#logo {
	height: 92px;
	width: 256px;
	position: absolute;
	top: 140px;
	left: 64px;
	z-index: 1;
}
#photo_header {
	background: #000000;
	height: 227px;
	width: 980px;
	float: left;
}
#header_photo {
	height: 227px;
	width: 597px;
	float: right;
}
#center {
	background: #FFFFFF url(images/center_bg.jpg) no-repeat left top;
	height: 119px;
	width: 936px;
	float: left;
	padding-top: 8px;
	padding-left: 44px;
	text-align: left;
	color: #666666;
}
.events {
	width: 175px;
	margin-top: 4px;
	line-height: 1.35em;
	margin-right: 160px;
	float: left;
}
.join {
	width: 175px;
	margin-top: 4px;
	line-height: 1.35em;
	margin-right: 185px;
	float: left;
}
.login {
	width: 175px;
	margin-top: 4px;
	line-height: 1.35em;
	margin-right: 0px;
	float: left;
}
#welcome {
	height: 177px;
	width: 411px;
	float: left;
	padding-left: 94px;
	text-align: left;
	padding-top: 40px;
	padding-right: 150px;
	background: #000000;
}
#photo {
	height: 217px;
	width: 325px;
	float: left;
}
#footer {
	clear: both;
	height: 59px;
	width: 920px;
	background: #0066cc;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 30px;
	text-align: left;
	font-size: 11px;
	padding-left: 60px;
}

/* Navigation */
#nav {
	height: 58px;
	float: right;
	margin-top: 28px;
	width: 601px;
}
#nav ul {
	float: right;
	list-style: none;
	background: #000000 url(images/nav_bg.gif) repeat-x;
	width: 601px;
	padding: 0;
	height: 58px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: right;
	width: 149px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #3297FA;
	border-bottom: none;
	color: #CCC;
	font: bold 13px/58px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(images/nav_bg2.gif) repeat-x;
	color: #FFFFFF;
}
#nav ul li a:active {
	color: #FFFFFF;
}
#nav ul li#current a {	
}
