body {
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/index01.jpg);
	background-attachment: fixed;
}

body, th, td {
	font-family: "Tahoma", Calibri, serif;
	font-size: 12px;
	color: #000000;
}

#header {
	width: 872px;
	height: 292px;
	background-image: url(images/header_big.jpg);
	background-repeat: no-repeat;
	padding-right: 0px;
	clear: left;
}

#content {
	width: 872px;
	padding: 0px;
	clear:left;
}

#categories {
	background-image: url(images/button-bar.jpg);
        background-position: left bottom;
	background-repeat: no-repeat;
	width:872px;
	height:38px;
	float:left;
	padding-left:15px;
	list-style: none;

	}

#categories li{
	float: left;
	margin: 0em 1em 0em  0em;

}

#categories li a {
	color: #FFFFFF;
	text-align:left;
        text-decoration: none;
	text-shadow: #000000 3px 1px 1px;
}

#categories li a:hover {
        color: #FFFFFF;
        text-align:left;
        text-decoration: underline;
        text-shadow: #000000 3px 1px 1px;
}


#main_content {
	text-align:justify;
	width: 581px;
	background-color: #E6D29E;
	background-image: url(images/index12.jpg);
	background-repeat: repeat;
        background-position: left top;
	padding-left:15px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

#sidebar {
	background-color:#392315;
	width: 271px;
 	background-image: url(images/sidebar.jpg);
        background-repeat: no-repeat;
	text-align:left;
	float:left;
	padding-bottom: 20px;
}

#sidebar_box {
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 3px;
	min-height: 80px;
 /* for IE */
  	filter:alpha(opacity=50);
  	/* CSS3 standard */
  	opacity:0.5;
	color: #000000;
}

#sidebar_box p {
	font-weight: bold;
	color: #000000; }

#side_space {
	padding-left: 45px;
	padding-right: 10px;
	}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position:top-left;
	height: 100px;
	width: 872px;
	font-size: 11px;
	color: #C0C0C0;
	letter-spacing: 1.1px;
	clear:left;
}

a {
	color: #000000;
}

.header_url{
	color: #000000;
	font-weight: bold;
}

h2{
	font-family: "Tahoma", Calibri, serif;
        font-size: 14px;
        color: #000000;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 872px;
	margin: 0 auto;
}

