

body {
	background-color: #1B1B13;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial;
	font-size: 13px;
	margin-top: 1px;
}

#allcontent	{
	background-color:	#DCDCB0; 
	width:		950px;
	height:		575px;

	
	margin-left:	auto;
	margin-right:	auto;
	
	border-bottom: 1px solid #000000;

}

#titlebar	{
		background-color:	#A7A778; 
		margin: 0px;
		height:		100px;
	border-bottom:	1px solid #792E09;
}

#menu {
	float:	left;
	border-right:	1px solid #1C1C1C;

  	background:	#DCDCB0;
	width:		199px;
	height:		401px;

  	font-size:	55%;
	font-family:	Helvetica, "Trebuchet MS", Arial, "Andale Mono",  Verdana, sans-serif;
	text-align: right;
  	padding:           0px 20px 0px 0px;
 	margin:           65px 0px 40px 0px;
}


#mainpage	{
	
 	padding:          0px;
  	margin:           0px  0px 0px  0px;
	}



a {
	text-decoration: none;
}
a:link {
    color: #1C1C1C;
}

a:visited {
    color: #1C1C1C;
}

a:hover {
    color: #999999;
}

a:active {
    color: #D0D0D0;
}


