html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	margin: 0;
	/*background: black;*/
	color: #333;
	background-image:url('/img/background.png');
	background-repeat:repeat;	
}
#verticalspacer{
	width: 956px;
	height: 50px;
	margin:0 auto;		
}
#page{
	width: 956px;
	height: 525px;
	margin:0 auto;	
}
#barseparator{
	width: 3px;
	height: 525px;
	background-image:url('/img/separator.png');
	background-repeat:repeat-y;		
	float: left;
}
#pagecontent{
	width: 550px;
	height: 525px;
	float: left;
}
#menu{
	width: 350px;
	height: 525px;
	float: left;	
}
#separator{
	width: 25px;
	height: 525px;
	float: left;		
}
.menu{
	margin-top:10px;
	border: 0;	
}
.singleimg{
	border: 1px solid white;
}
img{
	border: 0;
}
.label {color:white; font-family: Tahoma; font-size: 9pt;}
.labelspaced {color:white; font-family: Tahoma; font-size: 9pt;  line-height: 200%; }
.labelbold {color:white;}  

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            white;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            white;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color:            white;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      bold;
  color: 				white;
  }
h2{
 	color: white;
}
