body
{
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #DCDCDC;	
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 */
}

.center 
{
text-align: left;
width:1004px;
margin-left:auto;
margin-right:auto;
margin-top:15px;
}

.leftright 
{
width:1024px;
margin-left:auto;
margin-right:auto;
}

.leftside 
{
text-align:center;
float:left;
width:780px;
height:550px;
margin-right:5px;
border:black solid thin;
background: #ffffff;
}

.rightside 
{
text-align:center;
float:left;
width:200px;
height:10%;
margin-left:5px;
}

.rightdiv
{
margin: 5px;
padding: 0px;
background: #DCDCDC;
background-image:url('http://www.jimapco.com/townmap/glenville/images/glenville.png');
background-repeat:no-repeat;
}

.jimdiv
{
margin-bottom: 5px;
margin-top: 15px;
}

.lower
{
margin-top: 15px;
margin-bottom: 10px;
}

h1{text-align:center;
font-family:myriad-bold;
font-size:16px; color: green;
display: inline;
}

h2{align:center;
margin: 0;
font: bold 12px Arial, Helvetica, sans-serif;
color: green;
display: inline;
}

h3{text-align:left;
font-family:myriad-bold;
font-size:9px;
color:yellow;
display: inline;
background: #000000;
}

h4{text-align:center;
font-family:myriad-bold;
font-size:12px;
color:blue;
display: inline;
}

h5{text-align:center;
font-family:myriad-bold;
font-size:16px; color: green;
text-decoration:blink;
display: inline;
}

p{
font: normal 11px Arial, Helvetica, sans-serif;
color: #000;
display: inline;
}

.flashContent #container {
	top: 0;
	left: 0; 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:550px;
	background: #ffffff;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.flashContent #navigationControl {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	background: none;
	padding: 0px 0px 0px 0px;
}

.flashContent #mainContent { 
	position: relative;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0px 0px 0px; /*t,r,b,l */
	width: 100%;
 	height: 100%;
}