html,body {
  margin:0;
	padding:0;
	background: #47301e;
	font:normal 95% "Lucida Sans Unicode",Verdana,sans-serif;
	}

/* STRUCTURE */
div#top {
  text-align:left;
	width:800px;
	clear:both;
	margin:0;
	padding:0;
	background:#47301e;
	}	

div#container {
  text-align:left;
	width:790px;
	margin-top:5px;
	background:#c99349;
	}
	
div#wrapper {
	background:#c99349;
	padding:5px;
	}	

.t {background: #f3c959 url(../images/main_TM.gif) 0 0 repeat-x; width:487px; height:100%;}
.b {background: url(../images/main_BM.gif) 0 100% repeat-x}
.l {background: url(../images/main_CL.gif) 0 0 repeat-y}
.r {background: url(../images/main_CR.gif) 100% 0 repeat-y}
.bl {background: url(../images/main_BL.gif) 0 100% no-repeat}
.br {background: url(../images/main_BR.gif) 100% 100% no-repeat}
.tl {background: url(../images/main_TL.gif) 0 0 no-repeat}
.tr {background: url(../images/main_TR.gif) 100% 0 no-repeat; padding:5px;}	

div#content {
  float:right;
	width:480px;
	background:#c99349;
	padding-right:5px;

	}

div#main {
	background:#f3c959;
	margin:35px;
	padding-top:5px;
	}

div#navigation {
  float:left;
	width:273px;
	padding-left:10px;
	background:#c99349;
	}		

div#extra {
  float:left;
	clear:left;
	background:#c99349;
	width:273px;
	padding-left:10px;
	}
	
div#footer {
  color: #47301e;
	background:#c99349;
	font: x-small "Lucida Sans Unicode",Trebuchet MS,sans-serif;
  position:relative;
	bottom:10;
	left:0;
	clear:both;
	}
	
/* ELEMENTS */
div#top a:link {
	font: x-small "Lucida Sans Unicode",Trebuchet MS,sans-serif;
	text-align:top;
	color: #c99349;
	}	

div#top a:visited {
	color: #c99349;
	}	
	
div#top a:active {
	color: #c99349;
	}		
	
div#top a:hover{
	color: #f3c959;
	}	
	
div#header h1{
  height:230px;
	width:760px;
	vertical-align:center;
	line-height:80px;
	padding:10px 5px 0 5px;
	background:#c99349;
	display:block;
	}

div#footer p {
  margin:0px;
	padding:5px 10px;
	text-align:center;
	}	
	
#menu {
	width:269px;
	margin:0px;
	vertical-align:center;
	}
	
#menu li a {
	height:50px;
	width:269px;
	background: url(../images/navmenu.gif);
	background-repeat:no-repeat;
	font:normal 16px "Harrington",Lucida Sans Unicode,Verdana,sans-serif;
	font-weight:bolder;
	line-height:2em;
	padding:5px 0 0 0;
	display: block;
	text-align:center;
	color: #c99349;
	}
	
#menu li a:hover {
	background:url(../images/navmenu_mo.gif);
	background-repeat:no-repeat;
	display: block;
	color: #3e0500;
	padding:5px 0 0 0;
	}	
	
.mylist {
	padding-left: 10px;
	width:250px;
	}

.mylist ul {
	margin: 0 0 0 8px;
  }

.mylist li  { 
  list-style: circle;
	text-align:left;
	margin: 0;
	border-bottom:1px solid #c99349;
  }
	
.mylist li a {	
	display: block;
  font-weight: normal;
	padding: 3px 6px 3px 8px;
	color: #af5e2b;
  }

.mylist li a:hover {
	color: #af5e2b;
	border-bottom: 1px solid #af5e2b;
	background:#decda6;
  }

div.img {
  margin: 2px;
  height: auto;
  width: auto;
  float: left;
  }
	
div.img img {
  display: inline;
	float:center;
	width:100px;
	}
	
	
div.desc {
  text-align: center;
  font-weight: normal;
  width: 100px;
  margin: 2px;
  }
	
/* DETAILS */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ol {
	line-height:1.5em;
	}
	 	
p {
  margin:0 10px 10px;
	line-height:1.5em;
	}
	
a {
	color: #981793;
	padding:10px;
	}

em {
	color:#af5e2b;
	}

strong {
  color:#28301d;;
	}

b {
  color:#47301e;
	}
 
a {
  color:#47301e;
  text-decoration: none;
	}
	
a img {
  border:0px;
	}
	
a:visited {
  color:#602600;
  }

a:active {
  color:#af5e2b;
  }	
	
hr {
  width:75%;
	}
		
h1 {
	color: #521313;
	font: normal 1.4em "Lucida Sans Unicode",Trebuchet MS,sans-serif;
	font-weight: bolder;
	height: 12px;
  }

h2 {
	font: normal 1.2em "Lucida Sans Unicode",Trebuchet MS,sans-serif;
	color: #28301d;
		font-weight: bolder;
  }

h3 {
	font: normal 1.2em "Lucida Sans Unicode",Trebuchet MS,sans-serif;
	color: #58482f;
  }

h4 {
	font: normal 1em "Lucida Sans Unicode",Trebuchet MS,sans-serif;
	color: #7f0000;
  }

h5, h6 {
	font: x-small "Lucida Sans Unicode",Trebuchet MS,sans-serif;
	text-align:right;
	padding-top:2px;
	padding-right:10px;
	color: #c99349;
  }

/* misc */
.clearer {
	clear: both;
  }
	

	
