body {
	margin: 20px 0px;
	background-color: #330000;
}
body, table {
	font-family: 'Gil Sans MT', Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}



a {
	color: #9F6C6C;
}
a:hover {
	color: #000000;
}
hr {
	border: 0px;
	color: #75434C;
	background-color: #9F6C6C;
	height: 1px;
	width: 100%;
}

div#main {
	width: 760px;
	background-color: #ffffff;
	border: solid #5f000a; /* #78444D */
	border-width: 15px 2px;
}


td#content {
	padding: 35px 20px;
	text-align:justify;
}

/*********** mainmenu ************/
td#mainmenu {}

td#mainmenu table {
	margin: 4px 0px 40px 0px;
}

td#mainmenu table td {
	text-align: left;
	padding: 2px 0px;
	white-space: nowrap;
}
td#mainmenu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #5F000A;
	font-weight: bold;
	font-size: 12px;
}
td#mainmenu a:hover {
	color: #000000;
}

td#mainmenu table td img {
	margin:0px 3px;
}

/*******************************/

h1, h2, h3, .h1, .h2, .h3 {
	color: #5f000a;
	font-weight: bold;
}
h1, .h1 {
	font-size: 16px;
}
h2, .h2 {
	font-size: 14px;
}

h3, .h3 {
	font-size: 12px;
}

.photoframe {
	border: 1px solid #B6B6B6;
	padding: 5px;
}
/*******************************/

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea.text, select.text, option {
	color: #803C42;
	font-size: 11px;
}

input.text, textarea.text, select.text {
	border: solid #9F6C6C 1px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	border-left: solid #9F6C6C 1px;
	border-top: solid #9F6C6C 1px;
	font-weight: bold;
	background: #622F2F;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#BREADCRUMBS {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}



.news_title {
	color: #434547;
	font-weight: bold;
	font-size: 14px;
}