@charset "UTF-8";
/* CSS Document */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, span, a, table, td, form, img, textarea, input, hr
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}


body
{
	background: #161616;
	background-image: url("../gfx/bg_pattern.gif");
	font-size: 100.01%;
	text-align: center;
	overflow: auto;
	padding: 2%;
	color: #010101;
}


a
{
	font-size: 1em;
}


a:link, a:visited
{
	color: #010101;
	text-decoration: none;
}


a:hover, a:active
{
	color: #010101;
	text-decoration: underline;
}


form br
{
	clear: left;
}


input, select
{
	font-size: 0.6em;
	display: block;
	float: left;
	margin-top: 0;
}


input
{
	width: 9em;
}


select
{
	width: 10em;
}


input.submit
{
	float: left;
	margin: 0.5em 0 0 2em;
	width: auto;
}


table
{
	border: thin solid;
	border-collapse: collapse;
}


tr
{
	border: thin solid;
}


th
{
	padding: 5px;
	border: thin solid;
}


td
{
	border: thin solid;
	padding: 5px;
}


table ol
{
	padding-left: 30px;	
}


#container
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


#header
{
	background: url("../gfx/header.jpg") no-repeat; 
	width: 800px;
	height: 100px;
}


#header h1
{
	display: none;
}


#contentBg
{
	background: #f5f5f5; 
	width: 800px;
}


#content
{
	padding: 10px 40px;
	min-height: 20em;
}


#content ul
{
	padding-left: 15px;
	padding-top: 6px;	
}


#content h4
{
	margin-bottom: 5px;
}


#content a:link, #content a:visited
{
	text-decoration: underline;
}


#footer
{
	background:  url("../gfx/menu_bg.gif") repeat-x;
	clear: both;
	width: 800px;
	height: 24px;
	position: relative;
}


#footer p
{
	margin-top: 5px;
	text-align: center;
	font-size: 0.65em;
	color: #fafafa;
}


#footer .right
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 10px 0 0;
}


#naviBg
{
	background:  url("../gfx/menu_bg.gif") repeat-x;
	width: 800px;
	height: 26px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #696f75;
}


.pagetitle
{
	padding-top: 1.5em;
	padding-left: 30px;
	color: #282a32;
	font-weight: bold;
	font-size: 1.2em;
}


/*shadow-styles for images*/

div.shadow 
{
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}


div.shadow img 
{
  padding: 5px 5px 9px 5px;
  background: white url("../gfx/shad_bottom.gif") repeat-x bottom left;
}


div.shadow div.topleft 
{
  width: 2px;
  height: 4px;
  background: url("../gfx/shad_tlcorner.gif") no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}


div.shadow div.topright 
{
  width: 2px;
  height: 4px;
  background: url("../gfx/shad_trcorner.gif") no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}


div.shadow div.bottomleft 
{
  width: 4px;
  height: 4px;
  background: url("../gfx/shad_blcorner.gif") no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}


div.shadow div.bottomright 
{
  width: 4px;
  height: 4px;
  background: url("../gfx/shad_brcorner.gif") no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}


br.clear 
{
  clear: both;
  height: 0;
  line-height: 0px;
}


/*position-styles for float left or right*/

div.floatleft
{
	float: left;	
}


div.floatright
{
	float: right;
	margin-right: 60px;	
}


div.rsndplayer
{
	float: right;
	margin-top: 5px;
	margin-right: 83px;	
}


div.lsndplayer
{
	margin-top: 5px;
	float: left;	
}


div.floatabout
{
	padding: 5px 0px 0px 0px;
}


div.floatabout p
{
	padding-left: 330px;
}


/*guestbook styles*/
.gbentry
{
	min-width: 100px;	
}


.gbheader
{
	background: #d7d7e0;
	border: solid 1px #696f75;
	margin-top : 10px;
	min-height: 20px;
}


.gbheader h1
{
	font-size : 0.9em;
	padding: 0px 0 0px 5px;
	float:left;
}


.gbheader h2
{
	font-size: 0.8em;
	padding: 0px 0 0px 5px;
	margin-left: 600px;
}


.gbentry p
{
	background: #f1f1f1;
	border-left: solid 1px #696f75;	
	border-right: solid 1px #696f75;
	border-bottom: solid 8px #696f75;
	padding: 5px 0 5px 5px;
}


.gbheader
{
	background: #d7d7e0;
	border: solid 1px #696f75;
	padding: 5px 0 0px 5px;
}


.gbheader a
{
	font-weight : bold;	
	font-size: 0.93em;
}


.newpost
{
	padding: 1em;
	background: #f1f1f1;
	border-top: 1px solid #696f75;
	border-left: 1px solid #696f75;
	border-right: 1px solid #696f75;
	border-bottom: 8px solid #696f75;
	margin-bottom: 0.7em;
	padding-bottom: 20px;
}


.newpost label
{
	font-size: 0.7em;
	display: block;
	float: left;
	width: 7em;
	text-align: right; 
	padding-right: 0.7em;
	padding-top: 0.3em;
	margin-top: 5px;
}


.newpost input, .registration select
{
	width: 15em;
}


.newpost input.submit
{
	float: right;
	width: auto;
}


.newpost h4
{
	margin-bottom: 1em;
	text-align: center;
}

/*
#container .shadow 
{	//background: #b4afa3;	//padding: 0 1px;//	border-left: 1px solid #dcd7c8;//	border-right: 1px solid #dcd7c8;}
*/




/*
#content a:hover, a:active
{
	color: #000000;
	text-decoration: underline;
}
*/


