body {
	margin: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #FAC39A;
	text-align: center;
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	padding-bottom: 30px;
}

body.imagepage {
	background-color: #FAC39A;
	background-image: none;
	background-repear: no-repeat;
	text-align: center;
	font-size: 12pt;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 15px 0px 15px 0px;
}

#thumbs {
	background: url('../images/header.jpg') no-repeat top;
	padding-top: 190px;
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 18pt;
	font-face: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color: #D11D35;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2 {
	font-size: 13pt;
	font-face: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color: #D11D35;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h3 {
	font-size: 12pt;
	font-face: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color: #D11D35;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

p {
	line-height: 140%;
	text-align: justify;
}

.leftcolumn {
	float: left;
	width: 240px;
	text-align: center;
	margin-right: 20px;
}

.rightcolumn {
	width: 540px;
	float: right;
}

.centeralign {
	text-align: center;
}

.imborder {
	border: 1px solid #cc092f;
}

.navbox_top {
	background-image: url('../images/nav_box_top.jpg');
	background-repeat: no-repeat;
	width: 240px;
	height: 18px;
}

.navbox_mid {
	width: 240px;
	background-repeat: repeat-y;
	background-image: url('../images/nav_box_mid.jpg');
	text-align: left;
}

.navbox_bottom {
	background-image: url('../images/nav_box_bottom.jpg');
	background-repeat: no-repeat;
	width: 240px;
	height: 27px;
}

ul.nav {
	margin: 10px 0px 0px 8px;
	padding: 0px;
	list-style-type: none;
}

ul.nav li {
	margin: 0px;
	padding: 0px 0px 9px 0px;
}

ul.nav a {
	font-size: 12pt;
	font-weight: bold;
	color: #cc092f;
	text-decoration: underline;
}

ul.nav a:hover {
	text-decoration: none;
}

.modelupdate {
	clear: both;
	margin: 20px 0px;
	min-height: 150px;
}

.modelupdate img {
	border: 1px solid #cc092f;
	float: left;
	margin-right: 8px;
}

a, a:visited {
	color: #cc092f;
}

a:hover {
	text-decoration: none;
}

.biglink {
	margin: 5px 0px 5px 0px;
	line-height: 160%;
}

.biglink a {
	font-size: 19pt;
	font-weight: bold;
}