body {
	margin: 0;
	padding: 0;
	background: #7b1c2a; 
	/* background: #2B2426; */ 
	color: #000;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 75%;
	text-align: center;	
	}
a:link, a:visited { 
	color: #5160a5;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {	color: #330;	}

a:hover {
	color: #7b1c2a;
	text-decoration: none;	
	}
h1 {
	margin: 1em 0 0 0;	
	color: #7b1c2a;
	font-size: 1.25em;
	}
h2 {
	margin: 0 0 1em 0;	
	color: silver; 
	font-size: 10px; 
	}
h3 {
	margin: .4em 0;	
	color: #5160a5;
	font-size: 1em;
	}
	
p {
	margin: 10px 0;	
	}
	
hr {
	border: 1px solid #CACCB4;	
	}
	
table { font-size: 100%; } /* IE inheritance fix */

.container {
	position: relative;
	width: 800px;
	min-height: 1000px;
	margin: 0 auto;
	background: url(images/bg_texture.jpg) no-repeat;
	text-align: left;	
	}
* html .container { /* Workaround for IE. Fake a minimum height to show the entire background. */
	/* Hide from IE-Mac \*/
	height: 1000px;
	/* End hide */
	}
	
.brand {
	position: relative;
	width: 100%;
	height: 181px;
	background: url(images/img_bottom.jpg) no-repeat 0 80px;
	text-align: right;	
	}
#home .brand {
	position: absolute;
	top: 336px;	
	}
.brand .logo {
	position: absolute;
	top: 98px;
	left: 11px;	
	}
	
#home .nav {
	position: absolute;
	top: 517px;
	width: 100%;
	}

.nav ul {
	margin: 0;
	padding: 6px 0 6px 0;
	text-align: center;
	}
.nav li {
	display: inline;
	margin: 0;
	padding: 0;
	
	/* Fine-tune navigation font sizes here */
	
	font-size: 80%;
	}
.nav a {
	font-weight: bold;
	letter-spacing: 1px;
	}
.nav li a:link, .nav li a:visited {
	padding: 0 4px;
	color: #5F5D49;
	text-decoration: none;
	}
.nav li a:hover {
	color: #344329;
	text-decoration: underline;
	}
	
.content {
	min-height: 517px;
	padding: 30px;
	background: #fff url(images/bg_shadow.gif) repeat-x;	
	}
* html .content {/* Workaround for IE. Fake a minimum height to fill content with white. */
	/* Hide from IE-Mac \*/
	height: 517px;
	/* End hide */
	}