body {
	background-color: #ffffff;
	margin:0;
	padding:0;
	color: #333333;
	font-family:"Bookman Old Style", serif;
	background-image: url(../images/body_background2.png);
	background-repeat:repeat-x;
}

.mainframe {
	width:1000px;
	position:absolute;
	right:50%;
	margin-right:-500px;
	padding-top:0px;
	background-image: url(../images/mainframe_bg_fill.png);
	background-repeat:repeat-y;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	
}

.header {
	margin-top: 0px;
}



.col_left {
	width:270px;
	float:left;
	margin:0;
	padding: 0 20px 0 10px;
	
	
}

.col_right {
	width:640px;
	float:right;
	padding: 0 40px 0 20px;
	margin:0;
	
	
}

.footer {
	
	clear:both;
}


.menuband {
	width:1000px;
	height: 50px;
	background-image: url(../images/menuband.png);
	-moz-box-shadow: 0 0 2px 2px #888;
	-webkit-box-shadow: 0 0 2px 2px#888;
	box-shadow: 0 0 2px 2px #888;
}

.menu_top {
	margin-top: 0px;
	padding-top: 15px;
	padding-left: 200px

	}
	
.menu_top li {
	list-style-type: none;
	display: inline;
	padding-right: 25px;
	
}

ul li a:link {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	}
	
ul li a:visited {
	text-decoration: none;
	color: #000000;
	
	}
	
ul li a:hover {
	text-decoration:underline;
	color: #888888;
	
	}
	
.quote {
	color: #000000;
	text-align:right;
	font-size: 14px;
	font-style:italic;
	margin-bottom: 45px;
	
}

.pic_left {
	float:left;
	margin: 5px 20px 5px 0;
	border: solid 1px;

	
}

.pic_right {
	float:right;
	margin: 5px 0 0px 20px;
	border: solid 1px;
	
}

p, ul, li, ol {
	font-size: 14px;
}



ol li  {
	margin-right: 200px;
	clear:left;
}

li {
	padding: 5px 0 5px 0;
}

h1, h2, h3, h4 {
	clear:both;
	
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

.copyright {
	color: #888888;
	font-size: 10px;
	text-align: right;
	padding-right: 30px;
}

.copyright a {
	text-decoration: none;
	color: #888888;
}

.copyright a:visited {
	text-decoration: none;
	color: #888888;
}

.copyright a:hover {
	text-decoration: none;
	color: #000000;
}

#gallery {width:970px; height:auto; position:relative; border:none; background:#f8f8f8;margin:30px 0 0 20px; }
#gallery ul {list-style:none; padding:5px; margin:0; width:250px; float:left; height:950px; overflow:auto;}
#gallery ul li {display:inline; width:75px; height:75px; float:left; margin:0 4px 4px 0; border:2px solid #000000; cursor:pointer;}
#gallery ul li img {display:block; width:75px; height:75px;}
#gallery ul li span {display:none; position:absolute; left:5px; top:475px; width:240px;font-family:verdana, arial, sans-serif; color:#06a; font-size:12px; line-height:15px; text-align:left;}
#gallery ul li span b {color:#000; font-size:14px;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:5px auto 0 auto; width:auto; height:auto; }

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#fc0; background:#f8f8f8; cursor:default;}

#gallery ul li.click i {position:absolute; left:320px; top:0; width:auto; height:auto;}

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; }

#gallery ul li.click span {display:block;}


	

