body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-image: url(images/backgrad.png);
	background-repeat: repeat-x;
}

a:link{}

#wrapper {
	background-color: #999999;
	height: 600px;
	width: 800px;
	margin: auto;
	vertical-align: top;
	
}


#header {
	height: 172px;
	width: 800px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #999900;
		}
		
#left {
	background-color: #CCCCCC;
	height: 428px;
	width: 48px;
	background-image: url(images/index_02.jpg);
}

#butt {
	background-color: #66CC66;
	height: 217px;
	width: 200px;
	margin-left: 48px;
	position: absolute;
	top: 172px;
	background-image: url(images/index_03.jpg);
}

#main {
	background-color: #009900;
	width: 552px;
	height: 217px;
	top: 172px;
	margin-left: 248px;
	position: absolute;
	background-image: url(images/index_04.jpg);
}


.mtext {
	font-size: 12px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 25px;
	}
	
.itext {
	font-size: 10px;
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 25px;
	}
	
#info {
	height: 100px;
	width: 752px;
	background-color: #FFCC66;
	margin-left: 48px;
	position: absolute;
	top: 389px;
	background-image: url(images/index_05.jpg);
}

#foot {
	height: 111px;
	width: 752px;
	background-color: #99CCCC;
	margin-left: 48px;
	position: absolute;
	top: 489px;
	background-image: url(images/index_06.jpg);
	font-size: 14px;
	vertical-align: text-bottom;
	text-align: center;
	color: #FFFFFF;
}


.rollover a {
	display:block;
	width: 185px;
	font: bold 13px sans-serif;
	color:#333;
	background: url("images/rollover-image.gif") 0 0 no-repeat;
	text-decoration: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.rollover a:hover {
	background-position: 0 -40px;
	color: #FFFFFF;
}
.rollover a:active {
background-position: 0 -80px;
color:#fff;

		
		

