* {
margin: 0;
padding: 0;
}

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	/*cursor:default;	*/
}

a {
	text-decoration:none;
	color:#0b539a;
}

.clearer {
	clear:both;
	line-height:0;
	height:0;
}

#top_section {
	background-image:url(images/gradbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#fff;
	padding-top:5px;
}

#top_inner {
	margin:0 auto;
	width:758px;
	padding:4px 0;
	background-color:#fff;
}

#link_area {
	width:750px;
	margin:0 auto;
	padding:5px 0 15px 0;
}

.link_left {
	float:left;
	width:600px;
	text-align:left;
}

.link_right {
	float:right;
	width:100px;
	text-align:right;
	margin:10px 0 0 5px;
}

#bottom_section {
	background-image:url(images/snow_bgleft.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#bottom_inner {
	width:855px;
	margin:0 auto;
}