@charset "UTF-8";
body {
	font: 200 0.67em/normal Geneva, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 5;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FBE8D8;
}

a:link {
	font-size: 0.95em;
	font-style: italic;
	font-weight: lighter;
	color: #FFF2EF;
	text-decoration: none;
}
a:visited {
	color: #E8D6C8;
	text-decoration: none;
}
a:hover {
	color: #FBD786;
}



#flash_container {
	height: 470px;
	width: 150px;
	top: 135px;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	padding-left: 120px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/black_bg.jpg) no-repeat center 10px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	height: 800px;
}


.oneColFixCtrHdr #inside_container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/alliemay_inside_bg.jpg) no-repeat center 10px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	visibility: visible;
	height: 800px;
}
.oneColFixCtrHdr #header {
	background: no-repeat left top;
	padding: 0 10px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #header_inside {
	height: 60px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	background-image: url(images/small_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: none;
	float: right;
	display: inline;
	position: absolute;
	left: 35px;
	top: 120px;
	z-index: 2;
}

.oneColFixCtrHdr #content_inside {
	height: 430px;
	width: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 25px;
	top: 215px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	height: 800px;
	width: 350px;
	position: absolute;
	margin-left: 510px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	position: absolute;
	bottom: -20px;
	width: 900px;
}
.ul_nav_horiz {
	list-style-type: none;
	font-size: .95em;
	font-weight: lighter;
	font-style: italic;
}
#navigation_box {
	float: right;
	height: 35px;
	width: 280px;
	clear: both;
	margin-right: 0px;
	top: 180px;
	position: absolute;
	left: 35px;
	z-index: 5;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #CCCC99;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666633;
	text-align: center;
}
p {
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 16px;
	font-weight: 100;
}
#thumb_container {
	float: left;
	height: 600px;
	width: 200px;
	clear: left;
}
#description_box_01 {
	height: 200px;
	width: 300px;
	left: 50px;
	top: 215px;
	visibility: visible;
	position: relative;
	
}

#description_box_02 {
	height: 180px;
	width: 300px;
	border: thin none #000000;
	visibility: visible;
	float: right;
	margin-top: 100px;
	margin-left: 0px;
	margin-right: 30px;
}

.description_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #666633;
	text-align: left;
}
.header_inside_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 60px;
	font-style: italic;
}
.fiftypxpad {
	padding-top: 50px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FBE8D8;
}

a img.thumbs  { width:60px; height: 60px; border: #333333  3px solid; float: left;}
