/* CSS Document */

body {
	background-color: #363636;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
#main_container {
	background-color: #FFFFFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	min-width:1000px;
	max-width: 1200px;
}
#topgrad1 {
	background-image: url(topgrad1.png);
	height: 25px;
}
#topgrad2 {
	background-image: url(topgrad2.png);
	height: 105px;
}
#logo {
	position: relative;
	top: -75px;
	width: 410px;
	height: 50px;
	left: 0px;
	z-index: 2;
}
#footertop {
	height: 6px;
	background-color: #D2000A;
}
#footer {
	font-family: "Century Gothic", Century, CenturionOld;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	height: 50px;
	text-align: center;
	padding-top: 15px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#spacer {
	height: 80px;
	z-index: 0;
	background-image: url(topgrad3.png);
	background-repeat: repeat-x;
	padding-left: 8px;
}

#content {
	width: 50%;
	padding-left: 30px;
	padding-right: 20px;
	font-family: "Century Gothic", Century, CenturionOld;
	font-size: 10pt;
	color: #363636;
	margin-left: 20px;
	text-align: justify;
}
#quote {
	position: relative;
	height: 25px;
	width: 400px;
	float: right;
	top: -80px;
	right: 13px;
}
#content h3 {
	font-family: "Century Gothic", Century, CenturionOld;
	font-size: 16px;
	font-weight: bold;
	color: #980F16;
}

#nav {
	font-family: "Century Gothic", Century, CenturionOld;
	font-size: 16px;
	font-weight: bold;
	color: #363636;
	float: none;
	clear: both;
	height: 20px;
	position: absolute;
	left: 50px;
	bottom: -45px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	padding-bottom: 5px;
}
#nav a {
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#nav a:hover {
	background-image:url(hover.jpg);
	width: 100%;
}

#mainbody {
	position: relative;
	top: -50px;
}
#boxes {
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
}
#nav b {
	color: #D2000A;
	font-weight: normal;
	font-size: 20px;
}

