* {
	box-sizing: border-box;
	font-family: "Verdana";
	margin: 0px;
	padding: 0px;
	color: #6a5742;
	text-transform: uppercase;
}

#main {
	background-repeat: no-repeat;
	width: 960px;
	height: 540px;
	overflow: hidden;
}

a {
	text-decoration: none;
}

body {
	margin: 0px;
}

h1 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #4c2417;
	font-size: 18px;
}

p {
	
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.quote {
	font-weight: bold;
	font-size: 11px;
}

.quote_author {
	font-size: 11px;
}

input, textarea {
	text-transform: none;
	margin-bottom: 3px;
}

#header {
	width: 990px;
	height: 221px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#footer {
	width: 990px;
	height: 50px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}


ul {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 20px;
	color: #ffffff;
}

#menu {
	margin: 0px;
	padding: 129px 0px 0px 0px;
	text-align: center;
	margin: 0px 0px 0px 200px;
	width: 920px;
}

.menu_item {
	margin: 0px 8px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
	color: #ffffff;
	line-height: 47px;
	height: 47px;
	background-image: url(images/menuItemMiddle.gif);
	background-repeat: repeat-x;
}

.menu_item img {
	float: left;
	margin-top: 0px;
}

.menu_item a {
	display: block;
	float: left;
	color: #ffffff;
	padding: 0px 10px;
}

.menu_item li a {
	padding-left: 10px;
}

#contents {
	background-repeat: no-repeat;
	smargin-left: 404px;
	smargin-top: 118px;
	width: 990px;
	height: 660px;
	margin: 0 auto;
}

#contents #contents_inner {
	width: 272px;
	
}

#footer {
	padding-top: 10px;
}

#footer div {
	color: #444444;
	font-size: 11px;
	text-align: center;
}
