body {
	text-align:center;
	font-family:Arial;
	height:100%;
	background-color:#000000;
}
.bodyText {
	margin:15px 50px;
	text-align:left;
	font-size:12px;
}
.bodyImages {
	margin:0px 0px;
	text-align:left;
	font-size:12px;
}
.boxes {
	background-image:url('../images/box.jpg');
	background-repeat:no-repeat;
	background-position:center;
	margin-left:50px;
	width:171px;
	float:left;
	height:214px;
	font-size:13px;
}
.boxes .heading {
	font-weight:bold;
	text-align:left;
	margin:20px 12px;
}
.clear {
	clear:both;
}
#container {
	width:750px;
	background-color:#333333;
	padding-bottom:10px;
}

#content {
	margin:0 12px;
	font-size:15px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}

#header {
	background-image:url('../images/header.jpg');
	height:166px;
}

#header #nav {
	margin-left:93px;
}

#header #nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#header #nav li {
	float:left;
	font-size:15px;
	color:#CCCCCC;
	font-family:Arial;
	padding-left: 50px;
}
#header a:link, #header a:visited {
	text-decoration:none;
	color:#CCCCCC;
}
#header a:hover {
	color:#FEED00;
}
#header #spacer {
	height:120px;
}

#headingText {
	float:left;
	width:270px;
}
#headingText h1 {
	font-weight:bold;
	font-size:20px;
	padding-top:35px;
}
#headingImage {
	float:left;
}
html {
	height:250%;
}