body {
	background-color: #FFFF33;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.highlight {
	color: #CC0000;
	font-weight: bold;
}

#nav {
	position: relative;
	top: 221px;
	left: 40px;
	width: 163px;
}

a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #CD262E;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
}

#nav ul li {
	margin-bottom: 5px;
}

#lefttop {
	float: left;
}

#left {
	clear: left;
	top: 0px;
}

#content {
	position: absolute;
	width: 600px;
	left: 200px;
}

#leftpics {
	position: absolute;
	left: 0;
	top: 170px;
	width: 225px;
	text-align: center;
}

#rightcontent {
	position: absolute;
	width: 375px;
	left: 224px;
	top: 2px;
}

#rtorder {
	position: absolute;
	width: 375px;
	left: 224px;
	top: -90px;
}