@charset "UTF-8";
/* CSS Document */

#container {
	position: relative;
	margin: 100px auto;
	width:100%;
}

#header_box {
	margin: auto;
	width:780px;
	height:78px;
	position:relative;
}

#content {
	width:780px;
	height:342px;
	border-bottom:#666666;
	border-bottom-style:solid;
	border-bottom-width:thin;
	background-color:#000000;
	background-image:url(../images/background_contact.jpg);
	}
	
#buttonbox{
	margin: 0px 0px 0px 0px;
	width:780px;
	height:25px;
	}
	

	#footer_right {
	width:330px;
	height:35px;
	padding: 3px 5px 0px 0px;
	font-size:10px;
	float: right;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,helvetica, arial,sans-serif;
	font-weight:300;
	color:#FFFFFF;
	}
	
#footer_left {
	width:280px;
	height:35px;
	padding: 4px 5px 0px 0px;
	font-size:9px;
	float:left;
	}



*{ margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:focus { outline:none }
	
		
body {
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,helvetica, arial,sans-serif;
	font-weight:300;
	background-color:#000000;
	background-repeat:repeat-x;
	background-image:url(../images/background_main.gif);
	color:#999999;
	font-size:12px;
	width: 780px;
	margin: auto;
	padding-bottom: 20px;
	text-align: left;
	overflow:hidden;
		}
		

	
		
	#navigation {
	height:19px;
	width:780px;
	padding-top: 0px;
	background-image:url(../images/background_buttons.jpg);
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
	padding: 6px 0 0 0px;
	}
	
#navlist {
	margin: 0;
	width: 120px;
	height: 19px;
	list-style: none;
	display: inline;
	}

#navlist li {
margin: 25px; 
padding: 0;
list-style: none;
display: inline;
}
	
#navlist a {
padding: 0;
width /**/:12px; /* for IE5/Win only */
}





table.contactform {
	padding: 20px 0px 0px 15px;
	}

td.input  {
	background-color:#FF0000;
	}


#header {
	padding: 10px 0px 0px 0px;
	}
	
	
#info {
	color:#FFFFFF;
	height:250px;
	width:380px;
	float:right;
	}
	
.heading {
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	}
	
.body {
	color:#999999;
	font-size:14px;
	}
	
	
.image {
	padding-top:10px;
	}