html {
/*background:url(http://cw.jameskahlin.com/background.gif) repeat;*/
background: #f0cb95;
font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}
#topx{
/*width: 322px;*/
	/*height:100px;*/
	/*background:url(background.gif) no-repeat;*/
	/*margin: 0 auto;*/
	
}
.pass{
color:red;
background-color:#CCC;
border:2px solid #000;
width:285px;
}
a {
   text-decoration:underline;
   font-weight:normal;
   
   
}

 a:link {color:#000;}
 a:visited {color:#000;}
 a:hover {color: red; text-decoration:underline;}
body {
	
	margin:0;
	padding:0;
	
	font-size:1.2em;
	/*font: x-small/1.2em verdana, arial, sans-serif;*/	
	/* thank-you IE5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
	text-align:center;
}
#con {
	width: 300px;   	
	\width: 300px; 		
	w\idth: 300px;		
	/*width: 40%;*/ 		
	

	margin: 10px;
	margin-left: auto;			
	margin-right: auto;			
	padding: 10px;/*10px*/
	background-color:#fff;
	voice-family: "\"}\""; /*Tantek IE 5.5 hack - http://www.tantek.com/CSS/Examples/boxmodelhack.html*/
	voice-family: inherit;
	border: 1px solid #819ebb;
text-align:center;

}
input {
	text-align:left;
	background-color:#CCC;
	border:2px solid #000;
	font-size:.9em;
}
textarea {
	text-align:left;
	background-color:#CCC;
	border:2px solid #000;
	font-size:.9em;
}
#footer{
width: 95%;
border: 1px solid #819ebb;
text-align:center;

}
.txt{

font-size: 70%; 
font-weight:normal;

}
img {
	border: 0px none;
}

/* Nav Bar */
.navbar {
margin-top : 1px;
margin-left : auto;/*25px*/
margin-right : auto;/*0px*/
width:290px;

/*margin-bottom:10px;*/
text-align:center;

}

.navbar ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}

.navbar li {
   display : block;
   float : left;
}

.navbar li a {
   color : #000;
   display : block;
   width : 68px;/*56px*/
   text-decoration : none;
   
   padding : 2px 0px;
background:url(http://pho.hddkillers.com/images/plan.jpg) no-repeat;
	border: 1px solid #FFF;
   /*border-left : 1px solid #000;
   border-bottom : 1px solid #000;
   border-top : 1px solid #000;
   border-right : 1px solid #000;*/
}

.navbar ul li a:hover {
   color : #000;
   background :  #d6dbe0;
}

.navbar a:active	{
   background : #9CB2B8;
   color : #000;
}
#header
{
margin-bottom:1.5em;

}
div>#header{ 
margin-bottom:3.2em;
}
.hide{
display:none;
}
.strike{
text-decoration: line-through;
}
.underline{
text-decoration: underline;
}