body { 	color: #999; 
		background-color: #fff; 
		margin:2px 10px 0px 10px;
		padding:0px;
		font:11px verdana, arial, helvetica, sans-serif;
	}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4 {  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
h1 {  font-size: 20px; }
h2 {  font-size: 18px; }
h3 {  font-size: 16px; }
h4 {  font-size: 14px; }
h5 {  font-size: 12px; }
h6 {  font-size: 11px; }
a { color: #99f;
	text-decoration: none;
}
a:hover {text-decoration: underline; }
.site { 
	clear: left;
	min-height: 150px;
	padding-right: 20px;
}
.site img { 
	position: relative;
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
}
/* layout boxes */
#head { 
	position:absolute;
	margin: 0px;
	top: 0px;
	left: 15px;
	height:100px;
	border-style: none;
}
#main {
	position: relative;
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 200px;
	border-color: #666;
	background-color: #fff;
	left: 65px;
	top: 64px;
}
#menu {
	position: absolute;
	top: 19px;
	right: 10px;
	width: auto;
}
#menu ul {
 margin: 0;
padding: 0;
list-style-type: none;
	
}
#menu li {
margin: 2px 0 0;
}
#menu a {
display: block;
padding: 2px 10px 2px 100px;
border: 1px solid #fff;
background: #fff;
text-align: right;
}
#menu a:hover {
border: 1px solid #ddf;
background: #eef;
color: #999;
	text-decoration: none;
}