﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	font-family:"Myriad Pro","Bell Gothic Std";
	font-size:62.5%;
	color:#000;
	text-align:center;
	background-color:#000000;
	
}
   
#wrap {
	width:846px;	
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	background-color:#ffffff;
}

#header {
	width:596px;
	height:120px;
	background-image:url(../logo.png);
	float:left;
	}
	
#login {
	position:relative;
	width:250px;
	height:120px;
	margin-top: 0px;
	background-image:url(../inlog.png);
	background-repeat:no-repeat;
	float:right;
	 }

p	{
	margin:0px;
	padding:0px;
	}

#firstLayer {
	position:absolute;
	top:68px;
	left:112px;
	/*padding: 0px  110px;*/


	}	

#secondLayer2{
	position:absolute;
	top:93px;
	left:112px;
	  }	  
	 
	 

#menu {

float:right;
left: 0px;
top: -1px;

}

#menu dl {
	float: left;
	background-image: url(../divider.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#menu li {
display: inline;
}

#menu {
	width:846px;
	height:60px;
	position:relative;	
	font-family:"lucida console", Arial, Helvetica, sans-serif;	
	font-size: 160%;
	font-weight:normal;	
	/*background: url(divider.gif) no-repeat left	top ;*/
	}

div#menu a {
text-decoration: none;
color:#000000;
padding: 0 31px;
}



#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6 {
position:absolute;
left: 2px;
background:#e5a834;
font-size: 0.9em;
width: 836px;
margin-top:4px;
}

div#menu: hover{
color:#000000;
}







div#menu a:hover {
	color:#CC9F42;
	
}

div#menu a:focus {
color:#CC9F42;
}




#menu ul a:hover {
color:#000000;

}

#menu ul {
padding: 0 ;
margin: 0;
list-style: none;

}

#menu ul a{
line-height:1.5em;
padding: 0 30px;
color:#ffffff;
}


div#menu ul li ul{
display: none;
}

div#menu ul li ul a{
background:none;
padding: 0 10px;
position:absolute;

}


#main{
	width:846px;
	height:700px;
	background-image:url(chatback2.png);
	background-repeat:no-repeat;
	right:auto;
	}	
	


#chatarea {
width:700px;
padding-left:147px;

   
}


#postit{
position:absolute;
margin-top:300px;
margin-left:25%;
background-image:url(postit.png);
background-repeat: no-repeat;
width:166px;
height:201px;
	
}




	

#footer{
	width:846px;
	height:20px;
	background-image: url(../footer.png);
	position:relative;
	bottom:0px;	
}	


#footer p {
	font-size:1.5em;
	position:absolute;
	left: 15px;
	font-family: "Lucida Console";
	
		
	
		
}
a:link {
	text-decoration: none;
	color:#e6a934;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color:	#CCCCCC;
}
a:active {
	text-decoration: none;
}
#spacer {
	clear:both;
}
	   
   





#signInForm, #messageForm {
	margin:0px;
	margin-bottom:1px;
}
#userName {
	width: 150px;
	height: 22px;
	border: 1px teal solid;
	color:#e5ac34;
	float:left;
}
#signInButt {
	width: 60px;
	height: 22px;
}	
#signInName{
	font-family:Tahoma;
	font-size:13px;
	color:#000000;
}
#chatBox {
	font-family:tahoma;
	font-size:12px;
	color:black;
	border: 1px teal solid;
	height: 225px;
	width: 400px;
	overflow: scroll;
	float:left;
	

}
#usersOnLine{
	font-family:lucida console;
	font-size:12;
	color:#000000;
	border:1px teal solid;
	width:100px;
	height:225px;
	overflow:scroll;
	margin-left:45px;
	
	
	}
	
#nuonline{
color:#FF0000;
font-size:14px;
width:700px;
padding-right:170px;

}	

#message {
	width: 350px;
	height: 22px;
	border: 1px teal solid;
	float:left;
	margin-top:1px;
}
#send {
	width: 50px;
	height: 22px;
	float:left;
	margin:1px;
}
#serverRes{
	width:47px;
	height:19px;
	border: 1px teal solid;
	float:left;
	margin:1px;
}

