

@charset "UTF-8";
/* CSS Document */




/* basic elements */




div.header	{
			position: absolute;
                        top: 0px;
                        left: 20px; }		

div.title	{
			position: absolute;
                        top: 30px;
                        left: 20px; }		
			



div.menu	{
			position: absolute;
                        width: 0px;
                        top: 100px;
                        left: 0px; 

	}		
			
	
	body {
	background-color: #101010;
	color: #fff;
font-size: 10px;
	font-family: geneva, arial, sans-serif;
	letter-spacing: 0px;
}

div.nav	{
	
    position: absolute;
    top: 26px;
    left: 33px; 
;
    }

div.body	{
	
	position: absolute;
    top: 155px;
    left: 40px; 
	width: 470px;
	text-decoration: none;
	text-color: #fff;
	font: 10px "Geneva", helvetica, arial, sans-serif;
	line-height:14px;

			
			}
			
			div.random { 
position: relative; 
top: 30px; 
width: 25px; }
		
a:link 
{
	font-family: geneva, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f7f7f7;
	text-decoration: none;	
	letter-spacing: 0px;
}
a:active { text-decoration: none; }
a:visited 
{
	font-family: geneva, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f7f7f7;
	text-decoration: none
	letter-spacing: 0px;
}
a:hover 
{
    font-family: geneva, arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #c0c0c0;
	text-decoration: none;
	background-color: #846324;
	letter-spacing: 0px;
}


		
	div#sidebar { 
position: fixed;
top: 194px;
width: 250px;
left: 446px; }

div#sidebar ul { list-style: none; }


input.send-btn {
width: 80px;
height: 25px;
color: #fff;
background: #846324;
outline: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px; 
}

div.header {
position: fixed;
		top: 44px;
left: 32px;
		height:auto;
		min-height:101px !important;
		overflow: hidden;
		margin-bottom: 9px;
		padding: 21px 20px 1px 8px;
		font-size: 10px;
z-index: 4;
	}
