/* CSS Document */

body {
	background-color:Silver;
	margin:0px;
	z-index:-1;
	height:1000px;
}


#header {
	width:100%;
	background-image:url(header_bg.jpg);
	background-repeat:repeat-x;
	height:210px;
}

#mid {
	width:100%;
}

#head_bubble {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#left_menu {
	width:250px;
	margin-top:20px;
}

#left_menu a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#left_menu a {
	color:#000000;
}

#left_menu a:visited {
	color:#003300;
}

#menu_top {
	background-image:url(menu_top.gif);
	width:250px;
	height:93px;
}

#menu_mid {
	background-image:url(menu_middle.gif);
	width:250px;
	background-repeat:repeat-y;
}

.text {
	padding-left:50px;
	padding-right:50px;
}

#menu_bottom {
	background-image:url(menu_bottom.gif);
	width:250px;
	height:77px;
}

#main_content {
	position:absolute;
	top: 210px;
	left: 260px;
	background-color:Silver;
	color:#006600;
	padding:20px;	
}

#main_content img {
	border:solid;
	border-color:#0032B1;
}

#gallery img{
	border:solid;
	border-color:#006600;
}

#content_pic {
	float:right;
	margin-left:20px;
	color:#0032B1;
	text-align:center;
}


