html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../images/common/pattern_bg.png);
	background-repeat: repeat-x;
}

/*	Common Typefaces  */

body, div, span, li, td, p, a, h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font-size: 11px;
	color: #3b341b;
	line-height: 16px;
	margin: 5px 0px 8px 0px;
}

a:link, a:focus, a:visited, a:active {
	font-size: 11px;
	color: #d20100;
	line-height: 16px;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #d20100;
	line-height: 16px;
	text-decoration: underline;
}

/*	Common Images  */

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/*	Common Layout  */

.clearer {
	font-size: 0px;
	height: 0px;
	clear: both;
}

.separator {
	clear: both;
	font-size: 0px;
	height: 3px;
	background-image: url(../images/common/separator_bg.png);
	margin: 12px 0px 12px 0px;
}

.p-separator {
	font-size: 0px;
	height: 8px;
	background-image: url(../images/common/p-separator_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 15px 0px 15px 0px;
	text-align: center;
}

#wooden_pale {
	float: left;
	width: 50%;
	height: 100%;
	margin-left: -355px;
	background-image: url(../images/common/wooden_bg.png);
	background-position: top right;
	background-repeat: repeat-x;
}

#wrapper {
	float: left;
	width: 710px;
	height: 100%;
}

#headline_hu {
	width: 710px;
	height: 255px;
	background-image: url(../images/hun/headline.jpg);
}

#menu {
	width: 215px;
	height: 140px;
	background-image: url(../images/common/menu_bg.png);
	float: left;
	margin-top: 98px;
	text-align: center;
}

#menu ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 30px;
	font-size: 10px;
	color: #c64500;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:link, a:focus, a:visited, a:active {
	font-size: 10px;
	color: #58431a;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover {
	font-size: 10px;
	color: #c64500;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-lang {
	float: right;
	width: 260px;
	height: 26px;
	margin-top: 220px;
	text-align: right;
}

#menu-lang ul {
	margin: 0px;
	padding: 0px;
}

#menu-lang li {
	margin: -2px;
	padding: 0px;
	display: inline;
}

#sidebar {
	float: left;
	width: 195px;
	height: 400px;
	padding: 20px 10px 30px 10px;
	background-image: url(../images/common/sidebar_bg.png);
	background-repeat: repeat-x;
}

#sidebar h1 {
	font-size: 15px;
	color: #ae4307;
	margin: 10px 0px 15px 0px;
	text-align: center;
}

#sidebar h2 {
	font-size: 18px;
	color: #3b341b;
	margin: 5px 0px 5px 0px;
	font-weight: normal;
}

#sidebar h3 {
	font-size: 11px;
	color: #3b341b;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

#sidebar ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar li {
	line-height: 25px;
	text-align: center;
}

#sidebar li a:link, a:focus, a:visited, a:active {
	font-size: 11px;
	color: #3b341b;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar li a:hover {
	font-size: 11px;
	color: #ae4307;
	text-decoration: none;
	text-transform: uppercase;
}

#content {
	float: right;
	width: 475px;
	padding-top: 15px;
}

#content h1 {
	font-size: 20px;
	color: #ae4307;
	margin: 10px 0px 15px 0px;
	text-align: center;
}

#content h2 {
	font-size: 14px;
	color: #3b341b;
	margin: 10px 0px 15px 0px;
	text-align: center;
	text-transform: uppercase;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ae4307;
	margin: 10px 0px 15px 0px;
	text-align: center;
}

.price {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #3b341b;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
}

#footer {
	background-image: url(../images/common/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 35px;
	padding-top: 3px;
	text-align: center;
	clear: both;
}

#right_content {
	float: right;
	width: 345px;
}

/*	Image Styles  */

div.photo {
	float: left;
	background-image: url(../images/common/photo_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 8px;
}

div.photo img {
	border: 1px solid #aca68c;
	padding: 1px;
}
