body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body, p, td, div {
	font-family: "Trebuchet MS", "Trebuchet", "Verdana", "Arial", sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

img {
	border: none;
	outline: none;
}


a:link, a:visited {
	color: #AE1A0D;
	text-decoration: none;
}

a:hover, a:active {
	color: #AE1A0D;
	text-decoration: underline;
}

.large {
	font-size: 12px;
}

#wrapper {
	width: 100%;
	text-align: center;
}

#nav {
	width: 415px;
	margin-left: 381px;
	margin-right: 35px;	
}

#nav img {
	margin-right: 40px;
}

#nav img.last {
	margin: 0px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 30px;
	width: 831px;
	text-align: left;
}

#left {
	float: left;
	width: 335px;
	border: 0px solid #FF0000;
}

#logo {
	margin-top: 36px;
	margin-left: 35px;
	margin-bottom: 76px;
}

#items {
	text-align: center;
}

#thumbs {
	margin-top: 20px;
}

#thumbs div {
	width: 51px;
	height: 51px;
	float: left;
}

#thumbs div img {
	margin: 3px;
}

:focus {
	outline: 0;
}

.thumbOut {
	background-color: #FFFFFF;
}

.thumbOn {
	background-color: #AE1A0D;
}

.thumbOver {
	background-color: #FFFF00;
}

#right {
	float: right;
	width: 486px;
	border: 0px solid #FF0000;
}

#text {
	width: 415px;
	margin-right: 24px;
	margin-left: 33px;
	text-align: justify;
}

#banner {
	margin-bottom: 8px;
}

div.breadcrumbs {
	margin-bottom: 20px;
}

#tphoto {
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 12px;
}

#tphoto td {
	padding: 0px;
}

div.top {
	width: 415px;
	text-align: right;
	margin-bottom: 15px;
}

div.quote {
	width: 280px;
	margin-top: 5px;
	margin-left: 135px;
	text-align: left;
}

#copyright {
	clear: both;
	color: #71767D;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	margin-left: 40px;
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	padding-top: 6px;
}

#copyright a {
	color: #71767D;
	text-decoration: underline;
}

#contact td {
	padding-right: 35px;
	height: 30px;
	font-size: 11px;
}

#contact td img {
	margin-top: 3px;
}

div.infoBox {
	width: 350px;
	height: auto;
	border: 1px solid #99CC66;
	background-color: #ECECEC;
	color: #000000;
	font-size: 12px;
	margin-bottom: 15px;
}

div.infoBoxHdr {
	padding: 4px;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	width: auto;
	background-color: #99CC66;
}

div.infoBoxMsg {
	padding: 4px;
}

div.infoBoxMsg img {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}

	
div.errBox {
	width: 350px;
	height: auto;
	border: 1px solid #EB6A6A;
	background-color: #ECECEC;
	color: #000000;
	font-size: 12px;
	margin-bottom: 15px;
}

div.errBoxHdr {
	padding: 4px;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	width: auto;
	background-color: #EB6A6A;
}

div.errBoxMsg {
	padding: 4px;
}

div.errBoxMsg img {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}