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


/* General styles */
/* -------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/sand-bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #a86e1a;
}

a:link, a:visited {
	color: #5a3808;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout styles */
/* ------------- */
.clrFloat {
	clear: both;
}

.imgLeft {
	float: left;
}

.imgRight {
	float: right;
}

#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/content-bg.png) repeat-y;
}

#topLine {
	width: 800px;
	height: 15px;
	margin-left: 25px;
	margin-right: 25px;
	background: url(images/top-line.png) repeat-x;
}

#topImage {
	width: 800px;
	height: 200px;
	margin-left: 25px;
	margin-right: 25px;
	background: url(images/top-image.jpg);
}

#topImage img {
	margin-left: 20px;
	margin-top: 20px;
	border: 0;
}



#bottomLine {
	width: 800px;
	height: 11px;
	margin-left: 25px;
	margin-right: 25px;
	background: url(images/bottom-line.png) repeat-x;
}

#content {
	width: 800px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	background: url(images/content-bg-w-border.png) repeat-y;
}

#contentTopSpacer {
	height: 30px;
}

#contentBottomSpacer {
	height: 10px;
}

#contentLeft {
	float: left;
	width: 152px;
	height: auto;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 5px;
	text-align: center;
}

img.contentLeftDivider {
	margin-top: 40px;
	margin-bottom: 30px;
}

.sideModule {
	font-size: 9pt;
}

.sideModule h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #5a3808;
	font-family: "Lucida Handwriting", Times, serif;
	font-size: 12pt;
	
}

.sideModule p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sideModule img {
	border: 0px;
}

#contentRight {
	float: left;
	width: 570px;
	padding-left: 20px;
}

#contentRight h1 {
	color: #5a3808;
	font-family: Optima, Verdana, Arial;
	margin-top: 10px;
	margin-bottom: 5px;
}

#contentRight p {
	margin-top: 10px;
}

.blogInfo {
	color: #d9a151; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	
}
#contentFooter {
	margin-top: 20px;
	text-align: center;
	font-size:9pt;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
