* {
    padding: 0;
    margin: 0;
	} 

body {
	background: #664A2B;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	}

ul { padding-left: 20px; }

a { 
	color: #EDB063; 
	text-decoration: none; 
	}
	
a:hover { 
	text-decoration: underline; 
	color : #664A2B; 
	}

#container {
	margin: 5px auto;
	width: 800px;
	}

#header {
	background: #664A2B url(images/header.jpg) no-repeat;
	height: 160px;
	}
	
#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 20px 0 0 30px;
	}
	
#header h1 a {
	text-decoration: none;
	color: #000000;
	}

#header h1 a:hover {
	text-decoration: none;
	color: #EDB063;
	}
	
#header h2 {
	color: #664A2B;
	font-size: 17px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 0 0 0 30px;
	}

#menu {
	height: 30px;
	line-height: 30px;
	background: #272727 url(images/menu.jpg) no-repeat;
	}
	
#menu ul {
	padding-left: 20px;
	list-style-type: none;
	}
	
#menu ul li {
	display: block;
	float: left;
	}

#menu ul li a {
	color: #FFFFFF;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
	}
	
#menu ul li a:hover {
	color: #EDB063;
	text-decoration: underline;
	}

#content {
	padding: 10px 10px;
	background: #FFFFFF url(images/content.jpg) repeat-y;
	}
	
.right {
	float: right;
	width: 550px;
	text-align: justify;
	padding: 0 10px 10px 10px;
	}
	
.right h1 {
	color: #EDB063;
	font-size: 20px;
	letter-spacing: -2px;
	font-weight: 100;
	padding : 10px 0 15px 0;
	}
	
.right h2 {
	color: #EDB063;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 100;
	padding : 10px 0 15px 0;
	}

.left {
	float: left;
	width: 190px;
	padding: 10px;
	}

.left h2 {
	font-size: 14px;
	color: #000000;
	padding: 5px 0 2px 10px;
	}

.left ul {
	list-style-type: none;
	padding: 5px 0 10px 15px;
	}

.left ul li {
	padding: 2px 17px;
	background: transparent url(images/arrow.jpg) no-repeat;
	}

.left ul li a {
	display: block;
	color: #000000;
	}

.left ul li a:hover {
	color: #EDB063;
	}

#footer {
	background: #664A2B url(images/footer.jpg) no-repeat;
	height: 40px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 11px;
	}
	
#footer  a { 
	color: #EDB063; 
	}