/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #fff url("../images/header-bg.jpg") repeat-x 0 0;
	height: 100%;
	color: #333333;
}

		


body, tr,
td, input,
select, textarea 	{font:normal 12px/1.5 Tahoma, Verdana, Arial, Helvetica, sans-serif;letter-spacing: 0px;}

h1, h2, h3, h4 		{font-family: Georgia, Times, "Times New Roman", serif;}

a				{outline: none;}
a:link 			{color:#5C2946; text-decoration:underline;}
a:visited 		{color:#5C2946; text-decoration:underline;}
a:hover 		{color:#998E2E; text-decoration:none;}
a:active 		{color:#998E2E; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:15px 0 5px 0;}
h1 					{font-size:22px; margin:0; color: #998E2E;font-weight: normal;}
h2 					{font-size: 22px; margin:0; color: #5C2946;font-weight: normal;}
h3 					{font-size:16px; margin:0; color: #998E2E;}
h4 					{font-size:15px; margin:0; color: #5C2946;}
h5					{font-size:12px; margin:0; color: #333333;}
hr 					{border-style: none; border-bottom: 1px solid #C2C1C1; color: #fff; background-color: #fff;margin: 10px 0;}
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {display: none;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.link-right {float: right; font-weight: bold;}


/* Standard Layout */

#wrapper {
	position: relative;
	background:#fff;
	width: 928px;
	padding: 0;
	text-align: left;
	border-left: 1px solid #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background: url("../images/header.jpg") no-repeat top right;
	padding: 0px;
	width: 928px;
	height: 203px;
}

#header h1 a {
	float: left;
	display: block;
	width: 203px;
	height: 203px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat 0 0;
}

#header h2 {
	text-indent: -9000px;
	width: 200px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}


#contentwrapper {
	margin: 0;
	width: 928px;
	height:auto;
	background: url("../images/content-bg.jpg") repeat-y 0 0;
}

#content {
	height: 100%;
	background: url("../images/rocks.gif") no-repeat bottom left;
	padding-bottom: 20px;
	z-index: 999;
}

#content-main {	
	float: left;
	width: 650px;
	margin-top: -25px;
	margin-left: 35px;
	background: #fff;
}

#content-side {
	float:left;
	width: 203px;
	padding: 0px 0px 150px 0px;
	margin: 0;
	margin-left: 0;
}

#footer {
	clear:both;
	padding-top: 1px;
	height: 70px;
	background: #fff url("../images/footer.jpg") no-repeat 0 0;
	text-align: left;
}
