* html #outer-wrapper {
	height: 1%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	text-align: center;
	color: #4B1A07;
	background: #F6E7C6;
}

.clear { 
	clear: both;
	line-height: 1px;
}

/* LINKS */

a:link {
	color: #4B1A07;
	text-decoration: none;
}

a:visited {
	color: #4B1A07;
	text-decoration: none;
}

a:hover {
	color: #8C1920;
	text-decoration: none;
}

a:active {
	color: #8C1920;
	text-decoration: none;
}

#top-bkg {
	background-image: url(images/bkg1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:	center;
}

#outer-wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font: normal normal 8pt Verdana, sans-serif;
	background: #F6E7C6 url(images/bkg2.jpg) repeat-y;
}

#header-wrapper {
	width: 1000px;
	height: 275px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content-wrapper {
	width: 891px;
	margin: 0 auto;
	text-align: center;
}

#main-wrapper {
	width: 668px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: left;
}

#main-content {
	padding: 10px 10px 0px 10px;
	text-align: justify;
}

.inner-content {
	padding: 10px 10px 10px 10px;
}

#right-sidebar-wrapper {
	width: 222px;
	padding: 0;
	margin: 0;
	float: right;
}

#right-sidebar-content {
	padding: 10px 10px 0px 10px;
	text-align: justify;
}

#footer-wrapper-bg {
	width: 1000px;
	height: 230px;
	margin: 0 auto;
	text-align: center;
	background: url(images/bkgf_bg.jpg) no-repeat;
}

#footer-wrapper-en {
	width: 1000px;
	height: 230px;
	margin: 0 auto;
	text-align: center;
	background: url(images/bkgf_en.jpg) no-repeat;
}

#footer-content { 
	width: 891px;
	margin: 0 auto;
	position: relative;
	top: 40px;
	left: 5px;
}

#webmaster { 
	clear: both;
	font-size: 7pt;
	text-align: left;
	color: #F6E7C6;
	position: relative;
	top: 30px;
}

#f1 {
	float: left;
	width: 190px;
	position: relative;
	left: 12px;
}

#f2 {
	float: left;
	width: 190px;
	position: relative;
	left: 47px;
}

#f3 {
	float: left;
	width: 190px;
	position: relative;
	left: 82px;
}

#f4 {
	float: left;
	width: 190px;
	position: relative;
	left: 118px;
}

.catname {
	font-weight: bolder;
	color: #920000;
}

.title {
	font-weight: bolder; 
	font-size: 9pt
}

.ftitle {
	color: #BB1920;
	font-size: 10pt;
	font-weight: bolder;
	font-style: italic;
	text-align: left;
}

.ftxt {
	height: 78px;
	position: relative;
	top: 10px;
	text-align: justify;
}

.flink {
	text-align: right;
	padding-right: 15px;
}

p {
	margin: 0;
	font: normal normal 8pt Verdana, sans-serif;
	line-height: 1.5em;
}

.txt {
	text-align: justify;
	line-height: 1.5em;
}

.forms {
	font: normal normal 8pt Verdana, sans-serif;
	color: #696969;
	background-color: #F9F9EF; 
	border: 1px #696969 solid;
}

.button {
	font-size: 7pt;
}

.image {
	border: 1px #8B8B8B solid;
}

.whitelink {
	color: #FFFFFF;
}

a.whitelink, a.whitelink:link, a.whitelink:visited {
	color: #FFFFFF;
    text-decoration: none;
}

a.whitelink:hover, a.whitelink:active {
	color: #FFFFFF;
    text-decoration: underline;
}