body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 1em;
	background-color: #860305;
}

#wrapper {
	width: 769px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 769px;
	height: 242px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#menu {
	width: 769px;
	height: 44px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;	
}

#container-top {
	width: 769px;
	height: 59px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
}

#container-footer {
	width: 769px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content-footer.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 769px;
	margin: 0;
	padding: 0 0 0 100px;
	min-height: 350px;
	height:auto !important;
	height: 350px;
	font-size: 0.8em;
	background-image: url(../images/content-tile.jpg);
	background-repeat: repeat-y;
}

#content {
	width: 559px;
	margin: 0;
	padding: 0;
}

#content p {
	margin: 10px 0 0 0;
	padding: 0;
}

#content ul li {
	margin: 10px 0 0 0;
}

#content ol li {
	margin: 10px 0 0 0;
}

#content img {
	padding: 5px;
}

#block {
	color: #fff;
	margin: 0;
	padding: 10px;
	background-color: #373732;
}

#block p {
	margin: 0;
	padding: 0 5px;
}

#block a, #block a:visited {
	color: #fff;
}

#content a:hover {
	color: #fff;
}

#content a, #block a:visited {
	color: #fff;
}

#block a:hover {
	color: #fff;
}

#block h2 {
	font-size: 0.9em;
	margin: 0;
	padding: 0 5px;
}

#block img {
	padding: 5px;
}

#footer {
	width: 769px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	font-size: 0.7em;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
