	html, body
	{
		height: 100%;
	}
	body
	{
		background-color: #090a07;
		background-image: url('images/bg-left.jpg');
		background-repeat: repeat-x;
		background-position: top left;
		margin: 0;
		padding: 0;
		font-family: "Tahoma", "Verdana", sans-serif;
		font-size: 0.95em;
		color: #4d4742;
	}

	img { border: 0; }
	
	div#bg-right
	{
		background-image: url('images/bg-right.jpg');
		background-repeat: repeat-x;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		width: 49%;
		z-index: 0;
	}
	
	div#bg-img
	{
		position: relative;
		z-index: 1;
		min-height: 1002px;
		background-image: url('images/bg-img.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		min-width: 1000px;
	}
	
	div#content-container
	{
		max-width: 900px;
		min-width: 779px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 89px;
		
	}
	div#content
	{
		max-width: 890px;
		background-color: #fefeff;
		opacity: 0.94;
		min-height: 400px;
		border: 3px solid #382d21;
		
		border-radius: 1em;
		-webkit-border-radius: 1em;
		-moz-border-radius: 1em;
		-khtml-border-radius:1em;
		
		
		box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
		-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
		-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
		
		padding: 12px;
	}
	
	
	div#nav
	{
		background-color: #4d4742;
		height: 26px;
		color: #faffb4;
		padding: 0 5px 0 5px;
	}
	
	a.navitem, a.navitem-on
	{
		float: left;
		padding: 3px 28px 3px 10px;
		color: #faffb4;
		text-decoration: none;
		font-size: 15px;
		height: 20px;
		font-weight: normal;
	}
	a.navitem-on 
	{
		background-color: #faffb4;
		color: #4d4742;
	}
	
	a { font-weight: bold; text-decoration: none; }
	a:link { }
	a:visited {}
	a:hover {  text-decoration: underline;}
	a:active { color: red; }
	
	a.navitem:link 	{ color: #faffb4; text-decoration: none; }
	a.navitem:visited { color: #faffb4; text-decoration: none; }
	a.navitem:hover, a.navitem-on:hover { color: #4d4742; background-color: #faffb4; text-decoration: none; }
	a.navitem:active { color: #faffb4; background-color: #ffd16a; text-decoration: none; }
	
	div#main-image { float: right; margin-top: 20px; margin-left: 15px; }
	.clearer { clear: both; }
	h2 { font-size: 1.2em; }
	h3 { font-size: 1em; }
	div#subcontent { padding: 12px; }
	
	ul#main-ul { margin-top: 30px; margin-bottom: 30px; }
	ul li {	margin-bottom: 10px; }
	
	div#right-imgs
	{
		float: right;
		width: 300px;
		margin-left: 30px;
	}
	div#right-imgs img { margin-top: 12px; }
	.blockquote 
	{
		font-style: italic;
		font-size: 0.9em;
		color: #7d7772;
	}
	table { width: 830px; }
	tr:hover { background-color: #eeeeef; }
	th { text-align: left; padding-right: 20px; }
	td { border-bottom: 1px solid #eeeeef; }
	td.tick { text-align: center; }
	
	#logos
	{
		text-align: center;
		margin-top: 80px;
	}
