@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background: #cec0a8 url(images/texture_tile.jpg);
	padding-top: 30px;
}

/**** LAYOUT FORMATTING ****/
div#full {
	width: 807px;
	margin: 0 auto;
}

div#top {
	height: 29px;
	width: 807px;
	background: url(images/top.jpg);
}

div#header {
	width: 445px;
	margin: 0 auto;
}

div#main {
	width: 807px;
	min-height: 540px;
	background: url(images/back_tile.jpg);
}

div#navigation {
	width: 243px;
	height: 522px;
	background: url(images/navigation.jpg);
	float: left;
}

div#content {
	width: 530px;
	margin-left: 243px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5em;
}

div#bottom {
	width: 807px;
	height: 33px;
	background: url(images/bottom.jpg) no-repeat;
	clear: both;
}

/**** LINK DIVS ****/
#link1 {
	position:relative;
	width:151px;
	height:26px;
	z-index:1;
	left: 50px;
	top: 67px;
}
#link2 {
	position:relative;
	width:157px;
	height:26px;
	z-index:1;
	left: 50px;
	top: 105px;
}
#link3 {
	position:relative;
	width:155px;
	height:26px;
	z-index:1;
	left: 60px;
	top: 142px;
}
#link4 {
	position:relative;
	width:150px;
	height:26px;
	z-index:1;
	left: 75px;
	top: 178px;
}
#link5 {
	position:relative;
	width:150px;
	height:26px;
	z-index:1;
	left: 90px;
	top: 215px;
}

/**** LINK FORMATTING ****/

#navigation a:link, #navigation a:active, #navigation a:visited {
	font-weight: bold;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #992323;
	text-decoration: none;
}

#navigation a:hover {
	color: #B45959;
}

#content a:link, #content a:active, #content a:visited {
	color: #992323;
	text-decoration: none;
}

#content a:hover {
	color: #B45959;
}

/**** GENERAL FORMATTING ****/

.imgFloatRight {
	background: #FFF;
	display: inline;
	float: right;
	margin-right: 30px;
	position: relative;
	z-index: 555;
	padding: 3px;
	border: 1px solid #000;
}

.imgFloatLeft {
	background: #FFF;
	display: inline;
	float: right;
	margin-left: 10px;
	position: relative;
	z-index: 555;
	padding: 3px;
	border: 1px solid #000;
}
