* html {
	padding:			0;
	margin:				0;
}


body {
  	background-color:	#000;
  	font-size:         	13px;
  	font-family:		Arial, Helvetica, sans-serif;
  	color:				#999;
  	margin:				0px auto 0px; 
  	padding:			0px;
}

#wrap {
	width: 				800px;
	background-color:	#000;
	margin-left:		auto;
	margin-right:		auto;
	padding:			0px;
	
}


/************************************************
*	Basic Tags								*
************************************************/
	
a, a:visited {
	background-color: 	inherit;
	color: 				#836fff;
	text-decoration: 	none;
}

	
a:hover {
	text-decoration: 	underline;
}

p 		{
	margin:				0 0 1.4em 0;
}
	

/************************************************
*	Header  									*
************************************************/

#header {
	height:				40px; 
	margin:				15px 0 0 2px; 
	padding:			0;
	font-family:		arial, "trebuchet ms", verdana, sans-serif;
	font-weight:		bold;
	background-color:	inherit;
	
}

#header h1 {
	background-color:	inherit;
	color: 				#eecfa1;
	float:				left; 
	font-size:			36px;
	font-family: 		georgia, tahoma, verdana, arial, serif;
	font-weight: 		normal;
	margin:				0 0 10px;
	padding: 			0;
	width:				350px;
	text-decoration: 	none;
	}
	
#header h1 a, #header h1 a:visited {
	background-color:	inherit;
	color: 				#b9d3ee;
	text-decoration: 	none;
	}
	
#header h1 a:hover {
	color: 				#eecfa1;
	text-decoration: 	none;
	}

#header p {
	float:				right; 
	font-weight:		700; 
	line-height:		1.3em; 
	margin:				8px 0 0; 
	text-align:			center; 
	width:				400px;
}

#headerimage {
	border:				#ccc 3px double; 
	margin:				0;
}

.darkerblue {
	color:				#769ddb;
	
}


/************************************************
*	Navbar      								*
************************************************/

#nav {
	font-family:		georgia, tahoma, verdana, arial, serif;
	font-size:			18px;
	background-color:	inherit;
	margin:				0px auto 0px;
	padding:			0px 0px 0px 0px;

}

#nav a {
	color: 				#eecfa1;
	text-decoration:	none;
	margin:				0px 20px 0px 0px;
	padding:			0px 0px 0px 0px;
	border:				none;
}


#nav a:hover {
	color:				#b9d3ee;
	text-decoration:	none;
}

#nav ul {
	list-style:			none;
	margin-left:		0;
	padding-left:		0;
	text-align:			left;

}


#nav ul li {
	display:			inline;
	margin:				0;
	padding:			0;
	
}

/************************************************
*	Content     								*
************************************************/

#content {
	padding:			0px 0px 30px 0px;
	margin:				0;
	line-height:		20px;
	border-bottom:		#555 3px solid;
}

#frontcontent {
	padding:			0px 0px 30px 0px;
	margin:				0;
}

img.left {
	padding:			0;
	border:				#ccc 3px double;
	float:				left;
	margin:				0 15px 10px 0;
}

img.right {
	padding:			0;
	border:				#ccc 3px double;
	float:				right;
	margin:				7px 0 10px 15px;
}

img.cdleft {
	padding:			0;
	border:				#222 1px solid;
	float:				left;
	margin:				0 20px 10px 0;
	clear:				left;
}

img.portrait {
	padding:			0;
	margin:				0 20px 10px 0;
	border:				#222 3px solid;
}

#content h1, #content h2, #content h3 {
  font-family:			arial, tahoma, verdana, sans-serif;
  color:               #eecfa1;
  letter-spacing:		normal;
  font-weight:			normal;
  padding:				0;
  line-height:			18px;
  
}


#content h1 {
  font-size:           24px;
  padding-top:			15px;
  padding-bottom:		10px;
 
}

#content h2 {
  font-size:           18px;
  line-height:			1.4em;
}

#content h3 {
	font-size:			16px;
}

#content ul {
	list-style-type:	none;
	margin-left:		0;
	padding-left:		0;
	

}

#content ul li {
	margin:				0;
	padding:			0;
	text-indent:		0;
	display:			inline;

}

.title {
	font-size:			14px;
	font-weight:		bold;
	color:				#769ddb;
	line-height:		1.8em;
}

.presscredit {
	font-size:			14px;
	font-weight:		bold;
	color:				#769ddb;
	text-align:			right;
	line-height:		1.4em;
	margin:				0px 0px 40px 0px;
	padding:			0px 0px 20px 0px;
	border-bottom:		#555 3px solid;
}

.separation {
	line-height:		1.4em;
	margin:				0px 0px 40px 0px;
	padding:			0px 0px 20px 0px;
	border-bottom:		#555 3px solid;

}

.clear {
	clear:				both;
}

blockquote {
	margin:				0px 0px 0px 20px;
	padding:			5px 0px 5px 15px;

}


/************************************************
*	Sidebar     								*
************************************************/

#sidebar1 {
	background:			inherit;
	font-size:			12px;
	text-align:			center;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left:		5px;
	padding-right:		5px;
	margin:				25px 0px 10px 25px;
	border:				#ccc 3px double;
	width:				200px;
	float:				right;
	display:			inline;
}

#sidebar1 h3 {
	font-size:			14px;
	color:               #eecfa1;

}


/************************************************
*	Footer      								*
************************************************/
#footer {
  font-size:           	10px;
  color:				#ccc;
  text-align:          	right;
  margin:          		0;
  padding:				15px 0px 0px 0px;
  background: 			inherit;
  clear:				both;
}

.copy {
	text-align:			right;
	margin:				0px 0px 30px 0px;
	padding:			0px 0px 0px 0px;
}



