*{
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	color:#FFF;
	font-size:0.825em;
	background-color:#3b1d12;
	font-family:sans-serif;
}

.dropdown {float:left;}
.dropdown dt {border-left:1px solid #FFF; padding:8px 6px 8px 11px; cursor:pointer; color:#FFF; font-size:12px;}
.dropdown dt:hover {background:url("../_images/header_over.gif"); background-position:left; background-repeat:no-repeat;}
.dropdown dd {position:absolute; overflow:hidden; display:none; z-index:200;}
.dropdown ul { list-style:none; border-top:none; font-size:12px;  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:10px 15px; color:#FFF; text-decoration:none; background:#000; }
.dropdown a:hover { color:#FFF; background-color:#030;}
.dropdown .underline {}

.container{
	width:900px;
	height:566px;
	position:relative;
}

#menu {
	float:left;
	height:41px;
	padding-top:15px;
}

#logo {
	float:right;
	height:56px;
}

#content {
	 clear:both;
	 widows:900px;
	 height:512px;
}

h1 {
	font-size:18px;
	color:#3b1d12;
	padding-bottom:16px;
	font-weight:normal;
	margin:0;
}

p {
	padding:0px;
}

#left_content {
	padding:50px 50px 20px 50px; 
	width:300px; 
	font-size:12px; 
	line-height:16px;
}

#left_content2 {
	width:318px;
	padding:30px 20px 0 30px;
	font-size:12px; 
	line-height:16px;
}

#left_content3 {
	width:220px;
	padding:50px 40px 20px 40px; 
	font-size:12px; 
	line-height:16px;
}
.fan_box .profileimage {
		display:none !important;

}
.profileimage img {
	display:none !important;
}