*{
    margin:0;padding:0;
}
html{
    height:100%;
}
body{
    height:100%;
	background: #FFF;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:130%;
	color: #FFF;
}

body > #main{
    height:auto;
}


#main { 
    height:100%;
    min-height:100%;
	width: 830px;
	margin: 0 auto;
	background-image:url(images/part2.jpg);
}

#sidebox {
	background-image:url(images/sidebox_mid.gif);
	background-position:top;
	background-repeat:repeat-y;
	width: 241px; 
	float: left;
	padding-left:20px;
	padding-top:5px;
}
	
li {
	background-image:url(images/dot.gif);
	background-repeat:no-repeat;
	padding-left:16px;
	width:190px;
	padding-bottom:6px;
}

a {
	color: #4f9e5c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}










