* {
	margin: 0;
	padding:0;
	font-size: 12px;
}

.overview_imgs {
	border: medium ridge #003333;
	background-color: #7B8F7D;
	padding: 3px;
}


body {
	background-color: #7b8f7d;
	font-family: Arial, Helvetica, sans-serif;
}

div#main {
	width: 814px;
	height:589px;
	background-image:url(../images/background_full.jpg);
	background-position:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
}

div#main_home {
	width: 814px;
	height:589px;
	background-image:url(../images/BigSur_home_bg.gif);
	background-position:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
}

/** content styling **/
#content {
	position: absolute;
	top: 120px;
	left: 215px;
	width: 520px;
	height: 405px;
}

#content_home {
	position: absolute;
	top: 190px;
	left: 150px;
	width: 460px;
	height: 405px;
}

#content_meat {
	width: 520px;
	overflow: auto;
	height: 380px;
	font-size: 16px;
	padding-right: 20px;
}

#content_text_home {
	width: 480px;
	overflow: auto;
	height: 380px;
	font-size: 16px;
	padding-right: 20px;
}


#content h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #718373;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}

#content p {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 2.6ex;
}

#content p a {
	font-size: 12px;
	color: #003333;
}

#content p a:hover {
	font-size: 12px;
	color: #99CC99;
}
#content img {
	border: 1px none #003333;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Menu styling */
#menu {
	position: absolute;
	top: 157px;
	left: 32px;
}

#menu_home {
	position: absolute;
	top: 163px;
	left: 21px;
	display: none;
}

#menu ul, #menu_home ul {
	list-style:none;
	padding-left: 0px; /* distance from left side, if left aligned */
	padding-top:0px;
	padding-bottom:0px;
	text-align:left; /*where on the screen the menu is located */
	border: 0px solid blue;
}

#menu ul li, #menu_home ul li {
	padding:0;
	margin:0;
}

#menu ul li a, #menu_home ul li a {
	padding:0;
	margin:0;
}

#menu ul li a img, #menu_home ul li a img {
	padding:0;
	margin:0;
}



#title {
	display: none;
}

#footer {
	font-size: 9px;
	color: #808080;
	text-align: center;
	position: absolute;
	top: 548px;
	left: 320px;
}
