body
{
	background-color: #fff;
	margin: 0;
	padding: 0;
	font: 10px;
	font-family: Georgia,'Times New Roman', serif;
	color: #fff
}

a 
{ 
	color: #FF0066; 
	text-decoration: underline; 
}

a:hover, a:focus 
{ 
	color: #D10054;  
}

h1 
{
	font-size: 20px;
	padding: 5px 0;
	color: #DFDFDF; 
}
	
h2
{
   font: italic 14px;
   padding: 10px 0 5px 0;
}

#top_container
{
text-align: left;
width: 100%;
}

#top_space
{
height: 66px;
}

#top_left
{
text-align: left;
background-color: #000;
background-image: url(../images/amoeba.gif);
background-repeat: no-repeat;
height: 133px;
width: 100%;
}

#top_right
{
float: right;
text-align: right;
padding-right: 10px;
max-width: 650px;
}

#main_container
{
margin: 0;
margin-right: 20px;
margin-top: 20px;
width: 500px;
float: right;
text-align: left;
}

#main_content
{
margin: 0;
padding: 10px;
border: 0;
background-color: #000;
background-image: url(../images/bg_grad.jpg);
background-repeat: repeat-x;
}

#main_footer
{
clear:both;
background-color: #000;
text-align: right;
font-size: 0.75em;
}

form.zemContactForm 
{
	text-align: left;
	width: 450px;
}

form.zemContactForm fieldset 
{
	background-color: #666666;
	border-width: 1px;
	border-style: solid;
	border-color: #000;		
	margin: 0px 0px 0px 0px;
	position: relative;
	display: block;
	padding: 0px 10px 10px 10px;
}

form.zemContactForm fieldset legend
{
	display: none;
}

form.zemContactForm textarea
{
}

form.zemContactForm label
{
	display: block;
	float: left;
	color: #fff;
	text-align: right;
	width: 0px;
}

form.zemContactForm #name, #phone, #email, #type, #message
{
	display: block;
	background: #fff;
	border: 1px solid #000;
	padding: 0;
	margin: 0px 0px 0px 2px;
}

form.zemContactForm #Message
{
	height: 220px;
	width: 300px;
	overflow: auto;
}

form.zemContactForm #ZemSubmit 
{
	width: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;	
}

ul.zemError 
{
	color: red;
	list-style-type: none;
	padding: 10px 0;
	line-height: 20px;
}
