body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:white;
	background-color:black;
	margin:0;
	padding:0;
}

a img {border:none;}

a {
	color:white;
	text-decoration:none;
}

/* Header */

#HeaderImage {
	display:block;
	width:880px;
	height:261px;
	margin:0 auto;
}

/* Main Menu */

#MainMenu {
	position:relative;
	width:880px;
	height: 52px;
	margin:0 auto;
	padding:0;
}

#MainMenu li {
	list-style-type:none;
	float:left;
}

#MainMenu a {
	float:left;
	width:220px;
	height:52px;
	text-indent:-9999px;
	background-image:url(/images/menu/main_menu.png);
	background-repeat:no-repeat;
}

#Home a {background-position:left top;}
.LoggedIn #Home a {background-position:left -104px;}
#Members a {background-position:-220px top;}
#Galleries a {background-position:-440px top;}
#Join a {background-position:-660px top;}
.LoggedIn #Join a {background-position:-660px -104px;}

#Home a:hover {background-position:left -52px;}
.LoggedIn #Home a:hover {background-position:left -156px;}
#Members a:hover {background-position:-220px -52px;}
#Galleries a:hover {background-position:-440px -52px;}
#Join a:hover {background-position:-660px -52px;}
.LoggedIn #Join a:hover {background-position:-660px -156px;}

/* Lower */

#Wrapper {
	position:relative;
	width:880px;
	margin:0 auto;
}

/* Left Menu */

#LeftSide {
	position:relative;
	float:left;
	width:220px;
	background-color:#232323;
	height:518px;
	margin-bottom:20px;
}

#LeftSide ul {
	position:relative;
	margin:30px 0 0 0;
	width:220px;
	padding:0;
	background:url(/images/menu/left_menu_separator.png) top left no-repeat;
}

#LeftSide li {
	list-style-type:none;
}

#LeftSide li a {
	display:block;
	width:220px;
	height:40px;
	line-height:40px;
	font-size:14px;
	text-transform:uppercase;
	text-indent:10px;
	background:url(/images/menu/left_menu_separator.png) bottom left no-repeat;
}

#LeftSide li a:hover {color:#ffc000;}

#Copyright {
	position:absolute;
	bottom:10px;
	left:10px;
	clear:both;
}

/* Content */

#RightSide {
	position:relative;
	float:left;
	width:592px;
	margin:20px;
	padding:10px;
	border:4px solid #444;
	/*height:470px;*/
}

#RightSide h1 {
	color:#ffc000;
	font-size:18px;
	text-transform:uppercase;
}

.RatingOuter {
	position:absolute;
	left:4px;
	bottom:34px;
	height:12px;
	width:64px;
	background-image:url(/images/stars.png);
}

.RatingInner {
	position:absolute;
	height:12px;
	background-image:url(/images/stars.png);
	background-position:left -12px;
}

#Blackout {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:black;
}

#VODEmailPopUp {
	width:360px;
	background-color:#ccc;
	border:10px solid gray;
	color:black;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	position:absolute;
	top:400px;
}

#VODEmail {width:340px;}

#VODEmailPopUp input[type="submit"] {margin-top:4px;}

#VODOrder {
	background:url(/images/vod.png);
	width:228px;
	height:56px;
	text-indent:-9999px;
	display:block;
	margin-left:320px;
	margin-top:40px;
}

#VODOrder:hover {background-position: left -100%;}

#VODs {
	padding:10px;
}

#VODs h3 {
	color:#FFC000;
}