/* CSS Document */
div.body {
	float:left;
	height: 400px;
	width: 922px;
	overflow: auto;
	border: 0px;
	background-color: transparent;
	padding: 8px;
	margin: 5px;
	background-image:url(images/transparant.png) ;
	background-repeat:repeat;
}

div.body a { 
	color:#90F;
	text-decoration: none;
	}
div.body.a:visited { 
	color:#90F;
	text-decoration: none;
	}
div.body a:hover { 
	color:#90F;
	font-weight:bold;
	}
div.body a:active { 
	color:#90F;
	text-decoration: none;
	}

#post {
	float:left;
	width: 870px;
	border: 0px;
	padding: 8px;
	margin: 5px;
	background-image:url(images/transparant2.png) ;
	background-repeat:repeat;
}

/********************************************* BODY ****************************************************************/
body{
	margin-left: auto;
	margin-right: auto;
	width:950px;
	height:100%;
	overflow: auto;
	color:#96C;
	background-color:#000;
	background-image:url(images/bg.jpg) ;
}

/********************************************* HEADER ****************************************************************/

#header{
	width:950px;
	height:125px;
	float:left;
	background-image:url(images/headerlogo.jpg);
}

/********************************************* MENU ****************************************************************/

#container{
	width:950px;
	height:100%;
	float:left;

}

/********************************************* MENU ****************************************************************/

#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width:950px;
}
#menu li {
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 2px;
	padding: 0;
	background-image:url(images/transparant.png) ;
	background-repeat:repeat;
}
#menu a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 28px;
	text-decoration: none;
}
#menu a:hover {
	background: #9966FF url("images/hover.png") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

/********************************************* BODY ****************************************************************/

#body{
	width:930px;
	height:100%;
	float:left;
	padding: 10px;
	margin:5px 5px 5px 0px;
}

#body a:link { 
	color:#90F;
	text-decoration: none;
	}
#body.a:visited { 
	color:#90F;
	}
#body a:hover { 
	color:#90F;
	font-weight:bold;
	}
#body a:active { 
	color:#90F;
	}

/********************************************* FOOTER ****************************************************************/

#footer{
	width:930px;
	height:50px;
	float:left;
	padding: 10px;
}

#footer a:link { 
	color:#90F;
	text-decoration: none;
	}
#footer a:visited { 
	color:#90F;
	text-decoration: none;
	}
#footer a:hover { 
	color:#90F;
	font-weight:bold;
	text-decoration: none;
	}
#footer a:active { 
	color:#90F;
	text-decoration: none;
	}
