body {
	font-family: Trebuchet, "Trebuchet MS";
}

h1, h2, h3, h4, h5 {
	font-family: Trebuchet, "Trebuchet MS";
	text-transform: uppercase;
}

h1 {
	font-size: 17px;
	color: #68943C;
	margin: 0;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #D16B26;
	margin: 0;
}


input, li {
	font-family: Trebuchet;
}

a:link { color: #4C4487; text-decoration: none;}
a:hover { color: #F8852C; text-decoration: underline;}
a:visited { color: #4C4487; text-decoration: none;}

.intro {
	position: relative;
}

#introtext {
	position: absolute;
	top: 153px;
	left: 542px;
	width: 330px;
	font-size: 14px;
}

#introtext p {
	margin-bottom: .5em;
}

img#lostart {
	position: relative; top: -48px;	
}

ul#nav {
	list-style-type: none;
	margin: 0 0 1em 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.content {
	position: relative; top: -48px;
	text-align: center;
	margin-right: 68px;
}

ul#nav li {
	text-align: center;
}

#buybox {
	margin: 21px 0 0 21px;
	padding: 9px;
	text-align: center;
	border: 1px solid #CCE0BC;
}

#buybox p {
	margin: 0 0 .5em 0;
}

input#addtobasket {
	margin: 9px 0 0 0;
}

.categorytee {
	float: left;
}

#footer {
	text-align: center;
	color: #ABA099;
	text-transform: uppercase;
	font-size: 11px;
}

.description {
	text-align: center;
}