
	body {
		margin: 0;
		padding: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 100%;
		background: #2C0E0E url(../images/home_bgstrip.jpg) repeat-x top;
		color: #fff;
		
	}
	#wrapper {
		padding: 0px;
		width:100%;
		margin: 0;
		
		float: left;
		background: url(../images/home_bg2.jpg) no-repeat top left;
		padding-bottom:400px;
		/*border: 3px solid green*/
		}
	#mainNav {
		width: 190px;
		position: relative;
		top: 110px;
		left:660px;
		/*float: right;*/
		/*border: 1px solid yellow;*/
	}
	#mainNav ul {
		list-style: none;
		margin-left: 0;
		padding-left:0;
	}
	#mainNav li {
		padding-bottom:16px;
		}
	#mainNav ul li h2 {
		font-size: 80%;
		color: white;
	/*border: 1px solid white;*/
		margin-bottom: 0;
		font-weight: normal;
		text-transform: uppercase;
		margin-top:10px;
	}
	#mainNav ul li p {
		margin-top: 0;
		margin-bottom: 0px;
		padding-left:6px;
		/*border: 1px solid white;*/
		font-size: 95%
	}
	#mainNav a {
		text-decoration: none;
		color: #fff;
		

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

	}
	#title h1, #title h2 {
		
		/*display:none;*/
	}
	#title  {
	height: 100%;
	/*border: 3px solid yellow;*/
	position: relative;
	top: 400px;
	}