body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #979797;
	background-attachment: fixed;
}
.first_p {
	margin: 0px;
}

.condo_docs {
	width: 630px;
	display: block;
	margin-left: 60px;
	margin-top: 15px;
	height: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	margin-left: -380px;
	position: absolute;
	left: 50%;
	width: 760px;
}
@font-face {
    font-family: "Schoolbook";
    src: url(CenSch.ttf);
}
@font-face {
    font-family: "Schoolbook Bold";
    src: url(CenSchBd.ttf);
}
#header {
	background-image: url(images/header_bg.jpg);
	height: 108px;
}
.logo_header {
	width: 150px;
	text-indent: -9999px;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
}
.logo_header a {
	width: 160px;
	display: block;
	height: 105px;
}
#banner {
	background-image: url(images/banner_bg.jpg);
	height: 146px;
	margin: 0px;
	width: 760px;
	text-indent: -9999px;
}
#banner h1 {
	font-size: .01em;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#main_content {
	background-image: url(images/main_content_bg.gif);
	background-repeat: repeat-y;
	width: 760px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#main_content p {
	margin-right: 60px;
	margin-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	line-height: 2em;
}
#main_content a {
	color: #333333;
}

#main_content h1 {
	font-family: Schoolbook;
	font-size: 2em;
	margin-right: 60px;
	margin-left: 60px;
	color: #38638D;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}
#main_content h2 {
	font-size: 1.2em;
	color: #38638D;
	margin-right: 35px;
	margin-left: 60px;
}
#main_content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #666666;
	margin-right: 60px;
	margin-left: 60px;
	margin-top: 35px;
}


#home_links {
	background-image: url(images/home_link_temp.jpg);
	height: 187px;
	margin: 0px;
	padding: 0px;
	width: 760px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	height: 36px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
#top_nav {
	position: absolute;
	top: 40px;
	left: 220px;
	width: 520px;
}
#top_nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 0.8em;
	line-height: 1.9em;
	text-decoration: none;
	margin-left: 0px;
	font-weight: normal;
}
#top_nav a:hover {
	text-decoration: underline;
}

#top_nav ul {
	list-style-image: url(images/link_bgjpg.jpg);
	list-style-position: inside;
}

.nav_link1 {
	position: absolute;
	left: 0px;
	top: 10px;
}
.nav_link2 {
	position: absolute;
	left: 70px;
	top: 10px;
}
.nav_link3 {
	position: absolute;
	left: 160px;
	top: 10px;
}
.nav_link4 {
	position: absolute;
	left: 311px;
	top: 10px;
}

.nav_link5 {
	position: absolute;
	left: 0px;
	top: 35px;
}
.nav_link6 {
	position: absolute;
	left: 200px;
	top: 35px;
}
.nav_link7 {
	position: absolute;
	left: 305px;
	top: 35px;
}
.nav_link8 {
	position: absolute;
	left: 410px;
	top: 35px;
}
#main_content ul {
	list-style-position: inside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666666;
	margin-right: 40px;
	margin-left: 60px;
	line-height: 1.8em;
}
#main_content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666666;
	line-height: 1.9em;
	margin-right: 60px;
	margin-left: 80px;
}

