body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(layout/logo_bg.jpg) repeat-x;
	font-family: Arial;
	font-size: 13px;
	color: #e1a451;
}

#header {
	width: 760px;
	height: 81px;
	background: #FFFFFF url(layout/logo_text.jpg) no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
}


h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color:#cc9a55;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}



hr {
	display: none;
}


#logo {
	float: left;
	padding-top: 20px;
	background-repeat:repeat-x;
	background-position: left bottom;
	width: 760px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 20px;
	font-weight: normal;
	color:#eeba88;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 100%;
}

#logo a {
	text-decoration: none;
}

#header2 {
	width: 760px;
	height: 210px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: url(layout/menu_bg.jpg);
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #281400;
}

#menu a:hover {
	text-decoration: underline;
	color: #f8e6d0;
}

#page {
	width: 760px;
	background: url(layout/bg.jpg);
	background-repeat:repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#content {
	float: left;
	width: 720px;
	padding-left: 20px;
	padding-right: 20px;
}

