html, body, div, p, ul, li, h1, h2, h3, h4, h5, h6, img
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	color: #525252;
	font-family: 'Tahoma', sans-serif;
	font-size: 10px;
}
a {color: #0d8843; cursor: pointer;}
a:hover{text-decoration: underline;}
html{background: #54be48 url(mbg.jpg) 0 0 repeat-x ;}



#rap
{
	width: 963px;
	height: 100%;
	margin: 0 auto 0 auto;
	display: block;
	padding-top:30px;
}

div#smallrap
{
	background: #54be48 url(mainbg.png) 0 0 no-repeat;
	display: block;
	min-height: 540px;
	height: 100%;
}


div#left h1
{
	width: 180px;
	height: 56px;
	display: block;
	padding: 25px 0 0 25px;
	margin-bottom: 10px;
}

div#left h1 a
{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

div#left h1 a span
{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(mainbg.png) -25px -25px no-repeat;
}

#left
{
	float: left;
	width: 220px;
	overflow: hidden;
}

#right
{
	width: 730px;
	padding: 28px 0 0 7px; /*  10 0 0 0 */
	margin: 0 0 0 0px; /* 0 0 0 7 */
	overflow: hidden;
	_float: right;
}

div#footer
{
	background: url(footerbg.png) 0 0 no-repeat;
	width: 963px;
	height: 53px;
	clear: both;
	display: table;
	margin: 0 auto 0 auto;
}

