/* MAIN ELEMENTS */

body {
	background-color: #DBD6BE;
	margin: 0px;
}
#mainBox {
	margin: 0px auto 0px auto;
	border: 20px solid #ffffff;
	padding: 0px;
	width: 740px;
	background-color: #DBD6BE;
}
#topRow {
	float: left;
	width: 740px;
	padding: 0px;
	margin: 0px;
	background-color: #DBD6BE;
	border-bottom: 1px solid #DBD6BE;
}
#logoBox {
	float: left;
	background-color: #fff;
	width: 200px;
	height: 200px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
.clearer {
	clear: left;
}
#noFlash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #938356;
}
#noFlash a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #938356;
	text-decoration: none;
	font-weight: bold;
}
#noFlash a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A251B;
	text-decoration: underline;
	font-weight: bold;
}

/* NAVIGATION */

#nav {
	float: left;
	width: 170px;
	height: 200px;
}
#nav ul {
	display: inline;
	list-style-position: inside;
	list-style-image: url(images/icon.gif);
	list-style-type: none;
}

/* IE MAC ONLY */
* html>body #nav ul {list-style-image: none;}

#nav li {
	float: left;
	border-top: 1px solid #DBD6BE;
	border-right: 1px solid #DBD6BE;
	border-left: 1px solid #DBD6BE;
	background-color: #fff;
	width: 148px;
	height: 34px;
	margin: 0px;
	padding: 15px 0px 0px 20px;
}
#nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A251B;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A251B;
	text-decoration: underline;
	font-weight: bold;
}

/* TOP RIGHT BOX */

#topRight {
	float: left;
	width: 315px;
	height: 160px;
	padding: 20px 20px 20px 35px;
	background-color: #7A251B;
	background-image: url(images/tr_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#topRight b, #topRight strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/icon_wh.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: -15px;
}
/* Hides from IE-mac, wisible by IE PC only \*/
* html #topRight b {
	background-image: none;
}
* html #topRight strong {
	background-image: none;
}
/* End hide from IE-mac */
#topRight a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#topRight a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

/* BOTTOM AREA -- MAIN CONTENT */

#bottom {
	float: left;
	width: 685px;
	padding: 20px 20px 20px 35px;
	background-image: url(images/mainBg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #938356;
	background-color: #f9f8f4;
}
#bottom b, strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7A251B;
	font-weight: bold;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: -15px;
}
/* Hides from IE-mac, wisible by IE PC only \*/
* html #bottom b {
	background-image: none;
}
* html #bottom strong {
	background-image: none;
}
/* End hide from IE-mac */

#bottom h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7A251B;
	font-weight: bold;
	padding: 0px;
	margin-left: -15px;
}
#bottom em, i {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A251B;
	font-style: italic;
}
#bottom a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #938356;
	text-decoration: none;
	font-weight: bold;
}
#bottom a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7A251B;
	text-decoration: underline;
	font-weight: bold;
}

