@charset "utf-8";
/* CSS Document */

body	{
	margin: 0;
	padding: 0;
	background-image: url(../images/wm_background.gif);
	background-repeat: repeat-x;
	background-color: #001448;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#site	{
	position: absolute;
	left: 50%;
	margin-left: -495px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 990px;
}

#header	{
	width: 990px;
	height: 406px;
	margin-top: 30px;
}

#content{
	margin-left: 260px;
	width: 650px;
	height: 160px;
}

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffd800;
	margin-top: 10px;
	margin-bottom: 5px;
}

h1.xmas	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ffd800;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffd800;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eeeeee;
	margin-top: 0px;
	margin-bottom: 0px;
	}


#header a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffd800;
	text-decoration: none;
	margin-left: 30px;
	margin-right: -30px;
	line-height: 40px;
}

#header a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffd800;
	text-decoration: underline;
}

a	{
	color: #ffd800;
	text-decoration: none;
}

a:hover	{
	color: #ffd800;
	text-decoration: underline;
}

#content p.small	{
	font-size: 11px;
}

td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #eeeeee;
	margin-top: 0px;
	margin-bottom: 0px;
	}
