/************* This section is for the header *********************/
#header {
	margin: 0px;
	padding: 10px 0px 5px 40px;
}

/************* This section is for the navigation *****************/
#navigationContainer {
	float: left;
	width: 200px;
}

#navigationContent {
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
}

ul.navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

ul.navigation li {
	float: left;
	position: relative;
}

ul.navigation li a {
	background: url(../images/navButton.png) top left no-repeat;
	color: #FFFFFF;
	display: block;
	height: 29px;
	line-height: 29px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	width: 150px;
}

ul.navigation li a:hover {
	color: #990000;
}

ul.navigation li ul {
	display: none;
}

ul.navigation li:hover ul {
	display: block;
	left: 149px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 150px;
	z-index: 2;
}

.belowNavContact {
	font-size: 100%;
	text-align: center;
}

.belowNavContact a {
	color: #000000;
	text-decoration: underline;
}

.belowNavContact a:hover {
	color: #333333;
	text-decoration: none;
}

/************* This section is for the body ***********************/
body {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 11px;
	background: url(../images/backgroundrepeat.jpg) center repeat-y;
	background-color: #7b1d20;
}

#container {
	width: 740px;
	margin: 0px auto;
}

#contentContainer {
	border: 2px #000 solid;
	float: left;
	width: 496px;
}

#content {
	padding: 10px;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 200%;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 160%;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 140%;
}

#content a {
	text-decoration: underline;
	color: #000000;
}

#content a:hover {
	text-decoration: none;
	color: #990000;
}

#content ul {
	margin-bottom: 0px;
	margin-top: 5px;
}

/************* This section is for the footer *********************/
.developer {
	float: right;
	font-size: 90%;
	text-align: center;
	color: #999;
	width: 580px;
}

.developer a {
	color: #999;
	text-decoration: none;
}

.developer a:hover {
	color: #666;
}