html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #544e38;
}

h1 {
	font-size: 20px;
}

h1.articleName {
	font-size: 18px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 18px;
}

h3, h2.articleThemeName {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

img {
	border: 0px;
}

img.border {
	border: 3px solid #544e38;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.vam {
	vertical-align: middle;
}

body {
	background: #fff;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
	position: relative;
	padding-top: 68px;
}

#body {
	background: url('../images/body_bg.gif') repeat-y;
	color: #fff;
	width: 100%;
}

#body-top {
	background: url('../images/body_top.gif') no-repeat top left;
	position: relative;
}

#body-bot {
	background: url('../images/body_bot.gif') no-repeat bottom left;
	padding-bottom: 15px;
}

#body-top-2 {
	position: absolute;
	top: 12px;
	left: 251px;
	width: 463px;
	height: 11px;
	background: url('../images/body_top_2.gif') no-repeat top left;
}

h1.logo {
	position: absolute;
	top: 36px;
	left: 13px;
	font-size: 26px;
	color: #3f3c2d;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

h1.logo img {
	vertical-align: middle;
}

h1 a {
	color: #3f3c2d;
	text-decoration: none;
}

#nav {
	position: absolute;
	top: 43px;
	left: 250px;
}

#nav a {
	background-image: url('../images/menu.gif');
	width: 90px;
	height: 19px;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	padding-top: 6px;
	text-decoration: none;
	color: #e9e4d0;
	font-weight: bolder;
}

#nav a.active {
	color: #fff;
}

#nav a:hover {
	color: #544e38;
}

#body-bot {
	padding-top: 12px;
}

#left {
	float: left;
	background: url('../images/left_top.gif') no-repeat;
	width: 209px;
	padding: 11px;
	margin-left: 13px;
}

#left a {
	color: #f2f7f8;
}

#left a:hover {
	color: #cfccbf;
}

#left h2 {
	text-align: center;
	color: #ceb085;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#left p {
	margin: 0 0 3px;
}

#left p.right {
	float: none;
	text-align: right;
}

#banner {
	width: 120px;
	margin: 45px auto;
}

#content {
	float: right;
	width: 439px;
	margin-right: 14px;
	padding: 11px 12px;
	color: #686454;
}

#content h2.right {
	text-align: right;
}

#content a {
	color: #5a5644;
}

#content a:hover {
	color: #26241a;
}

#content a.dotted {
	text-decoration: none;
	border-bottom: 1px dotted #5a5644;
}

#content p {
	margin: 0 0 6px;
}

#content p.right {
	float: none;
	text-align: right;
}

#content p.center {
	text-align: center;
}

#content p.preview {
	margin: 3px 0 6px 120px;
}

#bb {
	width: 728px;
	height: 90px;
	margin: 15px auto -15px;
}

#footer {
	font-size: 10px;
	color: #4e4a3a;
	text-align: right;
	margin-right: 15px;
}

#footer p {
	margin-top: 0.5em;
}

#footer a {
	color: #4e4a3a;
}

div.overlay {
    display: none;
    background-image: url('../images/overlay/white.png');
    height: 400px;
    padding: 35px;
}

div.overlay img {
	display: block;
}

div.overlay div.close {
    background-image: url('../images/overlay/close.png');
    position: absolute;
    right: 11px;
    top: 14px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}
