*
{
	margin:0;
	padding:0;
}

html
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited
{
	color: #0099FF;
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

h3
{
	text-shadow: 2px 2px 4px #999;
}

#main_menu
{
	border-collapse:collapse;
	margin:auto;
	text-align:center;
}

#main_menu td
{
	background-color:#304050;
	width:130px;
	height:20px;
	line-height:20px;
}

#main_menu a
{
	color:#fff;
}


#main_menu #main_menu_left
{
	width:50px;
	background-image:url(img/barleft.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#main_menu #main_menu_right
{
	width:50px;
	background-image:url(img/barright.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#main_div
{
	width:605px;
	margin:auto;
	padding-top:20px;
}
