body {
	margin: 0;
	padding: 0;
/*	background-color: #F7F4E3; */
	background-color: #FFF7E5;
}	 
#header {
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 115px; 
	border-bottom: 1px solid #663333; 
}
#menu {
	float: left;
	width: 18%;
	margin: 0;
	padding: 0;
	z-index: 3;
}
#xtra {
	float: right;
	margin: 0;
	padding: 0;
	width: 23%;
    overflow: auto;
	z-index: 2;
}
#main {
	float: left;
	width: 57%;
	padding: 0;
    overflow: auto;
	border-top: 0;
	border-bottom: solid #663333 1px;
	border-left: solid #663333 1px;
	border-right: solid #663333 1px;
	z-index: 5;
}
#footer {
	clear: both;
	padding: 10px 10px 10px 10px;
	width: 100%;
	border: none;
}

/* text styles below */

.temp {	color: #000000;	background-color: #FF66FF; }

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 1.6em;}	 

h1,h2,h3,h4 {font-family: "Maiandra GD", "Trebuchet MS", Tahoma;}

h2,h3,h4,h6 {color: #663333;}

h1 {
	font-size: 1.9em;
	color: #F7F4E3;
    background-color: #6e4144;
    padding: 5px;
    line-height: 1.5em;
	font-weight: bold;}

h2 {font-size: 1.4em; font-weight: bold;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h6 {font-size: 0.7em; line-height: normal;}

ul {
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: square;}

li {margin-bottom: 1em;}

a:link {
	color: #993300;
	font-style: normal;
	text-decoration: underline;}

a:visited {
	color: #663333;
	text-decoration: underline;
	font-style: normal;}
	
a:hover {
	color: #993300;
	text-decoration: underline;
	font-style: italic;}
	
.border {
	margin: 4px;
	border: 1px solid;
	float: left;
}
.alignl {
	float: left;
}
.alignr {
	float: right;
}
.clrimg {
	clear: both;
}

#header img {
	margin: 0;
    padding: 0;
	border: none;}
	
#main img,  #xtra img {
	float: left;
	border: 1px solid;
	margin: 5px 10px 5px 0;}

#main h2,h3,h4,p,ul,li,  #xtra h2,h3,h4,p,ul,li {padding: 0 1em 0 1em;}
	
#main li,  #xtra li {margin-left: 1em;}

#menu ul {list-style: none; margin: 0; padding: 0;}

#menu a {
	font-family: "Maiandra GD", "Trebuchet MS", Tahoma;
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.6em;
	text-decoration: none;
	display: block;
	padding: 0px 0px 2px 5px;
	background-color: #6e4144;}
	
#menu a:link {color: #ffffff; text-decoration: none;}

#menu a:visited {color: #ffffff;}
	
#menu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #CC6666;}

#footer img {
	float: left;
	margin: 5px;}