body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	color: #333;
}

h1,h2,h3 {
	font-size: 17px;
	color: #369;
}

#holder{
	position: relative;
	width: 982px;
	border: 5px double #000;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	position:relative;
	background-image: url(layout/banner.jpg);
	width:982px;
	height:180px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
}
#leftmenu {
	position:relative;
	float:left;
	margin-left:10px;
	width:244px;
}
#leftmenu a {
	position:relative;
	display:block;
	padding-left:45px;
	padding-top:8px;
	padding-bottom:10px;
	font-size: 16px;
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: 15px;
}
#leftmenu a:hover {
	color: #333;
}
#content {
	position:relative;
	width:720px;
	float:left;
	padding-bottom: 15px;
	clear: right;
	margin-bottom: 15px;
}

#contacts {
	font-size: 12px;
	color: #000;
	position: absolute;
	left: 40px;
	bottom:40px;
	font-weight: bold;
}
#namebox {
	font-size: 35px;
	position: absolute;
	top: 50px;
	right: 50px;
	color: #000;
}

 
#footer {
	width:982px;
	clear:both;
	height:100px;
	position:relative;
	font-size: 12px;
	color: #999;
	text-align: center;
	background-image: url(layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}

.formbits {
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 4px;
	height: 26px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	width: 310px;
	float: left;
	position: relative;
	padding-bottom: 4px;
}
pre {
font: 12px Geneva, Arial, Helvetica, sans-serif;
 
}
a {
	color: #FF0;
	text-decoration: underline;
}
