body{
	background: #baa36f url(../pix/checkers.gif) fixed;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#webstat{
	position: fixed;
	left: 5px;
	top: 550px;
}

#thelot{
	width: 930px;
	margin: 0 auto;
}

#side{
	width: 220px;
	float: right;
}

.add1{
	width: 190px;
	height: 150px;
	background: url(../pix/adds/add3.gif) no-repeat;
	padding: 5px;
	text-align: center;
	font-size: 9pt;
}

.add2{
	width: 190px;
	height: 150px;
	background: url(../pix/adds/add2.gif) no-repeat;
	padding: 5px;
	text-align: center;
	font-size: 9pt;
}

.add3 img{
	border: 1px solid #000000;
}

a{
	color: #ffffff;
}

a:hover{
	color: #baa36f;
}

.bandaren{
	background: url(../pix/menu/tab_bandaren.gif) no-repeat right bottom;
}

.forum{
	background: url(../pix/menu/tab_forum.gif) no-repeat right bottom;
}

.crew{
	background: url(../pix/menu/tab_crew.gif) no-repeat right bottom;
}

.contact{
	background: url(../pix/menu/tab_contact.gif) no-repeat right bottom;
}

.archive{
	background: url(../pix/menu/tab_info.gif) no-repeat right bottom;	
}

#menu{
	margin: 0 auto 0;
	padding: 10px 0 3px 0;
	width: 700px;
	font-family: "Lucida Console", sans-serif;
	font-size: small;
	text-transform: uppercase;
	text-align: right;
}

#menu ul{
	display: inline;
	margin: 0;
	padding: 0;
}

#menu li{
	display: inline;
	padding: 0 8px 2px 10px;
	margin: 0;
	text-align: left;
}

#menu a{
	color: #eddeb9;
	text-decoration: none;
}

#menu a:hover{
	color: #fcfacb;
}

#menu #active{
	color: #ffffff;
}

#menu #active a{
	color: #000000;
}

#page{
	width: 700px;
	height: 620px;
	border-right: 1px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 1px solid #000000;
	background-color: #baa36f;
	float: left;
}




/* default.htm */

#default_page{
	width: 700px;
	height: 620px;
	border-right: 1px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 1px solid #000000;
	background: #ffffff url(../pix/background.gif) no-repeat bottom right;
	float: left;
}

#top{
	background: #6b098f url(../pix/top_background.gif) repeat-x;
}

#logo{
	height: 109px;
	width: 700px;
	color: #ffffff;
}

.logo{
	float: left;
}

#logo h2{
	margin: 0;
	font-size: 22pt;
	font-family: "Lucida Console", san-serif;
}

#logo a{
	color: #ffffff;
	text-decoration: none;
}

#info{
	position: relative;
	top: 25px;
	background-color: #000000;
	float: right;
}

#stripeline{
	width: 700px;
	height: 18px;
	background: url(../pix/thick_line.gif) no-repeat center;
}

#current{
	width: 170px;
	height: 467px;
	background-color: #6b098f;
	float: left;
	border-right: 1px solid #000000;
	overflow: hidden;
	color: #000000;
	text-align: center;
}

#current_head{
	background-color: #000000;
	color: #6b098f;
	font-family: "Lucida Console", sans-serif;
	font-size: 12pt;
}

#current_issue{
	position: relative;
	z-index: 1;
	top: 10px;
}

#download_issue{
	position: relative;
	z-index: 2;
	bottom: 90px;
}

#adobereader{
	width: 170px;
	font-size: 6pt;
}

#ean{
	position: relative;
	top: 20px;
	width: 153px;
	height: 117px;
	background: url(../pix/ean.gif) no-repeat;
	text-align: center;
	font-family: "Lucida Console", sans-serif;
	font-size: small;
}

#eantext{
	position: relative;
	top: 75px;
	color: #000000;
}

#date_copy{
	position: relative;
	top: 90px;
	width: 170px;
}

#date{
	position: relative;
	top: 9px;
	background-color: #000000;
	font-size: 8pt;
	color: #6b098f;
}

#copyright{
	position: relative;
	top: 10px;
	font-size: 6pt;
	color: #000000;
}

#content p{
	font-size: 8pt;
}

#content h3{
	font-size: 10pt;
}

#newsletter{
	position: relative;
	width: 335px;
	float: left;
	padding-left: 5px;
}

#animation{
	width: 200px;
	height: 454px;
	background: url(../pix/animation.gif) no-repeat left center;
	position: absolute;
	top: 10px;
	left: 329px;
}

#teasers{
	position: relative;
	top: 10px;
	width: 529px;
	text-align: justify;
	float: left;
}
 
.tease_head{
	background-color: #6b098f;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
}

.page{
	background-color: #6b098f;
	color: #000000;
	font-size: 8pt;
}

.head{
	font-size: 10pt;
	font-weight: bold;
}

.teasers{
	opacity: 0.8;	
	filter: alpha(opacity=80);
	background-color: #fcfacb;
	padding-right: 5px;
	padding-left: 5px;
}

#middle{
	border-right: 1px dashed #000000;
	border-left: 1px dashed #000000;
	
}

/* contact.htm */

#form table{
	margin: 10px auto;
}

label{
	font-family: "Lucida Console", sans-serif;
	text-transform: uppercase;
	font-size: small;
	color: #fcfacb;
}

#contact_form fieldset{
	border: 0;
}

.input{
	background: url(../pix/contact/input_tab.gif) no-repeat;
	width: 200px;
	padding-top: 2px;
}

.input input{
	border: 1px solid #614c1d;
	border-left: 1px solid #a87000;
	border-top: 0;
	color: #614c1d;
	width: 180px;
	background-color: #fcfacb;
}

#contact_form .input select{
	color: #614c1d;
	width: 180px;
	background-color: #fcfacb;
}

#contact_form #spiral{
	padding-top: 13px;
	background: url(../pix/contact/spiral.gif) repeat-x left top;
	border-right: 1px solid #614c1d;
}

#contact_form textarea{
	background: #fcfacb url(../pix/contact/lined.gif);
	color: #614c1d;
	border-right: 0;
	border-left: 0;
	border-top: 1px solid #fcfacb;
	border-bottom: 1px solid #a87000;
}

#contact_form #text{
	background: #614c1d url(../pix/contact/message_tab.gif) no-repeat;
	padding-top: 2px;
}

#erase{
	background: #baa36f url(../pix/contact/erase.gif) no-repeat top;
	border: 0;
	width: 60px;
	height: 25px;
	margin-right: 14px;
}

#submit{
	background: url(../pix/contact/submit.gif) no-repeat top;
	border: 0;
	width: 60px;
	height: 25px;
}

#lineup{
	position: relative;
	bottom: 20px;
}

#subscribe{
	position: absolute;
	top: 320px;
	left: 41px;
	z-index: 3;
	font-family: "Lucida Console", sans-serif;
	font-size: 8pt;
	color: #000000;
}

.result{
	position: relative;
	bottom: 80px;
	text-align: center;
}





/* error.htm & ok.htm */

#block{
	position: relative;
	margin-top: -30px;
	overflow: hidden;
	width: 509px;
	height: 30px;
	background: url(../pix/contact/blank.gif);
	float: right;
}


#msgbox{
	position: relative;
	top: 100px;
	margin: 0 auto;
	width: 203px;
	height: 89px;
}

.error{
	background: url(../pix/contact/error_message.gif) no-repeat;
}

.thankyou{
	background: url(../pix/contact/ok_message.gif) no-repeat;
}

#okbutton{
	position: relative;
	top: 62px;
	text-align: center;
}

.ok{
	background: #baa36f url(../pix/contact/ok.gif) no-repeat top;
	border: 0;
	width: 60px;
	height: 25px;
}


 /* crew.htm */

#crew_pix table{
	margin: 0 auto;
}

#crew_pix td{
	padding: 0 15px 0 15px;
}

#crew_pix img{
	border: 0;
}

.notepad{
	width: 123px;
	height: 87px;
	background: url(../pix/crew/notepad.gif) no-repeat;
	font-family: "Lucida Console", sans-serif;
	font-size: 8pt;
}

.crewinfo{
	padding-top: 23px;
	line-height: 16px;
}

/* forum.htm */

iframe{
	margin-top: 10px;
	border: 0;
}