* {
    padding: 0;
    margin: 0;
	
}

body {
	background: #4c320d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	;
}

img {
	border: none;
}
a { color: #4c320d;  }
a:hover {
	text-decoration: none;
	color : #666;
	font-size: 12px;
}

.copywrite {
	color: #FFC;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header { 
background: #4c320d url(images/header.jpg) no-repeat;
height: 100px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 20px;
}
#header h1 a {
font-size: 12px;
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
font-size: 12px;
color: #111;
text-decoration: none;
}
#header h2 {
	color: #FFC;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 21px;
	letter-spacing: -1px;
	line-height: 12px;
}

#menu {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	background: #4c320d url(images/menu.jpg) no-repeat;
	text-align: center;
	padding-left: 10px;
	padding-right: 1px;
}
#menu ul {
padding-left: 25px;
font-size: 12px;
list-style-type: none;
}
#menu ul li {
	display: block;
	font-size: 12px;
	float: left;
}
#menu ul li a {
	color: #FF9;
	padding: 0 8px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #4c320d url(images/content.jpg) repeat-y;
padding: 10px 20px;
}

.left {
	width: 578px;
	float: left;
	text-align: justify;
	padding-left: 10px;
}
.left h2 {
	color: #5A5629;
	font-size: 24px;
	letter-spacing: -3px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}

.right {
width: 140px;
float: right;
font-size: 12px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}
.right h2 {
	height: 30px;
	font-size: 12px;
	color: #003;
	line-height: 30px;
}
.right a { text-decoration: none }

#top {
background: #FFC url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
	background: #963 url(images/bottom.jpg) no-repeat;
	padding: 10px 0;
	
}

#footer {
	text-align: center;
	color: #666;
	font-size: 11px;
	padding: 0 0 10px 0;
}
#footer a {
	color: #666;
}
