
/* standards */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a:hover {color: #9A6;}

body {
	background: #000000 url(img/graybkg.gif) repeat-x;
	color: #333;
	font:  12px "Verdana",sans-serif;
	margin: 3% 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.0em;}

li {list-style: none;}


h1 {font-size: 14px; font-family: "Trebuchet MS", Times, serif;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #E36F1C;}

/* misc */
.clearer {clear: both;}
.top .padded {padding: 5px 5px 5px 5px;}
.right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font:  12px "Verdana",sans-serif;
	background: #FFFFFF;
	margin: 95px auto auto auto;
	width: 850px;
	
}

.top-container {
background: #E36F1D;
width: 850px;
float: left;
height: 30px;
border-top: 12px solid #FFFFFF;
border-bottom: 12px solid #FFFFFF;}


/*menu*/
ul#menu
{
	margin:0 0 0 12px;
	padding:0 0 0 0;
	width:640px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background: #ffffff;
	line-height: 30px;
	font-family:Verdana, Helvetica, sans-serif;
	border-bottom:2px solid #000000;
	border-top:2px solid #000000;
}

ul#menu li
{	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{	float:left;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:0 9px 0 9px;
}
	
ul#menu li a:hover
{	
	color:#353B3B;
	background:#ffffff;	
	text-decoration:underline;	
}
	

ul#menu li a.current
{
	
	background: #ffffff;	
	float:left;
	margin:0;
}
	
	
/*contact*/
.contact {
position: absolute;
top: 525px;
width: 300px;
font size: 48px; 
margin-left: 350px;
}

/*images*/

.contactimages {
position: absolute;
top: 460px;
width: 300px;
margin-left: 35px;
}	

/* header */
.header {
	float: left;
	width: 540px;
	background: url(img/headerimt.gif) no-repeat;
	
	line-height: 100px;

}

/* structure */
<!-- .top {
	background: #FFFFFF;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
} -->

.main {
	float: left;
	width: 640px;
}
.right {
	float: right;
	width: 170px;
	color: #ffffff;
}



/* footer */
.footer {
	background: #000000;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
.footer .left,.footer .right {padding: 10px 10px 10px 10px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}
