* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #F3F3F3 url(top.gif) repeat-x top left;
	line-height: 22px;
	margin-top: 30px;
}

a {
	color: #666666;
}

a:hover {
	color: #972524;
}

#page {
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #d5d5d5;
	background-color: #FFFFFF;
	border-bottom: 2px solid #d5d5d5;
	width: 740px;
}

#content {
	width: 465px;
	text-align: justify;
	margin: 20px;
	padding-bottom: 10px;
}

#content h1 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
	color: #972524;
}

#content h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #972524;
}

#content p {
	margin-bottom: 20px;
}

#content ul {
}

#content li {
	list-style: none;
	padding-left: 10px;
}

#footer {
	text-align: center;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
	margin: 10px 0px 20px 0px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #972524;
	text-decoration: none;
}
.highlight {
	color: #972524;
}



/* NAVIGATION MENU
-----------------------------------------------------*/


#navmenu {
	width:210px;
	float:right;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 11px;
	letter-spacing: 1px;
}


#navmenu ul {
	margin: 0;
	padding: 0;
}


#navmenu li {
	list-style-type: none;
	border-bottom: 1px solid #e9e9e9;
}

#navmenu li a {
	display: block;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}

.tabNavigation .selected {
	color: #FFFFFF;
	background-color: #972524;
	background-position: right;
	background-image: url(activebullet.gif);
	background-repeat: no-repeat;
}

#box {
	font-size: 11px;
	margin-top: 20px;
	float: right;
	clear: right;
	width: 210px;
	margin-right: 20px;
	letter-spacing: 1px;
}

#box ul {
	margin: 0;
	padding: 0;
}

#box li {
	list-style-type: none;
	background-color: #972524;
	display: block;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
	color: #FFFFFF;
}

#box li a {
	list-style-type: none;
	background-color: #972524;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	color: #FFFFFF;
}




/* MOOTOOLS SLIDESHOW
-----------------------------------------------------*/

#slideshow {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('loading.gif');
	background-color: #FFFFFF;
	margin: 15px;
}

#slideshow h1 {
	display: none;
}

#formColLeft {
	width: 225px;
}

#formColRight {
	width: 225px;
	float: left;
}

#formRow {
	margin-bottom: 8px;
}

.label {
	color: #972524;
}

.inputField {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 210px;
	padding: 4px;
	border: 1px solid #777;
	margin-top: 2px;
	background-color: #F9F9F9;
}

.inputField:focus {
	border: 1px solid #972524;
	background-color: #FFFFFF;
}

.inputTextArea {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #777;
	padding: 4px;
	height: 100px;
	width: 350px;
	background-color: #F9F9F9;
}

.inputTextArea:focus {
	border: 1px solid #972524;
	background-color: #FFFFFF;
}

#send  {
	width: 70px;
	float: right;
	margin-right: 40px;
	margin-top: 45px;
}

#send a {
	height: 28px;
	margin:0;
	padding:0;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	display: block;
	width: 70px;
	line-height: 28px;
	border: 1px solid #777;
	color: #972524;
	background-color: #F9F9F9;
}

#send a:hover  {
	color: #FFF;
	background-color: #972524;
	border: 1px solid #972524;
}

#feedback  {
	color: #972524;
	height: 30px;
}

.clear {
	clear: left;
	height: 5px;
}
