/* Begin Style Sheet */

/* Nav */
#navlist{position:relative;}
#navlist li{margin:0;padding:0;list-style:none;position:absolute;top:0;}
#navlist li, #navlist a{height:44px;display:block;}

#images{left:0px;width:100px;}
#images{background:url('../images/nav.gif') 0 0;}
#images a:hover{background: url('../images/nav.gif') 0 -40px;}

#video{left:101px;width:90px;}
#video{background:url('../images/nav.gif') -101px 0;}
#video a:hover{background: url('../images/nav.gif') -101px -40px;}

#next{left:200px;width:90px;}
#next{background:url('../images/nav.gif') -185px 0;}
#next a:hover{background: url('../images/nav.gif') -185px -40px;}

#test{left:300px;width:90px;}
#test{background:url('../images/nav.gif') -290px 0;}
#test a:hover{background: url('../images/nav.gif') -290px -40px;}
/* End Nav */


/* Font */
* { padding: 0; margin: 0; }

body {

 font-family: Arial, Helvetica, sans-serif;
 font-family: verdana, arial, helvetica, sans-serif;
 color: #fff;
 background-color: #000;

}

a {
	text-decoration: none;
	color:  #df3564;
	outline: none;
	}
a:visited {
	color:  #81de60;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #df3564;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
psmall {
	font-size: 10px;
	line-height: 11px;
	margin-top: 5px;
	margin-bottom: 5px; 
	}
/* End Font */


#wrapper { 
 border: 1px solid #000;
 background-image:url('../images/back1.jpg');
 margin: 0 auto;
 width: 1000px;
 height: 1000px;
}

#videowrapper { 
 border: 1px solid #000;
 /* background-image:url('../images/back1.jpg'); */
 margin: 0 auto;
 width: 1000px;
 height: 1000px;
 background: #81de60;
}

#faux {
 background: url(../images/clear.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#header {
 border: 0px solid #ccc;
 width: 666px;
 padding: 10px;
 height: 90px;
 margin: 40px 0px 0px 0px;
 background: #;
}

#nav {
 border: 0px solid #ccc;
 width: 666px;
 padding: 5px;
 height: 40px;
 margin: 0px 0px 0px 20px;
 background: #;
}

#rightcolumn { 
 border: 0px solid #ccc;
 display: inline;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: right;
}

#leftcolumn { 
 float: left;
 border: 0px solid #ccc;
 margin: 0px;
 padding: 10px;
 width: 666px;
 height: 700px;
 display: inline;
 position: relative;
}

#content { 
 border: 1px solid #ff0000;
 width: 750px;
 background-color: #000;
 float: left;
 margin: 7px;
 padding: 10px;
 display: inline;
 position: relative;
}

#popupcontent { 
 border: 1px solid #ff0000;
 width: 600px;
 background-color: #000;
 float: left;
 margin: 7px;
 padding: 10px;
 display: inline;
 position: relative;
}

#footer { 
 border: 0px solid #ccc;
 width: 666px;
 clear: both;
 background: # ;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}

.clear { clear: both; background: none; }

/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		 height: 360px;
	}
	/* end hide */

	gallerybody {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}
	
	a {	
		color:#cccccc;
	}

/* End Style Sheet */