/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #c0c0c0;
	font-family: Lucida Grande, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-color: black;
}
a, a:visited, a:active {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #ededed;
	outline: none;
	text-decoration: none;
}
table, tr, td, div, span, p, ul {
	color: #c0c0c0;
	font-family: Lucida Grande, "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#MainWrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
html>body #MainWrapper {
	height: auto;
	min-height: 100%;
}
#TopHeader {
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0;
	width: 956px;
	height: 119px;
	position: relative;
}
#SiteTopLogo {
	margin: 0;
	padding: 0;
	width: 410px;
	height: 119px;
	float: left;
	background: url(../images/logo.jpg) no-repeat 0 0;
}
#SiteTopNav {
  float:left;
	margin: 46px 0 0 0;
	padding: 0;
	width: 546px;
	height: 34px;
}
#MiddleBlock {
	width: 100%;
	min-height: 181px;
	height: 181px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	overflow: visible;
	background-color: #FFFFFF;
}
html>body #MiddleBlock {
	height: auto;
	min-height: 181px;
}
.ContentBlock {
	margin: 0;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 100px;
	min-height: 100px;
	background: #242424 url(../images/content_bg_repeat_x.jpg) repeat-x left top;
}
html>body .ContentBlock {
	height: auto;
	min-height: 100px;
}
.ContentBlockInner {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	width: 956px;
	position: relative;
}
#FooterBlock {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: thick #e40010 solid;
}
#FooterBlockInner {
	width: 956px;
	margin: 0 auto 0 auto;
	padding: 0;
	color: #666666;
}
#FooterBlockInner img {
	bottom: -5px;
	position: relative;
}
#FooterBlock a, #FooterBlock a:visited, #FooterBlock a:active {
	color: #666666;
}
#FooterBlock a:hover {
	color: #FFFFFF;
}
/***********************************Navigation*********************************/
a.NavHome,a.NavHome:visited,a.NavHome:active{width:80px;height:34px;display:block;float:left;background:url(../images/nav/nav_home.jpg) no-repeat 0 0;}
a.NavHome:hover,a.NavHomeOn,a.NavHomeOn:visited,a.NavHomeOn:active{width:80px;height:34px;display:block;float:left;background:url(../images/nav/nav_home.jpg) no-repeat 0 -34px;}

a.NavMenu,a.NavMenu:visited,a.NavMenu:active{width:83px;height:34px;display:block;float:left;background:url(../images/nav/nav_menu.jpg) no-repeat 0 0;}
a.NavMenu:hover,a.NavMenuOn,a.NavMenuOn:visited,a.NavMenuOn:active{width:83px;height:34px;display:block;float:left;background:url(../images/nav/nav_menu.jpg) no-repeat 0 -34px;}

a.NavAbout,a.NavAbout:visited,a.NavAbout:active{width:89px;height:34px;display:block;float:left;background:url(../images/nav/nav_about.jpg) no-repeat 0 0;}
a.NavAbout:hover,a.NavAboutOn,a.NavAboutOn:visited,a.NavAboutOn:active{width:89px;height:34px;display:block;float:left;background:url(../images/nav/nav_about.jpg) no-repeat 0 -34px;}

a.NavFriends,a.NavFriends:visited,a.NavFriends:active{width:127px;height:34px;display:block;float:left;background:url(../images/nav/nav_friends.jpg) no-repeat 0 0;}
a.NavFriends:hover,a.NavFriendsOn,a.NavFriendsOn:visited,a.NavFriendsOn:active{width:127px;height:34px;display:block;float:left;background:url(../images/nav/nav_friends.jpg) no-repeat 0 -34px;}

a.NavFind,a.NavFind:visited,a.NavFind:active{width:91px;height:34px;display:block;float:left;background:url(../images/nav/nav_find.jpg) no-repeat 0 0;}
a.NavFind:hover,a.NavFindOn,a.NavFindOn:visited,a.NavFindOn:active{width:91px;height:34px;display:block;float:left;background:url(../images/nav/nav_find.jpg) no-repeat 0 -34px;}
/********************************End of Navigation*****************************/

