
<style type="text/css">
* {text-decoration:none;font-family:"verdana";}

table { border-collapse:collapse;border-spacing:0px;border:0px; margin:0px;padding:0px; }
td { vertical-align: top;padding:0px; }

a:link {text-decoration: none;color: #eee}     /* unvisited link */
a:visited {text-decoration: none;color: #eee}  /* visited link */
a:hover {text-decoration: none;color: #ff6c11}   /* mouse over link */
a:active {text-decoration: none;color: #eee}   /* selected link */

a.imagelink:link {text-decoration: none;color: #222;}
a.imagelink:visited {text-decoration: none;color: #222;}
a.imagelink:hover {text-decoration: none;color: #ff6c11}
a.imagelink:active {text-decoration: none;color: #222;}

a:link { border-color: #222; } 
a:visited { border-color: #222; } 
a:active { border-color: #222; } 
a:hover { border-color: #ff6c11; } 
a:link img { border: 3px solid #222; } 
a:visited img { border: 3px solid #222; } 
a:active img { border: 3px solid #222; } 
a:hover img { border: 3px solid #ff6c11; } 

p {color:#eeeeee;padding:0px;margin:0px;}
h1 {font-size:20px;color:#eeeeee;padding:2px;margin:0px;font-family:"verdana";}
hr {width:600px}

invis {visibility: hidden;}

.mm {color:white;background-color:black;border-style:solid;border-width:1px;border-color:#555}
  
.genbig { font-size : 30px;font-family:"verdana";color:#eee;}  
.genmed { font-size : 17px;font-family:"verdana";color:#eee;}
.gensmall { font-size : 14px;font-family:"verdana";color:#eee; }
.gentiny { font-size : 10px;font-family:"verdana";color:#eee;}

#genbig { font-size : 30px;font-family:"verdana";color:#eee;}
#genmed { font-size : 17px;font-family:"verdana";color:#eee;}
#gensmall { font-size : 14px;font-family:"verdana";color:#eee;}
#gentiny { font-size : 10px;font-family:"Courier New";color:#eee;}

#skinnymed { font-size : 15px;font-family:"Tahoma";color:#eee;}


body {
	text-align:left ;
	background-color:#b1b1b1;  
	margin:0;
	padding:0;
	height:100%;	
}

#menu {
 margin: 0px;
}

#menu ul {
 margin: 0px;
 padding: 0px;
 text-align: center;
 list-style-type:none;
}

#menu ul li {
 display: inline;
 text-align: center;
 padding: 0px 10px;

}

#menu ul li a {

 font-weight: bold;
 text-decoration: none;
}



#page {
 width: 1024px;
 padding: 0 0px 0 0px;
 margin: 0px auto 0px auto;
}

#background {
 width: 1024px;
 background: transparent url("bg.jpg");
 float: left;
 }

#wrap {
 width:920px;
 margin:0px auto 0px auto;
}

#main {
 padding: 0px;
 min-height: 1500px;
 height:100%;
}

#mainleft {
 float: left;
 width: 110px;
 margin: 0px;
 padding: 0px;
 min-height: 2000px;
}

#mainright {
 float: right;
 width: 800px;
 margin: 0px;
 padding: 0px;
 min-height: 2000px;
}


#commentblock {
 text-align:left;
 width:500px;
}


	/* 
	dhtmlgoodies menu stuff - General styles for this example page */
	html{
		height:100%;
	}
	
	p{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;
		background-color: #FFF;
		padding-left:16px;
		padding-right:16px;
		padding-bottom:20px;	
	}
	
	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin-top:0px;	/* No indent */
		margin-left:14px;	/* No indent */
		margin-right:14px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:1px solid #000;
		background-color:#FFF;
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #000;
		background-color:#ff6c11;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #555;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #000;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:1px solid #fff;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#000;
		border:1px solid #000;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color:#E2EBED;
		border:1px solid #000;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}	
	
