body {
		font-family:Papyrus, Georgia;
		font-weight:bold;
		font-size:80%;
		color:#000000;
/**		background-color:#C7A674;  **/
		background-color:#E4C89C;
		height:100%;
	}
	
  a:link, a:visited, a:active {color:#000000; text-decoration:none;}
	a:hover {color:#000099; text-decoration:underline;}
	
	#menu a:link, #menu a:visited, #menu a:active {color:#ffffff; text-decoration:none;}
	#menu a:hover {color:#F7E0BD;}
	
	#top a:link, #top a:visited, #top a:active {color:#000000; text-decoration:none;}
	#top a:hover {color:#000099; text-decoration:underline;}
	
	#middle a:link, #middle a:visited, #middle a:active {color:#ffffff; text-decoration:underline;}
	#middle a:hover {color:#bfbfbf;}
	
#main {
  width:1000px;
	}
	
#pic {
  width:236px;
	height:192px;
  background-image:url(images/drk.jpg);
	background-repeat:no-repeat;
	position:absolute;
  }
	
html>body #pic {
  height:202px;
	margin-top:10px;
	}
	
#header {
  width:1000px;
	height:126px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ffffff;
	padding-top:10px;
	padding-left:250px;
	text-align:left;
	}
	
html>body #header {
  width:750px;
	}
	
#nav {
  width:1000px;
	height:66px;
	background-image:url(images/menu.gif);
	overflow:hidden;
	}
	
#menu {
  width:600px;
	color:#ffffff;
	padding:2px 0px 0px 160px;
	}
	
html>body #menu{
  padding:2px 0px 0px 350px;
	margin:0;
	}
	
#content {
  width:1000px;
	background-color:#F7E0BD;
	overflow:auto;
	}
	
#left {
  width:253px;
	float:left;
	text-align:left;
	padding:10px;
	border-top:solid #44469A 20px;
	}
	
html>body #left {
  width:233px;
	}
	
#right {
  width:747px;
	float:right;
	text-align:left;
	}
	
#top {
  width:747px;
	background-color:#ffffff;
	padding:10px 10px 50px 10px;
  }
	
html>body #top {
  width:727px;
	}
	
#middle {
  width:100%;
	background-color:#44469A;
	padding:10px;
	color:#ffffff;
  }
	
html>body #middle {
  width:727px;
	}
	
#footer {
  width:100%;
	background-color:#BFBFBF;
	text-align:center;
	padding:10px;
	}
	
html>body #footer {
  width:727px;
	}
	
	ul {list-style:none; display:block; text-align:center;}

	ul li {position:relative; display:inline; float:left; font-weight:bold; padding-right:7; padding-left:7; border-right:1px solid #ffffff;}
	
.style1 {
  font-weight:bold;
	font-size:18px;
	}	