body {
	background-color:#000000;
}

#mainWrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/marblebackground.jpg);
	background-position:center;
	margin-top:25px;
	border: solid;
	border-color:#FFF;
	border-width:thin;
}

#header {
	width:980px;
	height:100px;
	background-image:url(images/header_logo.png);
	background-repeat:no-repeat;
	background-position:center;
}
#navBar {
	border-bottom: solid;
	border-top: solid;
	border-bottom-color:#930;
	border-top-color:#930;
	border-bottom-width:medium;
	border-top-width:medium;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
#content {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	font-weight:bold;
}
#footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 25px;
}
#title {
	display:inline;
	text-align:left;
	width:450px;
	height:20px;
}
#download {
	display:inline;
	text-align:right;
	width:450px;
	height:20px;
}
#clearBoth {
	clear:both;
}
.contactus{
	width::980px;
	height:600px;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#container{
	width:367px;
	padding:5px;
}