body {
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

p { 
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #ccc;
	text-transform:uppercase;
	height:10px;
}

td {
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	vertical-align:top; 
}


li {
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif; 
	font-size: 13px;
	}
	
a {
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
	
h1 {
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
	height: 10px;
	text-transform:uppercase;
}

h2 {
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #49bf7a;
	height: 10px;
}

.italic {
	font-style:italic;
}

#container {
	width: 800px;
	height: auto;
	margin: auto;
	text-align:center;
}

#menu {
	width: 800px;
	height: 50px;
	margin: auto;
	padding-top:50px;
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: lighter;
}

#menu a {
	font-size:15px;
	color:#000;

}


#content {
	width: 800px;
	height: auto;
	margin: auto;
}



