

ul, ol {
	list-style: none;
}

ul li {
	padding:1px 0px;
}

a {
	color:rgb(204,0,0);

}

a:hover {
	text-decoration:none;
}

p {
	padding:5px 0px;
}

h2 {
	font-size: 18px;
}
#container {
	width: 911px;
	padding: 4px 6px 0px;
	background-color: #000000;
	margin: 0 auto;
}

#top_header {
	margin-bottom: -12px;
}

#menu{
	padding-left: 16px;
	padding-right: 16px;
	line-height: 48px;
	background-image: url('/images/menu.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 48px;
}

#menu_1 {
	padding-right: 16px;
	padding-left: 16px;
	margin-top: -12px;
	line-height: 48px;
	background-image: url('/images/menu1.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 48px;
}

#menu ol li {
	float: left;
}

#menu ol li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 48px;
	padding: 0 22px;
	color: #FFF;
}

#menu ol li a:hover {	
	background-image: url('/images/menuHoover.jpg');
	background-position: center top;
	background-repeat: repeat-x;
}

#menu_1 ol li {
	float: left;
}

#menu_1 ol li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 48px;
	padding: 0 44px;
	color: #FFF;
}

#menu_1 ol li a:hover {	
	background-image: url('/images/menuHoover1.jpg');
	background-position: center top;
	background-repeat: repeat-x;
}
#header-social{
	
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #000;
	width: 911px;
	height: 32px;
}

#header-social li {
	display:inline;
	text-indent:-9999px;

}

#header-social li a {
	display:inline;
	float:left;
}

#follow a {
	background:url(/images/follow.png) 0 0 no-repeat;
	height:16px;
	margin:0 5px 0 0;
	text-indent:-9999px;
	width:71px;
}
#follow a:hover {
	background:url(/images/follow.png) 0 -16px no-repeat;
}
#becomefan a {
	background:url(/images/becomefan.png) 0 0 no-repeat;
	height:16px;
	margin:0 5px 0 0;	
	text-indent:-9999px;
	width:107px;
}
#becomefan a:hover {
	background:url(/images/becomefan.png) 0 -16px no-repeat;
}
