/* * * * * * * * * * * * * * * * * * * * * * */
/* HTML TAGS	 	                         */
/* * * * * * * * * * * * * * * * * * * * * * */

body {
	background : #FFFFFF url(../images/villagepark_bkg.jpg) fixed;
	padding: 0px;
	margin: 0px;
	font-size: x-small;
	line-height: 1.5em;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: medium;
}
h2 {
	font-size: small;
	color: #003929;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* MENU STYLES 	                         */
/* * * * * * * * * * * * * * * * * * * * * * */

#menu {
	font-size: x-small;
	font-weight: bold;
	background-color: #99784B;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 4px 0px 4px 5px;
	padding: 3px 7px;
}
#menu a:hover {
	color: #003929;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* LAYOUT STYLES 	                         */
/* * * * * * * * * * * * * * * * * * * * * * */

#mainTable {
	width: 760px;
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
	border-width: 2px;
	border-style: solid;
	border-color: #99784B;
}

#plat {
	margin-bottom: 40px;
}

#plat img {
	margin-right: 6px;
}

#content {
	vertical-align: top;
	padding: 20px 35px;
	height: 200px;
}

#foot {
	text-align: center;
	padding-bottom: 10px;
	font-size: xx-small;
}

#platTable td {
	text-align: center;
	border-bottom: 1px dashed #804000;
	line-height: 2em;
	font-size: x-small;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* MISC STYLES 	                         */
/* * * * * * * * * * * * * * * * * * * * * * */

p.getAdobeReader {
	margin-top: 40px;
	font-size: xx-small;
}
.finePrint {
	font-size: xx-small;
}
#pics img {
	margin-bottom: 10px;
}
#messageBox {
	margin: 100px 0px 40px 0px;
	width: 100%;
	text-align: center;
} /* Used for error message pages, 404.php */
#messageBox h2 {
	margin-bottom: 0px;
} /* Used for error message pages, 404.php */
.borderAll {
	border: 1px solid #99784B;
}