/* CSS Document */

body {
	background-color: #A7A284;
	font-family: arial unicode ms; 
	font-size: 12px; 
	color: #A7A284; 
	cursor: default;
	margin-left: 250px;
    }

table, tr, td {
	background-color: #4E472A;
	font-family: arial unicode ms;
	font-size: 12px;
	color: #A7A284;
	}

#container {
	background-color: #4E472A;
	width: 800px; /* the width of our layout overall */
	padding: 0 0 0 0;
	margin: 0 0 0 0; /* center the layout in mozilla and ie 6+ */
	text-align: left; /* put the text back where it should be */
}

#header {
	width: 100%; /* full width header & footer */
	height: 100%; /* give the header & footer a height */
	padding: 5px;
}

#sidebar {
	float: top; /* put the sidebar on the left */
	width: 800px; /* the width of our sidebar column */
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#content {
	float: center; /* put the content on the right */
	width: 800px; /* the width of our content column */
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 10px;
	paddin-bottom: 50px;
}

#footer {
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	width: 800px; /* the width of our layout overall */
	color: #A7A284;
	background-color: #4E472A;
	text-align:center;
	}
	
h1 {
	color: #81774B;
	font-size: 18px;
	font-weight: bold; 
	font-style: normal;
	letter-spacing: 4px;
	text-align: left; 
}

h2 {
	color: #81774B;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
	text-align: left;
	}
	

hr {
	border: 1px solid #81774B;
	}

a:link, a:visited, a:active       
	{
	color: #81774B;
	font-weight: bold;
	font-style: none;
	padding: 2px; 
	text-decoration: none;}

a:hover       
	{
	color: #C6C2A8;
	font-weight: bold;
	font-style: italic;
	padding: 2px; 
	text-decoration: none;
	}
	
#image
	{
	border: 3px solid #81774B
	}