body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin: 0px;
	background-image: url(images/bg_zigzag.jpg);
}

div#container{
	display: block;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	border-top: 20px solid #000;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	border-bottom: 20px solid #000;
	background-color: #000;
}
div#header{
	height: 120px;
	margin-bottom: 2px;
	background-color: #FC0;
}

div#nav{
	width: 100%;
	height:  30px;
	background-color: #EEE;
}

div#content{
	display: block;
	margin-bottom: 2px;
	background-color: #000;
}

div#section1 {display: block; color: #FFF; padding:  0px 20px;  margin-bottom: 30px;}
div#section1 a:link {color: #F00; text-decoration: none;}
div#section1 a:visited {color: #F00; text-decoration: none;}
div#section1 a:hover {color: #FC0; text-decoration: underline;}


/*MENU PAGE STYLE SETTINGS /////////////////////// */
.menuTop {display: block; color: #FFF; width: 100%; padding-bottom: 20px;  margin: 10px 0px; border-bottom: 1px solid #FC0;}
.menuLeft { display: inline; color: #FFF; width: 100%;  overflow: visible; margin-right: 10px; }
.menuRight { display: inline; color: #FFF; width: 100%;  overflow: visible; margin-left: 10px; }
.menuSection {font-family: Georgia, "Times New Roman", Times, serif; color: #66CC00; font-variant: small-caps; letter-spacing: .05em;}
.menuEntry {color: #fc0; font-variant: small-caps; letter-spacing: .1em;}
.menuBottom {display: block; color: #FFF; width: 100%;  margin: 10px 0px;}

/*LOCATION STYLE SETTINGS /////////////////////// */
.header  {font-family: Georgia, "Times New Roman", Times, serif; color: #6C0; font-variant: small-caps; letter-spacing: .05em;}

.dataTable {background-color: #C00; border: 1px solid #C00;}
.dataTable th {background-color: #C00; padding: 0px 5px;}
.dataTable tr {background-color: #222;}



div#section2 {display: inline; margin-right: 2px;}
div#section3 {display: inline; margin-right: 2px;}
div#section4 {display: inline;}


div#footer{
	height: 100px;
	color: #EEE;
	font-size: 16px;
	text-align: center;
	font-style: bold;
	vertical-align: middle;
	background-color: #333;
	background-image: url(images/bg_footer.jpg);
}

