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

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

img
{
	border: 0;
}


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

#content
{
	color: #b3a068;
	font-size: 10pt;
	position: absolute;
	width: 600px;
	height: 400px;
	margin-top: 215px;
	margin-left: 294px;
	overflow-x: hidden;
	padding-right: 15px;
	scrollbar-face-color: #1F1B0F;
	scrollbar-highlight-color: #080202;
	scrollbar-shadow-color: #080202;
	scrollbar-3dlight-color: #080202;
	scrollbar-arrow-color: #080202;
	scrollbar-track-color: #080202;
	scrollbar-darkshadow-color: #080202;
}

.nooverflow
{
	overflow: hidden;
}

.allowoverflow
{
	overflow-y: scroll;
}

#menu
{
	position: absolute;
	margin-top: 265px;
	margin-left: 130px;
	width: 80px;
	height: 210px;
}

.menuitem
{
	font-family: Verdana;
	color: #b2a166;
	font-size: 10pt;
	text-align: right;
	width: 80px;
	float: left;
	clear: left;
	font-weight: bold;
	margin-bottom: 5px;
}

.menucurrent
{
	color: #c5c2b9;
}

#slider{}	
#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li
{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:600px;
	height:400px;
	overflow:hidden; 
}

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

#nextBtn
{ 
	left:500px;
}

.emailinput
{
	position: absolute;
	margin-top: 375px;
	width: 420px;
    background-color: #312316;
    border: 2px solid #b3a068;
    font-weight: bold;
    font-size: 12px;
	height: 18px;
	color: #b3a068;
}

.sendemail
{
	position: absolute;
	margin-top: 375px;
	margin-left: 435px;
}	

.afterwork
{
	margin-top: 30px;
}