body {
	font-size:		8pt;
	color:			#000;
	font-family:	Arial, sans-serif;
}




#section1, 
#section2, 
#section1headline, 
#section2headline {
	position: 			absolute;
    left: 				50%;
}


#section1
  { margin-left: 		-260px; 
    top: 				190px;
    width: 				240px;
    height: 			300px;
    border: 			1px solid #000;
    z-index: 			2;
    overflow:			auto;
  }

#section1headline
  { margin-left: 		-260px; 
    top: 				170px;
    width: 				240px;
    height: 			10px;
    z-index: 			1;
  }


#section2
  { margin-left: 		20px;
    top: 				190px;
    width: 				240px;
    height: 			300px;
    border: 			1px solid #000;
    padding:			3px;
    z-index: 			2;
    background-color: 	#fff;
    overflow: 			auto;
  }

#section2headline
  { margin-left: 		20px;
    top: 				170px;
    width: 				240px;
    height: 			30px;
    z-index: 			1;
  }


#pics
  { position: absolute;
    left: 50%; 
    margin-left: -260px;
    top: 535px;
    width: 520px;
    height: 160px;
    border: 1px solid #000;
    overflow: auto;
  }

#picsheadline
  { position: absolute;
    left: 50%; 
    margin-left: -260px;
    top: 515px;
    width: 200px;
    height: 20px;
  }


#pics_margin
  { margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }


#footer
  { position: absolute;
    left: 50%; 
    margin-left: -200px;
    top: 700px;
    width: 400px;
    height: 50px;
  }

  
.shoutbox {
margin:				3px; 
padding:			0px;
position:			relative; 
width:				215px; 
height:				auto; 
border:				1px solid #000; 
background-color:	#ddd; 
}


h1 {
padding:		3px;
margin:			0px;
font-size:		8pt;
font-weight:	normal;
}

h2 {
padding:		3px;
font-size:		10pt;
font-weight:	normal;
margin-bottom:	0px;
margin-top:	 	3px;
}



a:link { color: 000; }
a:hover { color: 000; }
a:visited { color: 000; }
a:active { color: 000; }

a.Info:link { color: c60; text-decoration: underline; }
a.Info:hover { color: c60; text-decoration: underline; }
a.Info:visited { color: c60; text-decoration: underline; }
a.Info:active { color: c60; text-decoration: underline; }


.textfield, 
.textfield_200,
.textarea { 
margin:				2px;
border-style: 		solid; 
border-width: 		1px;
border-color: 		#777; 
font-size:			8pt;
color:				#000;
background-color: 	#fff;
}

.textfield { width: 140px; height: 17px; }
.textfield_200 { width: 200px; height: 17px; }
.textarea { width: 210px; height: 110px; font-size:8pt; padding:2px; font-family:Arial, sans-serif; }

.submit { 
margin-left:		2px;
width: 				auto; 
height: 			18px; 
border:				1px solid #666;
font-size:			8pt;
color:				#000;
background-color: 	#ddd;
}

.bbcode { 
width: 				auto; 
height: 			16px; 
border:				1px solid #777;
font-size:			8pt;
color:				#000;
background-color: 	#ddd;
}