		body {
			margin:0px;
			padding:0px;
			font-size:1.0em;
			font-family:trebuchet ms, tahoma, arial, sans-serif;
			text-align:center;
			background-color:#2d2d2d;
			color:#d2d2d2;
		}
		
		#container {
			width:1050px;
			margin:auto;
			text-align:left;
			border:1px black solid;
			background-color:rgb(4,6,3);
			background-image:url('../pix/bg.jpg');
		}
		
		#header {
			background-color:rgb(135,55,56);
			background-image:url('../pix/ul.jpg');
			background-repeat:no-repeat;
			background-position:top right;
			color:white;
			height:125px;
			width:1050px;
		}
		
		#leftBar {
			width:200px;
			float:left;
			background-color:rgb(4,6,3);			
		}
		
		#leftBar img {
		/*	width:175px;
			height:125px;*/
			width:150px;
			height:100px;
			margin:10px;
			margin-left:20px;
		}
		
		#content {
			width:570px;
			float:left;
			background-color:rgb(249,246,143);
			color:black;
			font-family:trebuchet ms, tahoma, arial, sans-serif;
			font-size:0.95em;
			padding:5px;
		}
		
		#content td {
			color:black;
			font-size:0.85em;
		}
		
		#content p {
			padding:3px;
		}
		
		#content p img {
			float:right;
			margin:20px;
		}
		
		#right_bar {
			width:270px;
			float:right;
			background-color:rgb(4,6,3);
		}
		
		#right_bar img {
			margin:10px;
			margin-top:20px;
			margin-bottom:0px;
		}
		
		#footer {
			width:1050px;
			clear:both;
			height:125px;
			background-color:#3b3b3b;
			color:white;
			text-align:center;
			font-size:0.8em;
		}
		
		#footer .div_foot {
			text-align:center;
			margin-left:333px;
			margin-right:333px;
			margin-top:10px;
			padding-left:-10px;
			padding-top:5px;
			padding-bottom:5px;
			width:333px;
			height:115px;
			float:left;
		}
		
		#footer .div_foot a {
			color:rgb(249,246,143);
		}
		
		#footer .div_foot img {
			width:125px;
			height:100px;
			border:1px #4c4c4c solid;
			margin-top:10px;
			margin-right:10px;
			margin-left:10px;
		}
		
		.clear {
			clear:both;
		}
		
		#navbar {
			width:1050px;
			height:25px;
			background-color:#2d2d2d;
			border-top:1px rgb(249,246,143) solid;
			border-bottom:1px #4c4c4c solid;
		}
		
		#navbar ul {
			list-style:none;
			margin:0px;
			padding:0px;
			display:block;
		/*	width:1000px;*/
			float:right;
		}
		
		#navbar ul li {
			float:left;
			width:90px;
		}
		
		#navbar ul li.longText {
			float:left;
			width:180px;
		}
		
		#navbar ul li a {
			display:block;
			color:rgb(249,246,143);
			height:23px;
			text-decoration:none;
			text-align:center;
			border-left:1px #4c4c4c solid;
			font-size:0.9em;
			padding-top:2px;
		}
		
		#navbar ul li a:hover {
			color:#4c4c4c;
			background-color:rgb(249,246,143);
			background-color:rgb(243,133,18);
		}
		
		#content h3 {
			margin-bottom:20px;
			text-decoration:underline;
		}
		
		#content p {
			margin-bottom:30px;
		}
