body {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #636363;
	background-image: url(images/back2.jpg);
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #CE1019;
	line-height: normal;
	font-family: "Trebuchet MS", "Century Gothic", Arial;
}


.footer {
	text-transform: lowercase;
	font-size: 11px;
	color: #666666;
}

.footer a {
	color: #666666;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #CCCCCC;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #CF1B23 url("images/hover.gif") no-repeat center bottom;
	color: #fff;
	padding-bottom: 8px;}
.red {
	color: #F00;
}
a {
	text-decoration: none;
	color: #0E0B31;
}
