<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset */

* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	outline:none;
	text-align:left;
	font-size:1em;
	text-decoration:none
}

html, body {background: #e9e4e1;height: 100%}

.clear{clear:both;border:none!important}

.container {
	margin:0 auto;
	width:1000px;
	overflow: visible;
	position: relative;
	}

/* Global Styles */



h1 {font: italic 10px Georgia, Serif;text-shadow: #fff 0 0 1px;letter-spacing: 1px}

#header {
	width: 100%;
	padding: 40px 0 92px;
	background: #e9e4e1
	}

	#logo {
		width: 300px;
		padding: 9px 0 50px 95px;
		float: left;
		display: block;
		background: url('../imgs/logo.jpg') no-repeat 25px 0;
		z-index: 2;
		position: relative;
		color: #333
	}

	#logo span {font: normal 16px Times New Roman, Serif;letter-spacing: 2px;display:block;text-transform: uppercase}

/* Primary Nav */

#nav {
	float:right;
	display:block;
}

	#nav li {
		float:left
	}

	#nav li a {
		color:#4f4f4f;
		font: normal 12px Times New Roman,serif;
		display:block;
		text-transform: uppercase;
		margin:22px 16px 0;
		letter-spacing: 2px;
		padding: 0 0 1px 0
	}
	
	#nav li .selected {border-bottom: 2px solid #c5c3c4}
	#nav li a:hover {color:#222;border-bottom: 2px solid #a1a0a0}	

/* Content Wrapper */

#content {
	width: 100%;
	background: #e9e4e1 url('../imgs/bg.jpg') repeat-y center 0;
	padding: 20px 0;
	position: relative;
	overflow: visible;
	min-height: 500px;
	display: block;
	}
	
	#content .container {
	padding: 0 20px;
	width: 960px
	}
	
	#top_right,
	#top_left {
		width: 49px;
		height: 65px;
		position: absolute;
		display: block;
		background: url('../imgs/bg_top.jpg') no-repeat -49px 0;
		right:-50px;
		top:-23px
	}
	
	#top_left {background-position: 0 0;left:-50px;top:-23px}			

	#page_top {	
		width: 1002px;
		height: 50px;
		position: absolute;
		left:-2px;
		top:-70px;
		z-index: 1;
		display: block;
		background: url('../imgs/content_top.jpg') no-repeat 0 0
	}

	#page_right {
		width: 18px;
		height: 574px;
		position: absolute;
		right:-19px;
		top:-16px;
		display: block;
		background: url('../imgs/content_right.jpg') no-repeat 0 0
	}
	
/* Footer */

#footer {
	width: 100%;
	padding: 10px 0 60px 0;
	background: #e9e4e1 url('../imgs/content_bottom.jpg') no-repeat center 0;
	position: relative;
	overflow: visible
}
	
	#footer_top {
		width: 1001px;
		height: 1px;
		overflow: hidden;
		position:absolute;
		background: #c5c4c2;
		top: -10px;
		left: -10px;
		display: block
	}
	
	#bottom_right,
	#bottom_left {
		width: 49px;
		height: 65px;
		position: absolute;
		display: block;
		background: url('../imgs/bg_top.jpg') no-repeat -49px -65px;
		right:-49px;
		top:-50px;
	}

	#bottom_left {left:-50px;top:-49px;background-position: 0 -65px}
	
	#disali {
		color:#5f5f5f;
		font: normal 12px Times New Roman,serif;
		display:block;
		float: left;
		text-transform: uppercase;
		margin:20px 16px 0 32px;
		letter-spacing: 2px;
		padding: 0 0 1px 30px;
	}

	
/* Footer Nav */

#footer_nav {
	float:right;
	display:block;
}

	#footer_nav li {
		float:left;
	}

	#footer_nav li a {
		color:#7f7f7f;
		font: normal 10px Times New Roman,serif;
		display:block;
		text-transform: uppercase;
		margin:22px 18px 0 0px;
		letter-spacing: 2px;
		padding: 0 0 1px 0
	}

	#footer_nav li a:hover {color:#222;border-bottom: 2px solid #a1a0a0}

	#footer_nav li #legal {text-transform: capitalize}
	#footer_nav li #legal:hover {color:#7f7f7f;border-bottom:none}</pre></body></html>