body
{
	margin:0;
	background-color:#fff;
	color:#000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

html>body
{
	font-size: medium;
	height:auto;
	min-height: 100%;
}


html
{
	background-color:#fff;
	height: 100%;
}

img
{
	border: 0;
	padding:0;
	margin:0;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#header
{
	background: #000 url(../images/page_layout/topgrad.jpg) repeat-y right;
	height: 64px;
	padding:0;
	margin:0;
}

#header *
{
	padding:0;
	margin:0;
}

/*#header div
{
	background: transparent url(../images/header/end.jpg) no-repeat left top;
}*/

#menu
{
	position:absolute;
	top: 64px;
	left:0;
	width: 12em;
	padding-top:1em;
	background-color:#000;
	color:#f44;
}

#content_area
{
	margin: 0em 0em 0 12em;
	padding: 1em;
	background: transparent url(../images/page_layout/corner.jpg) no-repeat left top;
}

/*html>body #content_area
{
	background: #fff url(../images/background_90.jpg) no-repeat fixed 50% 170px;
}*/

#footer
{
	clear: both;
	margin: 1em 14em;	
	text-align: center;
	color: navy;
	font-size:80%;
	
}

#menu li
{
	font-size: 85%;
	padding:0;
	margin: 1px 0;
	border: 1px solid #444;
	background-color:#444;
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 1em;
}

#menu ul a
{
	color:white;
	display: block;
	border-left: 0.5em solid #c44;
	margin:0;
	padding: 2px 0.5em;
}

#menu ul a:hover
{
	background-color: #ccc;
	border-left: 0.5em solid #f99;
	color: #a08;
}

dt
{
	color: #A00000;
	font-weight: bold;
}

dd
{
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	border-left: 0.5em dotted #ddf;
}

#news_list
{
	/* list-style: none; */
}

#news_list dt
{
	font: italic bold 120%/100% Arial sans-serif;
	color: navy;
	/*background-color: #eef;*/
	padding: 0;
	margin: 1em 0 0 0;
	border-bottom:1px dashed navy;
}


#news_list dd
{
	border-left: 1em solid #eef;
	border-bottom: 0.25em solid #eef;
	margin: -0.5em 0 0 0;
	padding: 0 0 0 1em;
}

#news_list dd div
{
	color: #A00;
	font-weight: bold;
}

.zeb_stripe
{
	color: #000;
	background-color: #aaa;
}

#content_area table, .zebra_base
{
	border-collapse: collapse;
	border: 1px solid #369;
}

#content_area table td, #content_area table th
{
	padding: 0 0.5em;
}

/*html>body .zebra_base
{
	width: 100%;
}*/

#content_area thead tr
{
	background: #ccf url(../images/header/divbg.png) repeat-x top;
	border: 1px solid #000;
}

.floatform label
{
	float: left;
	width: 5em;
	margin-right: 1em;
	text-align:right;
	font-weight: bold;
}

.floatform input,.floatform textarea
{
	float: left;
	border: 1px solid #00c;
}

.floatform br
{
	clear:left;
}


#map
{
	width: 750px;
	height: 450px;
	border: 2px solid #800;
	margin: 0.5em;
}

#addressinp, button
{
	border: 1px solid #faa;
	background-color: #fee;
}

button
{
	margin: 0 0.5em;
}
/*body
{
	background: #fff url(../images/menu/menubase.jpg) 0 0px fixed no-repeat;
}*/

/*html>body #menu li
{
	border: none;
	background: #444 url(../images/menu/menuwhite.jpg) 0 0px fixed 
no-repeat;
}

html>body #menu a:hover
{
	background: #ffc url(../images/menu/menuyellow.jpg) 0 0px fixed no-repeat;
}
*/

h2
{
	color:#007;
	font-size: 160%;
}

h3
{
	font-size: 130%;
	clear:left;
}


.front_box
{
	list-style: none;
	float:left;
}

.front_box li
{
	border: 1px solid #aaf;
	margin: 5px;
	padding: 5px;
	text-align: center;
	float:left;
}


.front_box + h2
{
	clear: left;
}


.gal_albums
{
	list-style: none;
}

.gal_albums li
{
	float: left;
	width: 130px;
	height: 170px;
	text-align: center;
}

.gal_albums li div
{
	border:1px solid #ddf;
	width:120px;
	height:120px;
	background-color:#fff;
}

#gal_images
{
	list-style: none;
}

#gal_images li
{
	float: left;
	width: 110px;
	height:110px;
	text-align:center;
	background-color:#fff;
	margin: 0.25em;
	border: 1px solid #ddf;
}


