html {
	height: 100%;

}


body { 
	background: #000;
	margin: 0;
	font-family: Verdana;
	font-size: 10pt;
}

a {
	color: #a61616;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position:relative;
	margin: 0 auto;
	width: 90%;
	background: #000;
/*	border-color: #000;
	border-style: solid;
	border-width: 2px; 
	border-right-width: 3px; 
	border-left-width: 3px;  */

}

#header {
	width: 100%;
	background: #000;
	height: 120px;
}


#img-compass {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/compass.jpg) no-repeat;
	width: 126px;
	height: 120px;
	z-index: 2;
}

#img-curve {
	position: absolute;
	top: 76px;
	left: 135px;
	background: url(images/curve.jpg) no-repeat;
	width: 433px;
	height: 110px;
visibility: hidden;
}

#anim {
	position: absolute;
	top: 0px;
	right: 0;
	background: url(images/candle.jpg) no-repeat right;
	width: 227px;
	height: 117px;
	font: italic 12px Century Gothic;
	color: #FFF;
	text-align: justify;
	padding-right: 20px;
}

#img-title {
	position: absolute;
	top: 20px;
	left: 100px;
	background: url(images/title.gif) no-repeat;
	width: 350px;
	height: 78px;
	z-index: 2;
}

#mainWin {

}

.menu { 
	background: #f2d328;
	z-index: 1;
	width: 120px;
	vertical-align: top;
}

#menu-cont {
	position: absolute;
	left: -20px;
	top: 150px;
	width: 141px;
	border-top: #000 1px solid;
}

#menu-cont ul { list-style-type: none; margin: 0; padding: 0;}

#menu-cont li {
	width: 132px;
	line-height: 16px;
	background: #ffe99d url(images/button-on.jpg) no-repeat right center;
	font: bold 13px Century Gothic;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: #000 1px solid;
}

#menu-cont a {

}

.content {
	background: #fffaeb;
	width: 100%;
	vertical-align: top;
}

.content h2 {
		text-align: right;
		margin-top: 0;
		border-bottom: #000 2px solid;

}

.content input {
		border: #a61616 1px solid;
		margin: 2px;
		padding: 2px;
		background: transparent;
		width: 120px;
		font: bold 10px Verdana;

}

.content textarea {
		border: #a61616 1px solid;
		margin: 2px;
		padding: 2px;
		background: transparent;
		width: 256px;
		font: bold 10px Verdana;
}

.indexText {

	list-style-image: url(images/list-img.gif); 
}

.indexText li {
	margin: 6px;
}


.content .main {
	/* background: url(images/border-bg.gif) repeat-y; 
	background-position: top right; */
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;

}


.content .fLeft {
	width: 46%; 
	float: left;
	text-align: justify;

}

.content .fRight {
	width: 46%; 
	float: right;
	text-align: justify;
	background: #fffaeb;
}

.content .fLeft:first-letter {
	font-size: 14pt;
}

.content .fRight:first-letter {
	font-size: 14pt;
}


.sidebar {

/*	float: right; */
	height: 100%;
	vertical-align: top;
	font-size: 8pt;
	border: #FFF 2px solid;
	border-left: #000 0px solid;
	padding-left: 10px;
	padding-top: 10px;
	background: #FFF;
}


.sidebar form {
	text-align: center;
}


.sidebar div {
	margin-bottom: 15px;
}


.sidebar h3 {
	font-size: 9pt;
	margin: 3px;
	text-align: center;
}



.sidebar input.text {
	font-size: 7pt;
	width: 110px;
	background: #A0A0A0;
	color: #FFF;
	border: #000 1px solid;
	margin-top: 2px;
	padding-left: 2px;
	
}

#bottom-border {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	height: 23px;
	background: url(images/bottom-bg.gif) no-repeat;
	clear: both;
}
	
	
#footer {
	position: absolute;
	bottom: 0;
	left: 0
	width: 100%;
	height: 31px;
/*	background: url(images/footer.gif) no-repeat; */
	text-align: center;
	font-size: 8pt;
	word-spacing: 20px;
	line-height: 25px;
	font-weight: bold;
	clear: both;

}