/*************************** Elements ************************************/
body {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	
	background-color: #FFFFED;

	font-family: Georgia, Times, Times New Roman;
	font-size: 11px;
	line-height: 17px;
	color: #000000;

}


p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

hr {
	padding: 0px;
	margin: 10px 0px;
	background-color: #aaa;
	border: 0px;
	height: 1px;
}

br.clear {
	clear: both;
}

/*************************** Text and Headers ************************************/
.t1 {
	font-size: 9px;
	line-height: 10px;
}

.t2 {
	font-size: 10px;
	line-height: 12px;
}

.t4 {
	font-size: 12px;
}

.t5 {
	font-size: 14px;
	line-height: 14px;
}


h1 {
	padding: 5px 0px 10px 0px;
	font-family: Georgia, Times, Times New Roman;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #745D0D;
}


h2 {
	padding: 5px 0px 5px 0px;
	font-family: Georgia, Times, Times New Roman;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #745D0D;
}

h3 {
	padding: 5px 0px 5px 0px;
	font-family: Georgia, Times, Times New Roman;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #745D0D;
}







/*************************** Links ************************************/
a {
	color: #C9A156;
	text-decoration: none;
}

a:hover {
	color: #C9A156;
	text-decoration: underline;
}





/*************************** Layout Components ************************************/
#shell1 {
	position: relative;
	width: 800px;

	margin: auto;
	padding: 0px;
}

#shell2 {
	position: relative;
	
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 1;
}


#container {
	position: absolute;
	top: 90px;
	left: 0px;
	
	width: 800px;
	
	z-index: 2;
	
}






#footer {
	margin: 10px 0px 10px 0px;
	position: relative;
	width: 800px;
	text-align: right;
}

	#copyright {
		font-family: Arial, Verdana;
		font-size: 10px;
		color: #ADA37F;
	}
	
	#brand {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	