body {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	background-image: url(images/background.jpg);
	background-color: #353535;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px;
}

#container {
	width: 805px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/Milestone-WebDesign-Sliced_02.png);
	background-repeat: no-repeat;
	padding: 0px;
}
#container #header {
	height: 96px;
	width: 805px;
}
#container #navigation {
	float: left;
	height: 299px;
	width: 246px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #photobox {
	float: right;
	height: 299px;
	width: 559px;
}
#container #spacer {
	height: 10px;
	width: 805px;
}
#container #contentwrapper {
	width: 805px;
	min-height: 374px;
	background-image: url(images/Milestone-WebDesign-Sliced_17.png);
	background-repeat: repeat-y;
}
#container #contentwrapper #smallnav {
	float: left;
	width: 151px;
	padding-left: 25px;
	padding-right: 25px;
}
#container #contentwrapper #content {
	float: right;
        width: 584px;
	padding-right: 20px;
}
#container #contentbottom {
	clear: both;
	height: 45px;
	width: 805px;
	background-image: none;
}
#container #spacer2 {
	height: 17px;
	width: 805px;
}
#container #bottomnav {
	height: 39px;
	width: 805px;
}

li {
	margin:0px; 
	padding:0px;
}
img {
	margin:0px; 
	padding:0px;
}
a {
	color: #fc5e0e;
}
a:hover {
	color: #353535;
}


