body{
 	background-color:#333;
	color:#222;
	font-family: sans-serif;
	font-size: 13px;
}

a{
	text-decoration:none;
	}
#container{
	margin:0 auto;
	width:700px;
        background: #fff url(/i/blue_shade.png) repeat-y;
}
#pagebody{
	float:left;
	margin:0;
	min-height:200px;
	width:700px;
        background: #fff url(/i/blue_shade.png) repeat-y;  
}
#content{
	width:510px;
	float:right;
	padding:10px;
}

/*navigation */
#nav{
	float:left;
	width:700px;
	background: url(/i/hori_orange.png) repeat-x;
}
#nav ul{
	float:right;
	white-space:nowrap;
	margin-bottom:1px;
}	
#nav li{
	float:left;
	display:block;
	border-left:1px #ffa500 dotted;
	background:#f1f77b url(/i/brown_tube.png) repeat-x;
}
#nav li:hover{
	#background:transparent;
}

#nav ul li a{
	display:block;
	color:#009;
	font-family:courier,sans-serif;
	font-size:14px;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
}
#nav ul li a:hover{
	color:#ff4500;
}
#subnav{
	width:150px;
	float:left;
	margin-top:25px;
}
#subnav li{
        color:white;
}
#header{
        height:100px;
	background: url(/i/chat_chat.jpg) no-repeat 100%;
}
h3{
	color:#f06900;
}
h2.header{
	margin-top:0;
	padding:18px;
	font-family:sans-serif;
	font-size:32px;
	color:#fff;
}
#color2{
                    font-family:sans-serif;
	font-size:32px;
	color:#ffa500;
}
/*p{
	width:500px;
}
*/
#footer{
	 background:url(/i/hori_orange.png) repeat-x;
	 border-bottom:1px #333 solid;
	 float:left;
	 width:700px;
	 color:#000;
}
#footer a{
	color:yellow;
	}
.copyright{
	padding-right:10px;
	text-align:right;
	font-size:10px;
	font-style:italic;
	color:#666;
}
#heading{
               font-size:15px;
               color:#ff4500; 
               font-weight:bold;
}

#subhead{
               font-size:13px;
               color:#ff4500; 
               
}










