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

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

	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:		455px;

  	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;
}


#mainphoto	{
	float: right;
	width:		200px;
	padding:            10px 5px 5px 0px;
 	margin:           0px 270px 0px 5px;
	}


#copytext	{
		margin-top: 	50px;
		margin-left: 	270px;
		padding: 	0px 10px 0px 0px; 
		font-size:	14px;
		width:		550px;
	}
#copytext:first-line	{
	font-size:	16px;	
	font-weight:	normal;
}

#copytext:first-letter	{
	font-size:	30px;	
	font-weight:	normal;
}





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

a:visited {
    color: #1C1C1C;
}

a:hover {
    color: #999999;
}

a:active {
    color: #D0D0D0;
}


h1	{
		width: 200px;
	}




675c47