@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/slices_06.jpg);
	background-repeat: repeat;
}
#footer {
	background-image: url(images/slices_08.jpg);
	height: 43px;
	width: 800px;
	position: relative;
	bottom: 0px;
}

#banner {
	width: 800px;
	position: relative;
	top: 0px;
	background-image: url(images/slices_01.jpg);
	height: 166px;
}
#midsection {
	width: 800px;
	position: relative;
	background-image: url(images/slices_04.jpg);
	background-repeat: no-repeat;
	height: auto;
}
#content {
	font-family: "myriad pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 760px;
	border: thin none #F00;
	list-style:outside;
	list-style-image:url(images/bullet.jpg);
	position: relative;
	height: auto;
}
#contenttext {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 30px;
	margin-top: 30px;
}
{list-style-image:url(images/bullet.jpg); list-style:outside;} 

.listmargin {
	margin-top: 5px;
}
#menuleft {
	height: 300px;
	width: 150px;
	left: 35px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 60px;
}
.menu_item {
	height: 30px;
	width: 130px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: groove;
	border-top-color: #360;
	border-right-color: #360;
	border-bottom-color: #360;
	border-left-color: #360;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	font-weight: bold;
	font-family: myriad pro, ariel;
	margin: 10px;
}

.menuleft a {color:#333}
.menuleft a hover {color:#360}
#expander {
	background-image: url(images/slices_06.jpg);
	background-repeat: repeat;
	height: 11px;
	width: 800px;
}

.titles {
	color: #060;
}
