html {
	height: 100%;
}

body {
	background-image: url(assets/wrapper_bg.png);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#971332;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Myraid Pro", "Trebuchet", "Trebuchet MS", Verdana, Arial, sans-serif;
  
}

.wrapper {
	background: url(assets/bg.png) top left repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

.container {
	width: 980px;
	margin: 0;
	padding: 0;
}

.icon {
	width: 206px;
	height: 164px;
	margin: 0 15px 0 38px !important;
	margin: 0 15px 0 19px;
	padding: 0 ;
	background: #330000;
	float: left;
	text-align: center;
	vertical-align: top;
	border: #51592a solid;
	border-width: 0 2px 2px;
	z-index:1;
}

.icon img { margin: 0px 0 0; z-index:2; }

#title {
	position:absolute;
	height:113px;
	width:100%;
	padding: 0px 0px 0px 0px;
	top:18px;
	left:248px;
	right:0px;
	color: #e5ebdf;
	background-image:url(assets/banner.png);
	background-repeat:repeat-x;
	}

#title h1 {
	font-size: 48px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#title h2 {
	font-size: 17px;
	line-height: .8em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#navigation {
	position: absolute;
	top: 130px;
	left: 260px;
	width: 700px;
	font-size:15px;
}

#navigation ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	border: none;
}

#navigation ul li {
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
	width: 119px;
	height: 34px;
	vertical-align:middle;
	text-align: center;
}

#navigation ul li a {
	display: block;
	width: 119px;
	height: 34px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	background: url(assets/tab_normal.png) top left no-repeat;  
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li a:hover {
	color: #93a6b7;
	color: #eee;
	background: url(assets/tab_over.png) top left no-repeat;  
}

#navigation ul li a.selected, #navigation ul li a.selected:hover {
	background: url(assets/tab_selected.png) top left no-repeat;  
	color: #fcf4cc;
}

#navigation ul li a.selected:hover { color: #000; }


#body { float: left; margin-bottom: 220px; }

#body .sidebar {
	margin: 10px 0 0 50px !important;
	margin: 10px 0 0 25px;
	width: 185px;
	float: left;
	font-size: .9em;
	color: #465052;
}

#body .sidebar h3 {
	color: #330000;
	font-size:18px;
	font-weight:bold;
}

#body .sidebar .content {
	margin: 3px 0 3px 5px !important;
	padding: 0;
	width: auto;
	float: none;
	color: #999999;
}

#contact {
	color:#cccccc;
	font-weight:bold;
}

.contact
	{
	font-weight:bolder;
	font-size:24px;
	color:#ffcc33;
}
	

#body form input, #body form textarea, #body .sidebar select {
  border: 1px solid #465052;
  background: #e0edf7;
  color: #465052;
  width: 100%;
}

#body form input.submit {
  width: auto;
  float: right;
}

#body .sidebar a {
  color:#ffcc33;
  }

#body .sidebar a:hover {
	color:#330000;
	}

#body .sidebar ul.links {
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  list-style-image: none;
}

#body .sidebar ul.links li {
	padding: 0px 0px 0px 0px;
	border-bottom: #59452a solid 1px;
	line-height:1.7em;
  

}

#body .sidebar ul.links li a {
	padding: 0px 0px 0px 10px;
	display: block;
	color: #971332;
	text-decoration: none;
	font-weight:bold;
}

#body .sidebar ul.links li a:hover {
	background: #971332;
	color:#cccccc;
}
 
#body .content {
	float: left;
	width: 675px;
	margin: 10px 0 0 30px;
	padding: 0px 0px 0px 0px;
	color: #59452a;
	background-color:#fcc5c5;
	background-image:url(assets/parchment.png);
	background-repeat:repeat;
	border-color:#51592a;
	border-width:2px;
	border-style:solid;
}

#news { position:relative; padding:0px 10px 0px 10px; font-size:12px; }

#news a { font-weight:bold; }
#news a:hover { font-weight:bold; color:971332; }
#news img { border:none; }

#body .content p {
	margin: 0;
	padding: 0 0 1em;
}


h3 {
	font-size:30px;
	font-weight:bold;
	line-height:30px;
	margin: 0;
	padding: 0;
	color:#330000;
	background-color:#51592a;
	clear: both;
	font-size:18px;
	text-align:center;
}

h4 { 	
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#51592a;
	clear: both;
	font-size:18px;
	font-style:oblique;
}

h4, h5, h6 {
	margin: 0;
	padding: 0;
	clear: both;
}

h6 {	
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#330000;
	clear: both;
}

h4 a, h5 a, h6 a { text-decoration: none; }

h4 { font-style: italic; }

#body a { color: #59452a; }

#body h3 a { text-decoration: none; }


#footer {
	clear: both;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	width: 100%;
	margin: 0;
	padding: 0;
}


#footHead .head {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	color: #59452a;
	line-height: .8em !important;
	line-height: .7em;
	height: .8em !important;
	height: .7em;
}

#footHead .container {
	padding: 0 0 0 15px;
	margin: 0;
}


#footBody {
	clear: both;
	width: 100%;
	background: #59452a;
	margin: 0;
	padding: 0;
}

#footBody .containee {
	padding: 0 0 0 15px;
	margin: 0;
}

#footBody .content {
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	color: #ffffcc;
}

.clear { clear: both; }

#footBody .showcase { text-align: center; }

#footBody .showcase img {
	padding: 0;
	margin: 2px;
	border: #DDA 3px solid;
}

#footer #footBody ul {
	list-style: none;
	list-style-image: none;
	margin: 5px 0;
	padding: 0;
	border: none;
	width: 95%;
}

#footer #footBody ul li {
	padding: 0;
	margin: 0 10px; 
	height: 1.8em;
	border-bottom: 1px solid #49351a;
}

#footer #footBody ul li a {
	color: #DDA;
	text-decoration: none;
	display: block;
	padding: 3px;
}

#footer #footBody ul li a:hover { background: #705735; }

#copyright {
	background: #372b1a;
	color: #DDA;
	border-top: 1px solid;
	height: 1.7em;
}

.small { font-style:oblique; font-size:10px; color:#ffcc33; }

#copyright a { color: #dda; }

#copyright .container {  text-align: right; }
 
pre {
	display: block;
	font-family: monospace;
	overflow:visible;
	border-width: 1px 0;
	border-style: dashed;
	padding: 3px;
}

.bold { font-weight:bolder; }
.oblique {font-style:oblique; }
.large { font-weight:bolder; font-size:16px; }