body 
{
	height:100%;
        text-align: center;
        padding: 0px;
        margin: 0px;
        font:normal 11px sans-serif;
        color: #8c8c8c;
	background: #1b1b1b url(pics/bg.png) top center repeat-y;
}

a:link { color:	#8c8c8c; }
a:active { color: #8c8c8c; }
a:visited { color: #8c8c8c; }
a:hover { color: #8c8c8c; }

img {
	border: 0px;
}

#main 
{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;

	background-image: url(pics/header.png);
	background-repeat: no-repeat;
	background-position: top center;

	width: 700px;
}

#time 
{
        position: relative;
        width:300px;
        top: 18px;
        left: 363px;

        text-align: right;

        font-size: 10px;
	color: #626262;
}

#topmenu
{
	position:relative;
	top: 71px; 
	left: 55px;

	font:normal 10px sans-serif;

        text-align: left;
	text-transform: uppercase;
}

	#topmenu ul
	{
                margin: 0;
                padding: 0;

		list-style-type: none;
		white-space: nowrap;
	}

	#topmenu li
	{
		display: inline;
		margin: 0px;
		padding: 0px;
	}

		#topmenu li a
		{
			text-decoration: none;
			font-weight: bold;
			padding: 6px 0.9em;
			color: #9C9C9C;
			/* background-color: #121212; */
			border: 1px solid #363636;
			border-bottom-width: 1px;
			background-color: #222222;
		}

			div#topmenu li a:hover
			{
				color: #CFCFCF;
			}

		#topmenu li#activelink a
		{
			padding-bottom: 7px;

			background-color: #363636;
			border-bottom: 0px solid #363636;
			color: #9FB6CD;
		}

#submenu
{
        position:relative;
        top: 80px;
        left: 55px;
	height: 200px;
        font:normal 11px sans-serif;

        text-align: left;
        text-transform: uppercase;
}

                #submenu a#activemenu
                {
                        color: #9f0c0c;
                }


#content 
{
	text-align: left;
        position:relative;
	top: 0px;
        left: 60px;
	padding-bottom: 20px;
	width: 590px;
}
/*
	#content h3 
	{
		background-color: #363636;
		padding: 3px;
		text-align: left;
		font-weight:  bolder;
		font-size: 11px;
		text-transform: uppercase;
		color: green
	}

*/
        #content h3
        {
                font-weight:  bold;
		text-transform: uppercase;
                color: #e7e7e7;
		font-size: 20px;
        }


                #content h3 a
                {
                        color: #e7e7e7;
                }

	#content h4 
	{
		padding-left: 10px;
        	font-weight:  bold;
		color: #e7e7e7;
		background: url(pics/ul.gif) no-repeat left;
	}
	
		#content h4 a
		{
			color: #e7e7e7;
		}

	#content hr 
	{
		height: 0px;
	        width: 100%;
		color: #e9e9eb;
		border-top:1px solid #d3d3d5;
		border-bottom:1px solid #e9e9eb;
	} 

	#content pre
	{
		background-color: #d6d8dc;
		padding: 5px;
	}

	#content ul
	{
	}

	#content textarea
	{
		font:normal 12px sans-serif;
		background: #2f2f2f;
		color: #cdcdcd;
		border: 0px;
		padding-right: 5px;
		padding-left: 5px;
		width: 500px;
		height: 100px
	}

	#content input 
	{
    		color: #cdcdcd;
	    	background: #2f2f2f;
		border: 0px;
		padding: 5px;
		width: 140px;
	}

#guestbookinput
{
	color: #c6c6c6;
}

#guestbook-show a
{
	color: #c6c6c6;
}
#dbg
{
	padding: 5px;
	background-color: #363636;
}

#lbg
{       
	padding: 5px;
        background-color: #414141;
}
