html, body
{
    font-family: Verdana;
	font-weight: bold;
    margin: 0;
    padding: 0;
    background-color: #e4e4e4;
	text-align: justify;
}

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

img
{
	border: 0;
}

#bigwrapper
{
    width: 1024px;
	height: 768px;
    margin: auto;
	background-image: url(../img/site/bg1.jpg)
}

#content
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	width: 635px;
	height: 320px;
	margin-top: 260px;
	margin-left: 240px;
	overflow-x: hidden;
	padding-right: 15px;
	text-align: left;
	overflow:hidden;
}

.pagetitle
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	margin-top: 235px;
	margin-left: 240px;
	overflow-x: hidden;
}

#imagebar
{
	width: 498px;
	height: 145px;
	margin: auto;
	margin-top: 500px;
	margin-left: 240px;
	position: absolute;
	font-size: 12px;
	overflow-x: hidden;
	overflow: hidden;
	overflow-y:hidden;
	top: -4px;
}

#imagebar1
{
	width: 498px;
	height: 145px;
	margin: auto;
	margin-top: 113px;
	margin-left: 3px;
	position: absolute;
	font-size: 12px;
	overflow-x: hidden;
}

.allowoverflow
{
	overflow-y: hidden;
	overflow-x:hidden
}

#menu
{
	position: absolute;
	margin-top: 260px;
	margin-left: 36px;
	text-align: left;
	width: 110px;
	height: 210px;
	overflow-x: hidden;
}

.menuitem
{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	width: 110px;
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: 5px;
	overflow-x: hidden;
}
.menucurrent
{
	color: #c5c2b9;
	font-size: 14px;
	font-family: Verdana;

.menuitem1
{
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 9px;
	text-align: right;
	width: 110px;
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: 5px;
}

.menucurrent1
{
	color: #c5c2b9;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

#prevBtn, #nextBtn
{ 
	display:none;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
}	

#nextBtn
{ 
	left:500px;
}

