html
{
	height: 100%;
}
body
{
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		background-image: url('../Images/bg.jpg');
		background-repeat:repeat-x;
		background-color: #000000;
		font-family:georgia;
}
p, td, li, li a, #twitter_div a
{
	color: white;
	font-size:13px;
}	
h2
{
	color: #C48698;
	font-size:14px;
}
.interview .alt
{
	
}
.interview td
{
	padding:5px;
	border-bottom: 1px dotted #B97E90;
	padding-bottom:10px;
	padding-top:10px;
}
.interview .first
{
	font-style: italic;
	color: #B97E90;
	width:300px;
}
.interview tr
{
	height:30px;
	
}
#container
{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 920px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #171717;

}
#logo
{
	width: 100%;
	height: 83px;
}
#logo img
{
	margin-top: 13px;
}
#logo img, #banner img
{
	border: none;
}
#banner
{
	height: 304px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.greybar
{
	height: 24px;
	width: 100%;
	background-color: #4a4a4a;
	clear: both;
}


#content 
{
	margin:0px;

}

.footer
{

	
	height:24px;
	width:100%;

	background-color: #b97e90;

}
.footer p
{
	margin:0px;
	padding:0px;
	font-family: verdana;
	float:right;
	font-size:11px;
	color: #000000;
	margin-top:6px;
	margin-right:5px;
}
.footer p a
{
	color: #000000;
}
.footer p a:hover
{
	text-decoration: none;
}
#menu
{
	width: 100%;
	height: 42px;
	background-image: url('../Images/menu_bg.png');
	background-repeat:repeat-x;
	position: absolute;
	z-index: 20;
	top: 261px;
	left: 0;

}
#menu .first
{
	margin-left:70px;
	
}
#menu a 
{
	text-decoration:none;
}
#menu a .nest
{
	height: 42px;
	font-family:georgia;
	font-size:17px;
	
	color:#ffffff;
	font-weight:bold;
	margin-right:40px;
	float:left;
	text-align:left;
	vertical-align:middle;

	padding-left:10px;
	padding-right:10px;
}
.member a .nest
{
	margin-right:10px !important;
}
.member .first
{
	margin-left:20px !important;
	
}
#menu a .nest span
{
	position: relative;
	top:10px;
}
#menu a:hover .nest
{
		background-color: #ffffff;

	color:#1875B5;
}
.moveup
{
	top: -42px;
	position: relative;
}
#twocol
{
	background-color: #171717;
	width:100%;
	
}
#twocol div
{
	margin-top: 10px;
}
#twocol .col1
{
	float:left;
	width: 63%;
	margin-left:15px;
	margin-right:5px;
}

#twocol .col2
{
	float:left;
	width: 33%;
	overflow: auto;
	height:600px;

}
.padding
{
	padding: 5px;
}
.latest
{
	width: 100%;
	clear: both;
	margin-bottom: 25px;
	
}
.latest img
{
	border: 1px solid #d792a6;
	float:left;
	margin-right:6px;
}
.latest h4
{
	margin: 0px;
	color: #dd96ab;
	font-size:13px;
}
.latest p
{
	margin: 0px;
}
.preview a
{
	border:none;
}
.preview img
{
	border: 1px solid #d792a6;
}
.preview a:hover img
{
	border: 1px solid white;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);

}

.preview a img
{
	border: 1px solid #d792a6;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}
.largerText
{
	font-weight: bold;
	font-size: 16px;
}
#contactform
{
	width:100%;
}
#contactform div
{
	width:100%;
	height:50px;
	clear:left;
}
#contactform label
{
	width:100%;
	display:inline-block;
	color: white;
	font-weight: bold;
}
#contactform input, #contactform .input
{
	width:90%;
}
#contactform em, .warning p
{
	color: red;
}
p a 
{
	color: #B97E90;
}
p a:hover
{
	text-decoration: none;
	color: white;
}
#entrypage
{
	background-color: #171717;
	width:100%;

}
#entrypage #warning
{
	margin:50px;
}
#entrypage textarea
{
	width: 70%;
	height: 50px;
}
#entrypage h8 a
{
	color: green;
	font-size:20px;
	font-weight:bold;
}
#entrypage h8 a:hover
{
	color: white;
}
