@charset "UTF-8";
/* CSS Document */

/*----------Page Settings----------*/
*{
	margin:0;
}

p {
	margin: 0;
	padding: 10px 0; /* Use this for spacing the P from other elements */
}

body {
	background-color: #330000;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	color: #CCCCCC;
	text-align: center;
	font-family: Calibri, Arial, Helvetica, Century Gothic, sans-serif;
	font-size: 12px;
	min-width: 920px;
	overflow: scroll;
}

h2 {
	color: #CCCCCC;
	font-family:"Times New Roman", Times, serif;
}

blockquote {
	text-align:left;
	padding-left:100px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

/*----------Layout Divs----------*/
#a01header {
	margin:0 auto;
	width:920px;
	text-align: left;
}

#a02contenttop {
	margin:0 auto;
	width:920px;
	height:20px;
	background-image:url(border/01_top.gif);
	text-align: left;
}

#a03contentmiddle {
	margin:0 auto;
	width:920px;
	min-height: auto;
	background-image:url(border/02_center.gif);
	background-repeat:repeat-y;
	text-align: left;
}

#a03indexcontentmiddle {
	margin:0 auto;
	width:920px;
	min-height: auto;
	background-image:url(border/02_center.gif);
	background-repeat:repeat-y;
	text-align: left;
}

#a04contentbottom {
	margin:0 auto;
	width:920px;
	height:20px;
	background-image:url(border/03_bottom.gif);
	text-align: left;
}

#a05content {
	height:auto;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	position:relative;
}

#a08subIndexLeft{
	width:400px;
	position:absolute;
	top:0px;
	left:0px;
}

#a08subIndexRight{
	width:380px;
	position:absolute;
	top:0px;
	left:500px;
	position:relative;/*--stretches rest of page to fit height of this div--*/
}

.a08subIndexMenu{
	width:380px;
	height:auto;
	text-align:left;
}

#a06footer {
	margin:0 auto;
	width:920px;
	height:30px;
	background-image:url(border/04_footer.gif);
}

#a07footcontent {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

	#b01indexcontent {
		/*float:left;*/
		position:absolute;
		top:0;
		left:0;
		width:490px;
		/*min-height:562;*/
		text-align: left;
		padding-right: 10px;
	}

	#b02updates {
		margin:0 auto;
		width:380px;
		height:562px;
		background-color:#000000;
		/*float: right;*/
		position:absolute;
		top:0;
		left:500px;
		text-indent:0em;
	}
	
	#b02visualupdates {
		/*margin-top:18px;*/
		margin-left:10px;
		margin-right:10px;
		margin-bottom:10px;
		width:380px;
		background-color:#000000;
		text-indent:0em;
	}
	
	#b03fullcontent {
		margin:0 auto;
		width:880px;
		min-height:200px;
		backgroound-color:#000000;
		text-align: left;
	}
	#b04textpage{
		width:730px;
		text-align:left;
		margin-left:75px;
		margin-right:75px;
	}
	#b05indexbox{
		width:880px;
		padding:0px;
		margin-left:0px;
		text-align:center;
		position:relative;
	}
	#b05indexcontentleftsub{
		position:absolute;
		top:0px;
		left:0px;
		width:380px;
		vertical-align:top;
	}
	#b05indexcontentrightdom{
		position:absolute;
		top:0px;
		left:500px;
		width:380px;
		position:relative;
	}
	#b05indexcontentleftdom{
		position:absolute;
		top:0px;
		left:0px;
		width:380px;
		vertical-align:top;
		position:relative;
	}
	#b05indexcontentrightsub{
		position:absolute;
		top:0px;
		left:500px;
		width:380px;
	}
	#b05photobox{
		width:880px;
		padding:0px;
		margin-left:0px;
		text-align:center;
		position:relative;
	}
	#b05photonav{
		width:89px;
		height:35px;
		margin-left:auto;
		margin-right:auto;
	}
	#b05photoindexleft{
		position:absolute;
		top:0px;
		left:0px;
		width:370px;
		vertical-align:top;
	}
	#b05photoindexright{
		position:absolute;
		top:0px;
		left:385px;
		width:495px;
		vertical-align:top;
		position:relative;
		overflow:auto;
		border-left:solid;
		border-left-width:1px;
		border-left-color:#330000;
		border-top:solid;
		border-top-width:1px;
		border-top-color:#330000;
	}
	.b05photoindexthumb{
		float:left;
		width:164px;
		height:143px;
		padding-top:8px;
		border-bottom:solid;
		border-right:solid;
		border-bottom-width:1px;
		border-right-width:1px;
		border-bottom-color:#330000;
		border-right-color:#330000;
	}
	#b05phototext{
		width:770px;
		padding:20px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		color:#999999;
		clear:both;
	}
	.b06writtenpreview{
		float:left;
		width:474px;
		height:auto;
		text-align:left;
		padding:10px;
		border-bottom:solid;
		border-right:solid;
		border-bottom-width:1px;
		border-right-width:1px;
		border-bottom-color:#330000;
		border-right-color:#330000;
	}
		
/*----------Font Settings----------*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: none;
}

.copyright {
	text-align: center;
	padding-top: 8px;
	color:#666666;
	font-size: 10px;
}

.paraText {
	text-align:left;
	color:#CCCCCC;
	text-indent:3.5em;
}

.writPrev{
	text-align:left;
	color:#CCCCCC;
	text-indent:3.5em;
	font-style:italic;
}
.readMore{
	text-align:right;
	font-style:italic;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}

/*----------Table Divs----------*/
table.subpages { 
     background-color:none;
     width:880px;
     border-style:none;
     border-color:none;
     border-width:0px;
}

th.subpages{
}

tr.subpages{
}

td.subpages{
	vertical-align:top;
}

img {
	border:none;
	}
	
img.photo{
	border:solid;
	border-width:1px;
	border-color:#333333;
}

img.banner{
	border:double;
	border-color:#333333;
	margin-top:18px;
	border-width:3px;
	spacing-top:4px;
	spacing-bottom:4px;
}

img.navarrows{
	border:none;
	margin-top:0px;
	border-width:0px;
	vertical-align:middle;
}

img.bannertop{
	border:double;
	border-color:#333333;
	margin:0px;
	border-width:3px;
	spacing-top:4px;
	spacing-bottom:4px;
}

img.photothumb{
	margin-bottom:10 px;
	margin-left:auto;
	margin-right:auto;
	border:solid;
	border-width:1px;
	border-color:#330000;
}
	
td.photothumb{
	width:33%;
	text-align:center;
}
	