body {
	background-color: #306;
	padding: 0;
	margin: 0;
	color: #306;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 10pt;
}

#main {
	position: absolute;
	top: 80px;
	left: 40px;
	padding: 0;
	width: 89%;
	margin-right: 40px;
}

.content {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    text-align: center;
    vertical-align: middle;
    min-width: 350px;
    margin: 0px;
    background-color: white;
    padding: 0;
    z-index: 1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#menu {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 150px;
}

body>#menu {width:150px;}

#caption {
	width: 270px;
	height: 350px;
	text-align: left;
	padding: 0 0 0 0;
	z-index: 3;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 270px;
	background-image: url(/images/caption.gif);
	background-repeat: no-repeat;
}

#contact_caption {
	width: 270px;
	height: 350px;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 0;
	z-index: 3;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 270px;
	background-image: url(/images/caption.gif);
	background-repeat: no-repeat;
}

body>#caption {width: 270px;} 


/* a styling */
a img { border: 0; }

/* img styling */
img { border: 0; padding: 0; margin: 0; display: inline;}

div#subnav a {
	font-weight: bold;
	margin: 5px;
	text-decoration: none;
	color: #306;
}

div#subnav a:hover {
	color: #000;
}

div#blurb {
	margin-right: 10px;
	height: 200px;
	overflow: auto;
}

div#long_blurb {
	margin-right: 10px;
	height: 275px;
	overflow: auto;
	vertical-align: middle;
}

#caption p {
	margin: 15px 15px 5px 5px;
	font-weight: bold;
}

#caption p.caption {
	font-size: 80%;
	font-weight: normal;
}

#caption h3 {
	font-size: 130%;
	margin: 5px;
	padding: 0;
}

#contact_caption p {
	margin: 15px 15px 5px 5px;
	font-weight: bold;
}

#contact_caption p.caption {
	font-size: 80%;
	font-weight: normal;
}

#contact_caption h3 {
	font-size: 130%;
	margin: 5px;
	padding: 0;
}

#bottom {
	position: absolute;
	top: 550px;
	left: 680px;
	padding: 0;
	
	
}

