html {
	background:#3f0e0e url(images/bgt.gif);
	color:#3f0f0d;
}

* {
	margin:0;
	padding:0;
}

#page-wrap {
	background:transparent url(images/bg.jpg) no-repeat top left;
	margin:0 auto;
	position:relative;
	width:787px;
}

h1 {
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
}

#navbar {
	height:35px;
	list-style:none;
	padding-top:179px;
	font-family:sans-serif;
	font-size:12px;
}

#navbar li {
	color:#fff;
	float:left;
	height:35px;
	line-height:35px;
	width:80px;
	text-align:center;
}

#navbar li a, #navbar li .selected {
	color:#fff;
	display:block;
	text-decoration:none;
}
#navbar li .selected {
	font-weight:bold;
}

#navbar li a:hover {
	background-color:#7a180d;
}

#content {
	padding:5px 15px;
	margin: 6px 0;
	width:757px;
	background-color: #f0eee2;
	position:relative;
	font-family:sans-serif;
	font-size:12px;
	line-height:18px;
	color:#373737;
	text-align:justify;
}

p{margin:10px 0}
h2{margin:10px 0;font-size: 22px;}

#footer {
	color:#d7cec4;
	font-family:tahoma,sans-serif;
	font-size:9px;
	height:15px;
	line-height:15px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

#tl,#tr,#bl,#br{
	background: #3f0e0e url(images/wc.gif);
	width:3px;
	height:3px;
	position:absolute;
}

#tl{top:0;left:0}
#tr{top:0;right:0;background-position:3px 0}
#bl{bottom:0;left:0;background-position:0 3px}
#br{bottom:0;right:0;background-position:3px 3px}

h3 {
	margin-top: 6px;
	font-weight: normal;
	font-style: italic;
}
.thumb{margin:3px 0 5px 0;border:1px solid #505050;padding:3px;background-color:#fff}
a:hover .thumb{border:1px solid #931c1e;background-color:#fff4f4}
.left-col{width:310px;float:left}
.right-col{width:435px;float:right}
br{clear:both}
.site-info{overflow:auto}
.site-info ul{
	list-style: none;
	margin-left:5px;
}
.site-info li{
	padding-left:12px;
	background: transparent url(images/bullet.gif) no-repeat 0px 6px;
}
.site-info {
	padding-bottom: 3px;
	border-bottom: 1px dotted #000;
}
.site-info.last {
	border-bottom-width: 0;
}

a{color:#7a180d;text-decoration:none}
a:hover{color:#931c1e;text-decoration:underline}