/* CSS Document */
body {
	background-image: url(assets/background_brick.jpg);
	background-repeat: repeat;
}

.textLinks {
	font-family: Myriad, Helvetica, Arial, san-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: 24px;
	line-height: 14px;
	color: #d9d8c3;
	text-decoration: none;
	}

.copywrite {
	font-family: Myriad, Helvetica, Arial, san-serif;
	font-size: 7px;
	text-align: left;
	vertical-align: top;
	color: #989171;
	}
	
.hosting {
	font-family: Myriad, Helvetica, Arial, san-serif;
	font-size: 7px;
	text-align: right;
	vertical-align: top;
	color: #989171;
	}

h1 {
	font-family: Goudy, Big Caslon, Baskerville, Cochin, Times, Times New Roman, serif, Helvetica, Helvetica Neue, Myriad, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color: #493f27;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Helvetica, Helvetica Neue, Myriad, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 21px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #493f27;	
}
h3 {
	font-family: Helvetica, Helvetica Neue, Myriad, Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	font-style: italic;
	line-height: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #989171;
}
h4 {
	font-family: Helvetica, Helvetica Neue, Myriad, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	line-height: 21px;
	margin-top: 2px;
	margin-bottom: 0px;
	color: #989171;	
}
p {

	font-family: Helvetica, Helvetica Neue, Myriad, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #493f27;
}

a:link {
	color: #989171; text-decoration: none;
}
a:visited {
	color: #989171; text-decoration: none;
}
a:hover {
	color: #d9d8c3;text-decoration: none;
}
a:active {
	color: #493f27;text-decoration: none;
}


/*SITE SPECIFIC DIVS*/

#webpage {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 0px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width: 1024px;
	background-image: url(assets/webpage_bkgrnd.jpg);
	background-repeat: repeat;
	border: 3px solid #000000;
}



/*UPPER LEFT LINKS*/

#leftLinksLayer {
	float: left;
	width:229px;
	height:20px;
	margin-top: 33px;
	margin-left: 80px;
}




/*UPPER RIGHT LINKS*/

#homeIconLayer {
	float: right;
	margin-top: 28px;
	margin-right: 7px;
	width:35px;
	height:27px;
}
#folderIconLayer {
	float: right;
	margin-top: 28px;
	margin-right: 17px;
	width:35px;
	height:27px;
}
#photoIconLayer {
	float: right;
	margin-right:6px;
	margin-top:27px;
	width:35px;
	height:27px;
}
#logbookIconLayer {
	float: right;
	margin-right: 12px;
	margin-top:27px;
	width:35px;
	height:27px;
}
#linksIconLayer {
	float: right;
	margin-right:80px;
	margin-top:25px;
	width:35px;
	height:27px;
}




/*PHOTO IMAGE*/

#photoLayer {
	clear: both;
	margin-left:40px;
	margin-top:0px;
	width:944px;
	height:403px;
	border: 2px solid #000000;
}




/*SUB-PAGE NAVIGATION AND CONTENT*/
#container {
	margin-left:40px;
	margin-top:20px;
	width: 944px;
	background-color: #d9d8c3;
	border: 2px solid #000000;
	min-height: 225px;
}





/*SUBPAGE NAVIGATION*/

#subNav {
	width:890px;
	height:36px;
	padding-left: 54px;
	background-color: #493f27;
}
#subLink1 {
	float: left;
	margin: 13px 0px 0px 0px;
	width:93px;
	height:17px;
}
#subLink2 {
	float: left;
	margin-left: 100px;
	margin-top: 13px;
	width:76px;
	height:17px;
}
#subLink3 {
	float: left;
	margin-left: 115px;
	margin-top: 13px;
	width:69px;
	height:17px;
}
#subLink4 {
	float: left;
	margin-left: 111px;
	margin-top: 13px;
	width:83px;
	height:17px;
}
#subLink5 {
	float: left;
	margin-left: 127px;
	margin-top: 13px;
	width:40px;
	height:17px;
}




/*SUPAGE CONTENT*/

#introContainer {
	margin: 0px 0px 0px 0px;
	padding: 25px 40px 0px 40px;
	width: 864px;
	background-color: #d9d8c3;
}


#sectionBrief {
	float: left;
	margin-left: 0px;
	width: 301px;
}

#sectionInfo {
	float: right;
	width: 480px;
	padding-left: 40px;
	border-left: 1px solid #989171;
}

#introFooter {
	height:25px;
	clear: both;
	background-color: #d9d8c3;
}



/*SITE FOOTER INFO AND LINKS*/
#siteFooter {
	clear: both;
	margin: 12px 0px 17px 0px;
	padding: 0px 80px 0px 80px;
	height: 25px;
	background:none;
}


#copywriteLayer {
	float: left;
	width:309px;
	height:21px;
	background:none;
}
#hostLinkLayer {
	float: right;
	width:60px;
	height:25px;
	background:none;
}

