body {
	background-color: #aaa49b;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Cambria;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
	}

h2 {
	font-size: 16px;
	}

.header {
	width: 100%;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
}

#bodywrap {
	width: 840px;
	margin: 0 auto;
	padding-top: 12px;
	background-image: url(images/header_03.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}


.columnleft {
	float: left;
	padding-left: 40px;
}

.contentrt {
	float: right;
	width: 550px;
	padding-right: 60px;
	height: auto;
	min-height: 400px;
	padding-bottom: 25px;
}

.contentrt p {
	text-align: justify;
}

.footer {
    clear: both;
    width: 100%;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
}

.bodylink {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid #663333;
	width: 60%;
	background-color: #D0BCAE;
	color: #663333;
	font-weight: bold;
 	}


/* Image Viewer */

#loadarea {
	width: 440px;
	min-height: 350px;
	float: right;
	text-align: center;
	padding-top: 10px;
	}

.imgal img {
	padding-bottom: 5px;
	}


/* LINK Styling */

.bodylink A:link {
	color: #805009;
	text-decoration: none;
	}
.bodylink A:visited {
	color: #805009;
	}
.bodylink A:active {
	color: #805009;
	}
.bodylink A:hover {
	color: #990033;
	text-decoration: underline;
	}


A:link {
	color: #666666;
	text-decoration: none;
	}
A:visited {
	color: #666666;
	text-decoration: none;
	}
A:active {
	color: #666666;
	}
A:hover {
	text-decoration: underline;
	}