/* CSS Document */

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

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

#table, tr, td {
	background-color: #F7F6FB;
	font-family: arial unicode ms;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	}

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

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

#content {
	float: right; /* put the content on the right */
	width: 610px; /* the width of our content column */
	padding-right: 5px;
	padding-top: 0px;
	padding-left: 5px;
	paddin-bottom: 0px;
}

#footer {
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	width: 810px; /* the width of our layout overall */
	color: #651F1B;
	background-color: #F7F6FB;
	text-align:center;
	}
	
h1 {
	background-color: #651F1B;
	border-left: 10px solid #150302;
	color: #F7F6FB;
	font-size: 12px;
	font-weight: bold; 
	font-style: normal;
	letter-spacing: 3px;
	text-align: left; 
	padding: 0px 20px 3px 10px; 
}

h2 {
	color: #651F1B;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2px;
	text-align: left;
	}
	

hr {
	border: 1px solid #651F1B;
	}

a:link, a:visited, a:active       
	{
	border-bottom: 1px dotted #651F1B;
	color: #651F1B;
	font-weight: normal;
	font-style: italic;
	padding: 0px; 
	text-decoration: none;}

a:hover       
	{
	border-bottom: 1px dotted #150302;
	color: #150302;
	font-weight: normal;
	font-style: italic;
	padding: 0px; 
	text-decoration: underline;
	}