* {
	margin: 0;
	padding: 0;
	}
	
body { 
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #999;
	font-size: 14px;
	background: url(../images/index_background2.gif) no-repeat #36192f;
	background-position: 20px 8px;
	}
	
p { 
	color: #999999;
	}
	
h2 {
	font-size: 24px;
	font-weight: normal;
	}
	
td { 
	font-size: 12px;
	}
	
img {
	border: 0;
	}
	
a {
	color: #999;
	font-size: 11px;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
.clear {
	clear: both;
	}
	
img.new-label {
	float: right;
	margin-top: 40px;
	}

/*
	menu styling
***********************************************/

#menu {
	position:absolute;
	width:261px;
	height:322px;
	z-index:1;
	left: 563px;
	top: 171px;
	}

.home-link {
	color: #36192f; 
	font-size: 11px;
	text-align: center;
	font-weight: normal; 
	text-decoration: none
	}
	
#main-content {
	width: 820px;
	min-height: 500px;
	margin: 20px;
	text-align: left;
	}
#footer {
	clear: both;
	margin: 80px 0 20px 20px;
	text-align: center;
	width: 820px;
	font-size: 12px;
	}

