body, html
{
	margin:0;
	padding:0;
	background-color:#181818;
	font-family:Verdana;
	color:#cccccc;
	
	
}

#wrapper
{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	background-color:#181818;
	
	
	
	 
 }
 #header
 {
 width:800px;
 margin-left:auto;
 margin-right:auto;
 
 
 
 }
 #header h1
 {
 font-size:1.1em;
color:#cccccc;

 }
 #leftwrapper
 {
 float:left;
 width:400px;
 }
 #rightwrapper
 {
 float:right;
 width:400px;
 }
#navigation
{
width:800px;
font-weight:bold;
font-size:0.9em;
margin-bottom:4px;
}
#navigation a
{
color:#cccccc;
padding-right:15px;

}
.content
{
font-size:0.8em;
color:#FFFFFF;
clear:both;
}
.content li a
{
font-size:0.8em;
color:#cccccc;
}
.content a
{
color:#cccccc;
}
#fadeshow1
{
border:1px white solid;
}
#footer
{
	width:800px;
	clear:both;
	text-shadow: 2px 2px 2px #000;
}
#navigation ul
{
	list-style:none;
}
#navigation li
{
display:inline;
}
#footer p
{
text-align:center;
font-style:italic;
font-size:.8em;
}
#footer
{
clear:both;
}
#current a
{
text-decoration:none;
color:white;
}
#flashcontent
 {
		height: 77%;
}
#footer img
{
text-align:center;
}
#events
{
width:710px;
margin:auto;
}
a img
{
border: none;
}
/* search
.credits {
	margin-bottom: 80px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}

/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}