html{
	
}
body{
	padding:0;
	margin:0;
	background:url(bg_stipple.jpg) ;
	height:100%;
}
.topleft{
	float:left;
}
.topright{
	float:left;
	padding:10px 0 20px 100px;
}
.top{
	width:100%;
	background:url(top.jpg) repeat-x;
	overflow:hidden;
}
.site{
	background:url(left.jpg) repeat-y;
	overflow:hidden;
	padding:0 0 20px 0;
}
.leftnav{
	float:left;
	padding:20px 0 0 20px;
	width:150px;
}
.mainbuttontext{
	display:block;
	text-decoration:none;
	color:#ffff00;
	font-family:verdana;
	margin:0 0 5px 0;
}
.main{
	margin:0 0 0 200px;
	width:680px;
	height:100%;
}
.addresss{
	text-align:center;
}
.topright a.normal{
	color:#ffff00;
}