body {
	background: url(images/bg.png) no-repeat -100px 0px rgb(0,0,0);
	font-family: sans-serif;
	color: rgb(200,200,200);
	}


.submenu{
	position: relative; 
	display: block;
	background: url("images/90black.png");
	font-size: 10pt;
	border-left: solid rgb(50,50,50) 1px;
	border-right: solid rgb(50,50,50) 1px;
	max-height: 400px;
  
	}

.submenuouter{
	position: absolute;
	top: -5px;
	display: none;
	overflow: hidden;
	z-index: 90;
	 -moz-box-shadow: 2px 4px 60px #000; /* FF3.5+ */
  -webkit-box-shadow: 2px 4px 60px #000; /* Saf3.0+, Chrome */
          box-shadow: 2px 4px 60px #000; /* Opera 10.5, IE 9.0 */
              filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=4px, Color='#000000'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=4px, Color='#000000')"; /* IE8 */
  
	
	}
	
.submenuouter a{
	overflow: auto;
	}
	

.submenutop{
	height:53px; 
	background:url("images/submtop.png") 0px 28px no-repeat; 
	width: 165px; 
	position:relative;	
	z-index: -1;
	}
	
.submenubottom{
	height:20px;
	border: solid rgb(50,50,50) 1px;
	border-top:none;
	background: url("images/90black.png"); 
	width: 163px; 
	position:relative;
	z-index: 93;
	}



table td {	font-family: sans-serif;
	color: rgb(200,200,200);
	}

#navbar{
	padding: 0px 15px 0px 13px;
	margin: 0px 100px;
	
	}
#navbar li{ 
	position: relative;
	top: -3px;
	float: left;
	display: block;
	width: 163px;
	margin: 0px 1px 0px 1px;
	}

#navbar li a{
	position: relative;
	display: block;
	width: 123px;
	padding: 5px 20px;
	margin: 0px 0px 0px 0px;
	font-family: sans-serif;
	text-align: center;
	z-index: 92;
}


#submenuitem{
	width: 123px !important;
	padding: 5px;
	color: rgb(100,100,100);

}


#navbar li:hover{
	color: rgb(200,200,200);
	cursor: pointer;
	background: url("images/navlibg.png") repeat-x;
	}

#outer{
	overflow: visable;
	position: relative;
	width: 1100px;
	height: 600px;
	margin: auto;
	}
	
#page{
	background: url("images/pagebg.png") no-repeat -75px 0px;
	width: 1100px;
	display: block;
	padding: 30px 0px 0px 0px;
	}	
	
	
#background{
	background: url("images/outer.png") no-repeat;
	width: 1400px;
	height: 800px;
	position: absolute;
	left: -175px;
	z-index: -1;
	
	}	
	
	
#header{
	background:url(images/header.png) no-repeat;
	width: 1050px;
	height: 100px;
	margin: auto;
	}
	
#content{
	background:;
	width: 1000px;
	min-height: 500px;
	margin: auto;
	padding: 50px 50px 100px 50px;
	color: rgb(200,200,200);
	font-family: sans-serif;
	}
	
#footer{
	width: 1020px;
	margin: 0px 150px;
	padding: 20px 40px; 
	color: rgb(150,150,150);
	font-family: sans-serif;
	}

#footer li{
	display: inline;
	padding: 0px 25px;
	}

#footer ul{
	margin: auto;
	display: block;
	}

.footer{
	font-size: 10pt;
	}

.footer:hover{
	color:  rgb(255,255,255);
	cursor: pointer;
	
	}
	
.title{
	color: rgb(240,240,240);
	font-size: 20pt;
	margin: 0px 0px 20px 20px;
	}

.date{
	color: rgb(100,100,100);
	font-size: 11pt;
	text-decoration: none;
	}
	
.text{
	color: rgb(200,200,200);
	font-size: 12pt;
	padding: 0px 40px;
	}

.button{
	display:block;
	width: 20px;
	height: 20px;
	float: right;
	margin: 5px;
	cursor: pointer;
	}
.spacer{
	margin: 50px;
	border-bottom: solid rgb(30,30,30) 1px;
	}
	
input[type=text]{
	background: rgb(20,20,20);
	color: rgb(240,240,240);
	border: solid rgb(100,100,100) 1px;
	margin: 5px;
	width: 300px;
	padding: 3px;
	}
input[id=discription]{
	width: 500px;
	background: rgb(20,20,20);
	color: rgb(200,200,200);
	font-size: 12pt;
	border: solid rgb(100,100,100) 1px;
	margin: 5px;
	}

.inputtext{
	float: right;
	padding: 10px;
	color: rgb(200,200,200);
	}

.link{
	margin: 5px;
	cursor: pointer;
	color: rgb(100,100,100);
	}

.link:hover{
	color: rgb(250,250,250);
	text-decoration: underline;
	}
	
.cover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;


	background: rgb(10,10,10);
	width: 100%;
	height: 200%;
	display: block;
	z-index: 3;
	position:absolute;
	top:0px;
	left: 0px;
	}
	
.dialogborder{
	background: black url("images/dialoghighlight.png") no-repeat;
	padding:10px;
	position:absolute;
	top: 200px;
	left: 35%;
	z-index: 4;
	padding: 10px;
	}	
	
.dialog{
	width: 400px;
	background: black url("images/dialoghighlight.png") no-repeat 0px -10px;
	border: solid 1px rgb(30,30,30);
	padding: 20px 20px 70px 20px;
	}

.dialog .date{
	float: right;
	}
	
textarea{
	width: 360px;
	height: 100px;
	background: rgb(10,10,10) url("images/dialoghighlight.png") no-repeat -40px -20px;
	color: rgb(240,240,240);
	border: solid 1px rgb(100,100,100);
	padding: 5px;
	margin:15px 15px 15px 15px;
	}
	
.dialogbutton{
	background: rgb(20,20,20)  url("images/dialoghighlight.png") no-repeat -150px -30px;
	margin:10px;
	padding: 10px;
	color: rgb(100,100,100);
	width:100px;
	float: right;
	cursor: pointer;
	text-align:center;
	}
.dialogbutton:hover{
	background: rgb(40,40,40)  url("images/dialoghighlight.png") no-repeat -150px -30px;
	color: rgb(150,150,150);
	}

a{
	cursor: pointer;
	color: rgb(100,100,100);
	text-decoration: none;
	}
a:hover{
	cursor: pointer;
	color: rgb(255,255,255);
	}

#oldman{
	width: 50px;
	height: 20px;
	display: block;
	position: absolute;
	top: 25px;
	left: 270px;
	z-index: 99;
	}

#floatclearfix{
	overflow: hidden;
	}
	
.subheading{
	font-size: 1.5em;
	overflow: hidden;
	}

.email{
	display:inline;
	padding: 0px 20px;
	}

.indent{
	padding: 20px;
	}