img
{
	border: none;
}

.content_bg
{
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/bg2.jpg);
}

#header
{
	height: 80px;
	width: 100%;
	background: url(../images/headerbgnew.png) bottom repeat-x ;
}
#header div#userbar
{
	float:right;

	margin:20px 0 0 0;
	
	color:white;
	font-size:12px;
	font-style: italic;
}
#header div#userbar a
{
	color:white;
	
}
#header div#userbar a:hover
{
	color:#ff9900;

}
#header #upload
{
	background: url(../images/upload_btn.png) top left;
	height:30px;
	width:114px;
	
	text-decoration: none;
	float:right;
	
	_background: url(../images/createbtn.jpg) top left;
	_width:115px;
	_height: 31px;
}

#header #upload:hover
{
	background: url(../images/upload_btn.png) bottom left;
	height:30px;
	width:114px;
	display: block;
	text-decoration: none;
	
	_background: url(../images/createbtn.jpg) bottom left;
	_width:115px;
	_height: 31px;
}

#header p#userinfo
{
	display: block;
	float:right;
	font-size:14px;
	margin:6px 0 0 0;
}

#header #upload span
{
	visibility: hidden;
}
#header #logo
{
	background:url(../images/logo.png) no-repeat;
	height:50px;	
	width:163px;
	margin: 15px 0 10px 0;
	display:block;
	text-decoration:none;
	float:left;
	
	_width: 137px;
	_height: 28px;
	_background:url(../images/voice.gif) no-repeat;
}
#header #top_header #join
{
	float:right;
	padding:2px 0 2px 15px;
	border-left: 1px solid white;
	color:white;
	text-decoration:none;
	font-size:12px;
	margin-top:22px;
}
#header #top_header #login
{
	float:right;
	padding:2px 15px 2px 0px;
	color:white;
	text-decoration:none;
	font-size:12px;
	margin-top:22px;
}
#header #logo span
{
	visibility: hidden;
}

#header #top_header
{
	height:58px;
}


#header ul#main_menu
{
	display: block;
	list-style: none;
	margin:-10px 0 0 0;
	float:right;
	padding: 0;
}

#header ul#main_menu li
{
	float: left;
	margin: 0 0 0 15px;
}

#header ul#main_menu li a
{
	text-decoration: none;
	display: block;
}

#header ul#main_menu li a#books
{
	display: block;
	background: url(../images/books.png) no-repeat top left;
	width: 66px;
	height: 15px;
	
}

#header ul#main_menu li a#books:hover
{
	display: block;
	background: url(../images/books.png) no-repeat bottom left;
	width: 66px;
	height: 14px;
	
}

#header ul#main_menu li a#media
{
	display: block;
	background: url(../images/media.png) no-repeat top left;
	width: 65px;
	height: 15px;
}

#header ul#main_menu li a#media:hover
{
	display: block;
	background: url(../images/media.png) no-repeat bottom left;
	width: 65px;
	height: 14px;
}


#header ul#main_menu li a#events
{
	display: block;
	background: url(../images/events.png) no-repeat top left;
	width: 72px;
	height: 15px;
}

#header ul#main_menu li a#events:hover
{
	display: block;
	background: url(../images/events.png) no-repeat bottom left;
	width: 72px;
	height: 14px;
}

#header ul#main_menu li a#art
{
	display: block;
	background: url(../images/art.png) no-repeat top left;
	width: 47px;
	height: 15px;
}

#header ul#main_menu li a#art:hover
{
	display: block;
	background: url(../images/art.png) no-repeat bottom left;
	width: 47px;
	height: 14px;
}

#header ul#main_menu li a#blog
{
	display: block;
	background: url(../images/blog.png) no-repeat top left;
	width: 54px;
	height: 15px;
}

#header ul#main_menu li a#blog:hover
{
	display: block;
	background: url(../images/blog.png) no-repeat bottom left;
	width: 54px;
	height: 14px;
}


#header ul#main_menu li a#about
{
	display: block;
	background: url(../images/about.png) no-repeat top left;
	width: 67px;
	height: 15px;
}

#header ul#main_menu li a#about:hover
{
	display: block;
	background: url(../images/about.png) no-repeat bottom left;
	width: 67px;
	height: 14px;
}

#header ul#main_menu li a#music
{
	display: block;
	background: url(../images/music.png) no-repeat top left;
	width: 64px;
	height: 15px;
}

#header ul#main_menu li a#music:hover
{
	display: block;
	background: url(../images/music.png) no-repeat bottom left;
	width: 64px;
	height: 14px;
}

#header ul#main_menu li a#community
{
	display: block;
	background: url(../images/community.png) no-repeat top left;
	width: 112px;
	height: 15px;
}

#header ul#main_menu li a#community:hover
{
	display: block;
	background: url(../images/community.png) no-repeat bottom left;
	width: 112px;
	height: 14px;
}

#header ul#main_menu li a#login
{
	display: block;
	background: url(../images/login.png) no-repeat top left;
	width: 62px;
	height: 15px;
}

#header ul#main_menu li a#login:hover
{
	display: block;
	background: url(../images/login.png) no-repeat bottom left;
	width: 62px;
	height: 14px;
}

#logged
{
	float: right;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia;
	margin: 20px 0 0 0;
}

#logged p
{
	display: inline;
	color: #746f64;
		
}

#logged p a#name
{
	color: #fff;
}

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

#logged a#logout
{
	color: #f38e18;
}

