body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	margin:20px;
}
#page {
	width:800px;
	float:left;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#logo {
	width:800px;
	height:154px;
	float:left;
}
#logo img {
	float:left;
	margin:10px;
}
#buttons {
	float:left;
	width:210px;
	background:url(art/buttons.jpg) right no-repeat;
	height:530px;
	padding:20px 0px 0px 0px;
	font-weight:bold;
}
a#buts {
	float:left;
	width:190px;
	height:24px;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	text-align:right;
	padding:4px 20px 0px 0px;
}
a:hover#buts {
	color:#666666;
	text-decoration:none;

}
a#buts2 {
	float:left;
	width:190px;
	height:24px;
	font-size:12px;
	color: #666666;
	text-decoration:none;
	text-align:right;
	padding:4px 20px 0px 0px;
}
a:hover#buts2 {
	color:#FFFFFF;
}
#blank {
	float:left;
	width:190px;
	height:24px;
	font-size:12px;
	color: #000000;
	text-align:right;
	padding:4px 20px 0px 0px;
}
#text-bg {
	width:550px;
	overflow:hidden;
	float:left;
	padding:20px;
	background:url(art/text-bg.jpg) no-repeat bottom right;
	color:#333333;
}
#text-bg img {
	float:left;
	margin:0px 20px 20px 0px;
}
h1 {
	width:550px;
	height:30px;
	font-size:20px;
	color:#333333;
	border-bottom:1px solid #02A98F;
	font-weight:normal;
}
#footer {
	width:800px;
	height:43px;
	float:left;
}
#footer img {
	float:right;
	margin:0px;
}
.text-box-bg {
	background:url(art/text-box-bg.jpg) repeat-x;
	padding:4px;
	font-size:13px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #666666;
}
	
	
	
