body
	{
	margin-left:50%;
	margin-top:10px;
	background:rgb(000,000,000);
	color:#000000;
	font-family:lucida grande, verdana;
	}

#wrapper
	{
	position:absolute;
	width:1000px;
	margin-left:-500px;
	left:50%;
	margin-top:0px;
	height:auto;
	color:#fff;
	
	}

#header
	{
	background:url(Images/header-bg.jpg) no-repeat;
	width:1000px;
	height:70px;
	}
#image-holder
	{
	float:left;
	width:290px;
	height:56px;
	margin-left:23px;
	margin-top:8px;
	}
img
	{
	border:none;
	}

#content

	{
	float:left;
	width:980px;	
	padding-left:20px;
	padding-top:0px;
	margin-bottom:10px;
	background-color:#000;
	color:#fff;
	font-size:9pt;
	}
	
#content ul
{
	list-style-type:none;
	color:#999999;
	font-size:10pt;
	margin-left:0;
	padding-left:0;
}

#left-pane p
	{
	
	font-size:10pt;
	color:#999999;
	}
	
#left-pane
{
	float:left;
	width:470px;
	padding-left:10px;
}

#right-pane
{
	float:right;
	width:458px;
	padding-right:10px;
	font-size:10pt;
}

#right-pane p a link
{
color:red;
}

#right-pane p a:hover
{
color:white;
}

#right-pane a:hover 
{
	color:#fff;
}

h1
	{
	position:absolute;
	margin-left:-999em;
	width:290px;
	height:56px;
	}
	
h2
	{
	position:absolute;
	margin-left:-9999em;
	}

h3
	{
	color:#fff;
	font-weight:normal;
	font-size:20pt;
	margin-left:0px;
	text-decoration: none;
	}
	

	h3 a:Hover{
	color:#d4aeb9;
	}
	
h4
	{
	color:#fff;
	font-weight:normal;
	font-size:12pt;
	color:#ccc;
	margin:0;
	padding:0;
	margin-left:0px;
	
	
	}


/*------Navigation------*/

#topnav 
	{
	float:right;
	list-style:none;
	background-color:#000;
	color:#fff;
	margin-top:20px;
}

#topnav li
	{
	display:inline;
	font-family:Lucinda Grande, Arial,serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	line-height:100%;
	text-transform:uppercase;
	}

#topnav li a
	{
	display:block;
	float:left;
	padding: .1em .5em;
	text-decoration:none;
	color:#fff;
	background-color:#000;
	font-size:90%;
	}
	
#topnav .active a
{
color:#999;
}
	
#topnav a:hover
	{
	color:#f40b0b;
	background-color:#000;
	}
	
/*------Links-------*/
li a
	{
	text-decoration:none;
	color:#999999;
	}
	
li a:hover
	{
	color:#f40b0b;
	background-color:#000;
	}
	
li.bullet
{
list-style-image:url(Images/bullet-square.jpg);
}

/*------Footer------*/

#footer
{
	clear:both;
	font-size:60%;
	color:#999999;
	border-top:solid 1px #5c5c5e;
	padding-top:5px;
	margin-top:20px;
	padding-top:20px;
	padding-left: 5px;
}

/*-------Contact Form-------*/



form
{
line-height:1.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#000;
}



em
{
color:red;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

