a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background-color: #CCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#wrapper #banner {
	background-color: #ce3031;
	background-image: none;
	height: 75px;
}
#wrapper #navigation {
	height: 18px;
	background-color: #CE3031;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
}
#content #left {
	background-color: #FFF;
	width: 659px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	height: 400px;
	overflow: scroll;
}

#wrapper #content {

}


#content #right {
	width: 140px;
	float: right;
	border: 0px none #000;
	height: 400px;
}
#wrapper #footer {
	background-color: #CE3031;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}
#wrapper #footer span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#wrapper #navigation p {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#wrapper #navigation p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}

#wrapper #footer span a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #336;
}
