* {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/bg.jpg) repeat-x 0 -7px;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	min-width: 710px;
	position: relative;
}
a {
	text-decoration: none;
}

#main-content {
    background: url(images/bg2a.jpg) repeat-x;
	color: #122c2b;
	min-height: 850px;
}



#sidebar a:hover {
	background: #6eaedb;
	border-color: #6eaedb;
	color: #fff;
}