@charset "utf-8";
body {
	background: #060000;
	background-image:url(bkg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-transform: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	height: 667px;
	font-size: 14px;
}
.oneColFixCtr #mainContent {
	padding: 100px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 510px;
}
.oneColFixCtr #mainContent1 {
	padding: 110px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 510px;
}
.oneColFixCtr #nav {
	padding: 125px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 180px;
	height: 430px;
	float: left;
}
.oneColFixCtr #flashcontainer {
	width: 750px;
	height: 450px;
	float: left;
	top: 155px;
	position: inherit;
	left: 420px;
	
}

.boldertext {
	font-weight: bold;
}
