/*Body*/

html, body {
	height: 100%;
	background-color:#454545;
	font:Arial, Helvetica, sans-serif;
}

/*Wrapper*/

#wrapper {
	width:800px;
	margin: 0px auto;
	background: url(images/content_main.jpg) repeat-y left top;
}

/*Header*/

#header {
	width: 800px;
	margin-top:60px;
	height: 135px;
	margin: 0px auto;
	background: url(images/header.jpg) no-repeat left top;
}

/*Navigation*/

#nav {
	height:50px;
	background: url(images/nav.jpg) no-repeat left top #990303;
	}
	
#navigation {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 108px;
	list-style: none;
}

#navigation li {
	display: inline;
}

#navigation a {
	display: block;
	float: left;
	width: 118px;
	height: 30px;
	padding: 8px 0px 0px 0px;
	background: url(images/border.jpg) no-repeat right center;
}

#navigation .last a {
	background: none;
}

/*Images*/

#slideshow_index {
	width:800px;
	height:120px;
}

#image {
	width:800px;
	height:90px;
	}

/*Content*/

#content {
	width: 760px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	background:url(images/content_main.jpg);
}

/*Footer*/

#footer {
	width: 760px;
	height: 136px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	background-image:url(images/content_bottom.jpg);
}

