@charset "UTF-8";
/* CSS Document */
body
{
	background-color:#00FF00;
	margin:0;
	padding:0;
	background-image: url(../images/NEW/BG1.jpg);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	min-width:1098px;
}
#container
{
	width:1200px;
	margin: auto auto;
	height: auto;
}
  
#leftcol
{
	width:450px;
	background-color:#FCC;
	float: left;
	background-repeat: repeat-x;
	margin-bottom: 0px;
}

#leftcol p, #leftcol2 p
{
	font-family:Courier, "Courier New", monospace;
	font-weight:bold;
	font-size:16px;
	padding:0 10px 0 26px;
}
#leftcol img
{
border:none;
margin-bottom:5px;
}

#footer
{
	width:300px;
	clear: both;
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS";
	color: #FF0000;
}
#home #navholder
{
	margin: 18px 0 10px 0;
	padding: 0;
	background-color:transparent;
}
#home #command #navholder
{
	margin: 18px 0 10px 0;
	padding: 0;
	background-color:transparent;
	width:500px
}

#navholder
{
	background-color:#990;
	width:450px;
}

#nav
{
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0;
	padding-left: 0px;
}
#nav li
{
display:inline;
line-height:30px;
}
#nav li a
{
	font-family:'Courier New', Courier, monospace;
	margin-left:12px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	background-color: #FF0000;
	padding-left:15px;
}
#command #nav li a
{
	font-family:Courier, 'Courier new', monospace;
	margin-left:6px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	padding-left:5px;
}
#nav li a:hover
{
	background-color:#00FF00;
	color:#0066FF;
	background-image: url(../images/skull0.gif);
	background-repeat: no-repeat;
	text-decoration: line-through;
}
#nav li a.current
{
	color:#33FF00;
	background-color:#FF00FF;
	font-size:26px;
	letter-spacing:-6px;
	text-decoration:line-through;
}
#nav li a.current:hover
{
	color:#33FF00;
	background-color:#FF00FF;
	font-size:26px;
	letter-spacing:-6px;
	text-decoration:line-through;
		background-image: none;
}


h2
{
	text-align:center;
	color:#FF0000;
	font-family:"Courier New", Courier, monospace;
	font-size:36px;
	letter-spacing:-6px;
	margin-bottom: 0px;
	line-height: 40px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFF00;
	padding: 0;
}
h3
{
	font-family:Comic Sans MS;
	font-size:24px;
	color:red;
	font-weight:bold;
	text-align:center;
	line-height: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h4
{
	text-align:center;
	color:#663300;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	margin-bottom: 0px;
	line-height: 20px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#FFCC99;
}


#galleryWindow
{
	width:450px;
	height:450px;
	float:left;
	margin-left: 30px;
	margin-bottom: 0px;
}
#container #subnav.photosubnav {
	width: auto;
}
#subnavlist
{
	list-style-type:none;
	padding-bottom:5px;
	margin: 0;
	padding-left: 0px;
	background-color:#00FFFF;
	width:450px;
}
#subnavlist li
{
	display:inline;
	line-height:20px;
}
#subnavlist li a
{
	font-family:'Courier New', Courier, monospace;
	margin-left:8px;
	font-size: 14px;
	font-weight: bold;
	color:#33FF00;
	text-decoration: none;
	background-color:#FF00FF;
	padding-left:15px;
	display: inline;
}
#subnavlist li a:hover
{
	background-color:#00FF00;
	color:#0066FF;
	text-decoration: line-through;
}

#subnavlist li a.current
{
	color:#ffffff;
	background-color:#000000;
	font-size:20px;
	letter-spacing:5px;
	text-decoration:line-through;
}
a.current:hover
{
	color:#33FF00;
	background-color:#FF00FF;
	font-size:34px;
	letter-spacing:-6px;
	text-decoration:line-through;
}

a:focus
{
outline:none; 
}
/* scrollbars */
#scrollplace
{
	position:relative;
	overflow: auto;
	height:350px;
	width:450px;
}

.videobox
{
	width:320px;
	margin:5px 0 12px 61px;
	padding: 0;
	background-color: #99FF66;
	border: 4px solid yellow;
}
#leftcol p.caption
{
margin:6px;
padding:0;
font-size:12px;
line-height:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
color:#333300;
font-weight:normal;
}
/*member Section*/

#leftcol #scrollplace .member_card
{
 width:350px;margin-left:46px;background-color:red;border:4px solid yellow;}
 
#leftcol #scrollplace .member_card img.member_pic {margin:10px 10px 10px 10px;float:left;border:1px solid white;}
#leftcol #scrollplace .member_card p.member_bio {margin:10px;font-family:Arial, Helvetica, sans-serif;font-weight:normal}
