/* * { padding: 0; margin: 0; border: 0; }*/
/* -- PAGE FORMATTING ---------------------------------------------------------------- */
html {
   overflow-x: auto;
   overflow-y: -moz-scrollbars-vertical;
   overflow-y: scroll;
}

body 				{background: url(images/bg1.jpg) repeat top center; text-align: center;	/* Centers the layout in Win IE 5 */
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   height: 100%;
}

div#header			{background-image:url(images/head2.jpg); margin-bottom:0px; height:200px;}
div#container		{
	width: 800px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	background: #fff;
	padding: 0px;
}
div#content			{
	float: right;
	width: 510px;
	border-left: 1px dotted #330033;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 20px 5px 50px 10px;
}

div#sidebar			{
	float: left;
	width: 250px;
	background-color: #fff;
	margin-top: 0px;
	padding: 10px 10px 10px 10px;
}
div#register		{float:center; width:320px; background-color:#92cfe0; margin-top:0px}
div#footer			{
	clear: both;
	width: 790px;
	background-image: url(i/navback.jpg);
	padding: 5px 5px 5px 5px;
   margin: 0px 0px 0px 0px;
	border-top: 1px solid Black;
   font-size:10px;
}


/* -- PAGE TYPOGRAPHY ---------------------------------------------------------------- */
html,body,div,p 	{font: normal 12px "Verdana", Lucida Grande, Arial, Helvetica, Tahoma, sans; color: #000000;line-height: 130%;}
a							{display:inline; color:#990099; padding:0px}
div#header h1		{color: #000; display: none;}

p.break 				{border-bottom: 1px dotted #444;}

div#content h1		{
	margin-top: 0px;
	font-size: 24px;
	color: #008540;
	font-weight: bold;
}
div#content h2 	{
	font-size: 20px;
	color: #008540;
	font-weight: bold;
}
div#content li		{
	line-height: 130%;
	margin-bottom: 5px;
}

div#footer p			{text-align:left; font-size:10px; }
div#sidebar p		{ 
}

/* -- PAGE NAVIGATION ---------------------------------------------------------------- */
#localnav 			{background:#330033; table-layout: fixed; width: 800px; height: 15px; padding: 0; margin: 0px 0px 0px 0px;}
#localnav td 		{font-size: 20px; font-weight:bold; text-align: center; vertical-align: middle; white-space: wrap; padding: 0;}
#localnav a 			{color: #FFFFFF; background-color: #330033; text-decoration: none; display: block; padding: 8px;}
#localnav a:hover 	{color:#9966CC; background: #fff; text-decoration: none;}
#localnav a.hi 			{color: #000; background-color:#FF6600;}
#now 						{color:#9966CC; background: #fff; border-bottom:1px solid #fff;}

#imagediv {
   width: 480px; 
   height: 320px;
}

#imagelist {
   overflow: auto; 
   width: 480px; 
   height: 115px; 
   border: 1px solid Silver; 
   padding: 0px; 
   margin: 0px;
	font-size: 12px;
}

#imagelist img {
   border: 2px solid White; 
   padding: 1px 1px 1px 1px;
   margin: 1px 1px 1px 1px;
}

#imagelist img.current {
   border: 2px solid #993300; 
   padding: 1px 1px 1px 1px;
   margin: 1px 1px 1px 1px;
}

#gallerytext {
	margin: 0px 0px 0px 0px;
}
