*{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
}

body{
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 12px;
	background-color: black;
}

p{
	margin: 10px 0 10px 0;
}


h1{
	font-size: 30px;
	font-family: "Myriad Pro", "Lucida Grande", "Verdana", sans-serif;
	padding: 0;
	margin: 0;
}

h2{
	font-size: 20px;
}

a{
	color: yellow;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}

#overallContainer{
	background: url('../img/bgMain.png');
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}

#container{
	width: 900px;
	height: 388px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 0 0;
	position: relative;
	border: 1px yellow solid;
}

#mainContent{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 0 0;
}

#header{
	background: url('../img/bgHeader.png');
	height: 147px;
	width: 1000px;
}

#header td{
	font-size: 1.2em;
}

#footer{
	height: 150px;
	color: white;
	clear: both; 
	text-align:center;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 700px;
	height: 470px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	width: 200px;
	height: 470px;
	overflow: hidden;
}

#next{
	display: block;
	width: 200px;
	height: 20px;
	background: url(../img/arrow.png);
	position: relative;
	top: 450px;
	left: 700px;
}

#next:hover{
	background: url(../img/arrowmo.png);
}

.clear{
	clear: both;
}

.subnav{
	clear: both;
	padding: 0 20px;
	color: yellow; 
	padding-top: 10px;
	text-align: center;
}

.subnavItem{
	margin: 0 25px;
}

.subnavSelected{
	margin: 0 18px;
	padding: 0 5px;
	color: #7246d5;
	background: yellow;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.subnavSelected:hover{
	color: Purple;
	border-bottom: 1px solid yellow;
	text-decoration: none;
}



#header ul{
	text-align: center;
	margin-left: 40px;
}

#header li{
	display: inline;
	white-space:nowrap;
	list-style-type:none;
	float: left;
	vertical-align: sub;
	text-align: center;
	margin-top: 70px;
	padding: 0px 10px;
}

h3 {
	padding: 5px 10px;
	width: 90%;
	background: #350091;
	border: 1px solid yellow;
	color: white;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

hr {
	height: 6px;
	border: 1px solid yellow;
	background: #350091;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.postBG {
	background: #131313; 
	padding: 1px 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border: 1px solid yellow;
}

.listBG {
	background: black; 
	padding: 1px 10px; 
	margin-top: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}


#videochat {
	width:275px; 
	height: 250px;
	background: black;
	float:left; 
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 0 0;

	/*margin-right:3px;*/
}
