body
{
	background-color:black;
 	color:white;
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:Tahoma,Verdana,Lucida;
	font-size:small;
	

}

a:link {
	
	text-decoration:none;
	color:white;
}

a:visited {
	
	text-decoration:none;
	color:white;
}

a:active {

	text-decoration:none;
	color:white;
}

a:hover {
	
	text-decoration:none;
	color:white;
}


img {
	border: none;
}



b
{
	font-size: 110%;
}

em
{
	color: red;
}

#wrapper
{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#top
{
	/*height: 237px; Height of top section*/
      
}




#top hr
{
	background-color:#FF0059;
	color:#FF0059;
	height:4px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
}




#top-photo
{
	/*background-repeat:no-repeat;*/
	/*background-image:url("top.jpg");*/
	height:233px;
	
}




.suckertreemenu
{
	margin-left:300px;
	margin-top:10px;
	font-family:arial black;
	}

#content
{

	float: left;
	width: 100%;
	margin-top:100px;
	margin-bottom:100px;
	
}

#content-left-col
{
	margin-right: 250px; /*Set right margin to RightColumnWidth*/
	padding-right:50px;
	padding-left:50px;
}




#content-left-col a
{
	color:#FFFB9E;
	text-decoration: none;


}


#content-left-col a:hover
{
/*	color:lightblue;*/
	color:#FF3D70;
	text-decoration: underline;


}


#content-right-col
{	margin-top:100px;
	margin-bottom:100px;
	float: left;
	width: 250px; /*Width of right column*/
	margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
	
}



#content-right-col a
{	
	color:#FFFB9E;
	
	
}


#content-right-col a:hover
{	
	/*	color:lightblue;*/
	color:#FF3D70;
	text-decoration: underline;

	
	
}



#content-right-col ul
{
 
       margin-left:6px;
       padding:2px;
       margin-top:0px;

}

#content-right-col ul li
{
       margin-left:6px;
       padding:2px;
}

#content-right-col h1
{
       font-size: 110%;
       padding:0px;
       

}




#footer
{
       clear: left;
       width: 100%;
       background: black;
       color: #FFF;
       text-align: center;
       padding: 4px 0;
}



#footer a
{

color:#FFFB9E;

}

#footer a:hover
{
       text-decoration: underline;    
       /*	color:lightblue;*/
	color:#FF3D70;
}



#footer hr
{	color:#FF0059;
	background-color:#FF0059;
	height:4px;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:none;
}


.innertube
{
        margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
        margin-top: 0;
}


