	
	* {
		margin : 0;
		padding : 0;
	}
	body {
		font : normal 12px Arial,Helvetica,sans-serif;
		line-height : 15px;
		text-align : center;
		color : #5F6062;
		background : #fff;
	}
	a:link,a:visited {
		color : #CB6A07;
		text-decoration : none;
	}
	a:hover,a:active {
		text-decoration : underline;
	}
	h2,p,ul {
		margin-bottom : 15px;
	}
	h2 {
		color : #CB6A07;
		font-size : 16px;
	}
	h3 {
		font-size : 14px;
	}
	ul {
		list-style : none;
	}
	ul li {
		padding-left : 30px;
		background : url('../img/bullet.gif') no-repeat 18px 3px;
	}
	
	#container {
		width : 900px;
		text-align : left;
		margin : 0 auto;
		background : url('../img/bg_container.gif') repeat-y top left;
	}
	#header {
		position : relative;
		height : 159px;
		background : url('../img/bg_header.gif') no-repeat top left;
	}
	#content {
		padding : 30px 60px;
	}
	#footer {
		height : 40px;
		background : url('../img/bg_footer.gif') no-repeat bottom left;
	}
	
	#header h1 a:link,#header h1 a:visited {
		display : block;
		width : 330px;
		height : 150px;
		border : none;
	}
	#header h1 a:hover,#header h1 a:active {
		border : none;
	}
	#header span {
		display : none;
	}
	
	#nav {
		position : absolute;
		top : 20px;
		left : 475px;
	}
	#nav ul {
		list-style : none;
		margin : 0;
	}
	#nav ul li {
		display : inline;
		background : none;
		padding : 0;
	}
	#nav ul li a:link,#nav ul li a:visited {
		display : block;
		float : left;
		padding : 80px 0 0 0;
		margin : 0 20px;
		text-transform : uppercase;
		color : #CB6A07;
		text-decoration : none;
	}
	#nav ul li a:hover,#nav ul li a:active {
		border-bottom : 4px solid #CB6A07;
	}
	
	#footer {
		font-size : 11px;
		color : #fff;
		padding : 20px 50px;
	}
	#footer ul {
		position : relative;
		list-style : none;
		width : 450px;
		float : left;
		margin : 0;
	}
	#footer ul li {
		display : inline;
		padding : 0 6px;
		border-left : 1px solid #fff;
		background : none;
	}
	#footer ul li.first { 
		border : none;
	}
	#footer p {
		width : 200px;
		float : right;
		text-align : right;
	}
	#footer a:link,#footer a:visited {
		color : #fff;
		text-decoration : none;
	}
	#footer a:hover,#footer a:active {
		text-decoration : underline;
	}
	
	#index #content {
		font-size : 14px;
		font-weight : bold;
		text-align : right;
	}
	#index #content ul {
		list-style : none;
		color : #CB6A07;
	}
	#index #content ul li {
		margin-bottom : 16px;
		background : none;
		padding : 0;
	}
	
	#form {
		width : 325px;
		float : left;
	}
	#form ol {
		list-style : none;
	}
	#form ol li {
		margin-bottom : 10px;
	}
	#form input {
		width : 170px;
		padding : 2px;
		color : #5F6062;
	}
	#form textarea {
		width : 300px;
		height : 150px;
		color : #5F6062;
	}
	#form #submit {
		width : auto;
		color : #000;
	}
	#information {
		width : 300px;
		float : right;
		text-align : right;
	}
	
	#index #content {
	background-image: url(../img/bg_index.gif);
	background-repeat: no-repeat;
	background-position: 75px 50px;
	}
	
	.required span {
		color : #CB6A07;
	}
	#message {
		padding : 7px;
		color : #CB6A07;
		background : #ffc;
		border : 1px solid #CB6A07;
	}

