/******************************************************
				TAG DEFINITIONS
 ******************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	background-color: #910000;
	color: #5C5C5C;
}
p {
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom:5px;
}
h1 {
	margin-top: 0;
	padding-top: 15px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	clear:both;
}
h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #515151;
	padding-top: 10px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: -14px;
	clear:both;
}
a {
	text-decoration: none;
	color: #910000;
}
a:hover {
	text-decoration: underline;
}
table {
	padding-top:20px;
}
/******************************************************
				DIV ID'S
 ******************************************************/
#top {
	height:196px;
	width:900px;
	margin: 0px auto;
	padding: 0px;
}
#menu {
	height: 52px;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background-repeat: no-repeat;
}
#menu ul {
	margin: 0;
	padding: 15px 0 0 50px;
	list-style-type: none;
}
#menu li {
	width:131px;
	float:left;
	text-align:center;
	color: #910000;
}
#main {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(images/middle.gif);
}
#main div {
	margin-left: 90px;
	margin-right: 90px;
}
#bottom {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
}
#bottom p {
	font-size: 10px;
	color: #910000;
	text-align: right;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 90px;
	margin-top:0;
}