body {
	margin: 0;
	padding: 0;
	font-family: verdana,geneva;
	font-size: 13px;
	color: #000000;
	text-align: center;
	background: transparent url(gfx/bg-repeat.jpg) repeat;
}

#wrote {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	background: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 200px;
	text-align: left;
	background: transparent url(gfx/header.jpg) top center no-repeat;
	border-left: 2px solid #6E002D;
	border-right: 2px solid #6E002D;

}
	h1#logo {
		margin: 0;
		padding: 0;
	}
	h1#logo img {
		margin: 5px 0 0 10px;
	}

#wrap {
	margin: 0;
	padding: 0;
}

#content {
	margin: 0 auto;
	padding: 0 0 137px 0;
	width: 900px;
	background: #FFFFFF;
	clear: both;
	border-left: 2px solid #6E002D;
	border-right: 2px solid #6E002D;
	border-bottom: 2px solid #6E002D;
}
	div#menu {
		margin: 0;
		padding: 0;
		height: 30px;
		background: #6E002D;
	}
		#menu ul {
			margin: 0;
			padding: 0;
			height: 30px;
			list-style: none;
			text-align: left;
		}

		#menu a {
			display: block;
			padding: 7px 12px 7px 12px;
			text-decoration: none;
			color: #FFFFFF;
			font-size: 13px;
		}
		#menu a:hover {
			color: #FFFFFF;
			background: #A90027;
		}
		#menu a.first, #menu a#first {
			border: 0;
		}

		#menu li {
			float: left;
			padding: 0;
			background: url(gfx/menu-right.png) top right no-repeat;
		}

		#menu li ul {
			position: absolute;
			z-index: 99;
			left: -999em;
			height: auto;
			margin: 0;
			padding: 0;
			width: 200px;
			border-top: 1px solid #4B4A45;
			border-left: 1px solid #4B4A45;
			border-right: 1px solid #4B4A45;
		}

		#menu li li {
			width: 200px;
			border-bottom: 1px solid #4B4A45;
		}

		#menu li ul a {
			padding: 5px;
			border: 0;
			background: #C5C5C5;
			color: #000000;
		}
		#menu li ul a:hover {
			background: #A90027;
			color: #FFFFFF;
		}

		#menu li ul ul {
			margin: -22px 0 0 180px;
		}

		#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
			left: -999em;
		}

		#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
			left: auto;
		}

		#menu li:hover, #menu li.sfhover {
			background: #C5C5C5;
			color: #000000;
		}

		#menu li:hover, #menu li.hover {
			position: static;
		}


#right_wrap {
	margin: 0;
	padding: 0 20px 20px 0;
	width: 225px;
	background: transparent;
	float: right;
}

div.right_box {
	margin: 20px 0 0 0;
	padding: 0;
	background: #DEDEDE;
	border-left: 2px solid #6E002D;
	border-right: 2px solid #6E002D;
	border-bottom: 2px solid #6E002D;
}
	div.right_box h2 {
		margin: 0;
		padding: 5px 10px;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
		background: #6E002D;
	}
	div.right_box ul {
		margin: 0 20px;
		padding: 0;
		list-style: none;
	}
	div.right_box ul li {
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #6E002D;
	}
		div.right_box ul li.first {
			border: none;
		}
		div.right_box ul li li {
			margin: 0 0 1px 0;
			padding: 0;
		}
	div.right_box a, div.right_box a:visited {
		text-decoration: none;
		color: #6E002D;
	}
	div.right_box a:hover {
		text-decoration: underline;
		color: #000000;
	}
	div.right_box p {
		margin: 10px;
		padding: 0;
	}
	div.right_box ul li p {
		margin: 10px 0;
		padding: 0;
	}
	div.right_box h2 a,
	div.right_box h2 a:visited {
		margin: 0;
		color: #FFFFFF;
	}
	
	div.right_box.alerts h2 {
		background: #6E002D;
	}
	div.right_box.alerts {
		background: #F9D61A;
		border-color: #6E002D;
		font-weight: bold;
	}
	
	div.right_box.green h2 {
		background: #699115;
	}
		div.right_box.green,
		div.right_box.green ul li {
			border-color: #699115;
		}
	div.right_box.red h2 {
		background: #A90027;
		}
		div.right_box.red,
		div.right_box.red ul li {
			border-color: #A90027;
		}

#text {
	margin: 0;
	padding: 20px;
	width: 590px;
	text-align: left;
	background: transparent;
	float: left;
}
	p {
		margin: 0 0 15px 0;
		padding: 0;
	}

#footer {
	margin: -145px auto 0 auto;
	padding: 250px 0 10px 0;
	height: 120px;
	text-align: center;
	font-size: 11px;
	background: transparent url(gfx/snake.png) top center no-repeat;
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #6E002D;
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: underline;
	color: #6E002D;
}
a:hover {
	text-decoration: underline;
	color: #A90027;
}

h1, h2, h3, h4 {
	font-family: arial,helvetica,sans-serif;
}

h1 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #6E002D;
	font-weight: normal;
	font-size: 26px;
}

h1 a, h1 a:link, h1 a:visited {
	text-decoration:none;
}
h1 a:hover {
	color: #1C62A7;
	text-decoration:none;
}
h2 {
	margin: 24px 0 6px 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	color: #699115;
}
h2 a,
h2 a:link,
h2 a:visited,
a h2,
a:link h2,
a:visited h2 {
	margin: 5px 0 10px 0;
	text-decoration: underline;
	color: #699115;
	display:block;
}
h2 a:hover, a:hover h2 {
	color: #6E002D;
	text-decoration: none;
}
h3 {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #A90027;
}
form {
	margin: 0;
	padding: 0;
}

table, th, td, p, input, textarea {
	font-family: verdana,geneva;
	font-size: 13px;
	color: #000000;
}
table th {
	font-weight: bold;
}

blockquote {
	margin: 15px;
	padding: 15px 5px 0px 55px;
	background: #EFEFEF url(gfx/quote.png) top left no-repeat;
	border: 1px solid #E0E0E0;
	border-left: 4px solid #762305;
	font-style: italic;
	color: #000000;
}
	blockquote.testimonial {
		margin-bottom: 30px;
		font-style: normal;
	}
	blockquote p {
		padding-right: 20px;
	}
	blockquote p.person {
		text-align: right;
		font-weight: bold;
	}

#gallery li {
	margin-bottom: 13px;
}
div.album {
	margin: 10px 17px;
	float: left;
	text-align: center;
	width: 152px;
}
	div.album a div.image {
		margin: 0;
		display: block;
		width: 150px;
		height: 95px;
		overflow: hidden;
		background: #000000;
		border: 1px solid #000000;
	}

div.image {
	margin: 20px !important;
	margin: 17px;
	float: left;
	text-align: center;
	width: 152px;
}
	div.image a {
		margin: 0;
		display: block;
		width: 150px;
		height: 95px;
		overflow: hidden;
		background: #000000;
		border: 1px solid #000000;
	}
	div.image a img {
		margin: 0;
		border: 0;
		position: relative !important;
		position: static;
	}


table.calendar th {
	color: #AC0226;
}
table.calendar tr.two {
	background: #EFEFEF;
}
table.calendar td {
	padding: 5px 10px;
	vertical-align: middle;
}
table.calendar th.heading {
	background: #699115;
	color: #FFFFFF;
}



#newsletter_index a {
	text-decoration: none;
}
#newsletter_index li h2 {
	display: inline;
}
#newsletter_index li p {
	margin: 10px 0;
}
#newsletter_index li {
	margin-bottom: 20px;
	clear: left;
	list-style: none;
}
#newsletter_index li .n_img {
	float: left;
	margin: 5px 10px 15px 0;
	border: 1px solid #000000;
}
#newsletter_index li a:hover img.n_img {
	border-color: #6E002D;
}


form.style {
	margin: 0;
	padding: 0;
}
	form.style p {
		margin: 0 0 5px 0;
		font-size: 10px;
	}
		form.style p.legend {
			margin: 10px 0 15px 0;
			font-size: 13px;
		}
		form.style p.center {
			text-align: center;
		}
		form.style p span {
			font-size: 13px;
		}
	form.style input {
		cursor: text;
	}
	form.style 	select,
	form.style label {
		cursor: pointer;
	}
	form.style fieldset {
		margin: 0 0 10px 0;
		padding: 0 15px 20px 15px;
		border: 2px solid #762305;
	}
	form.style legend {
		margin: 0;
		padding: 1px 8px;
		font-weight: normal;
		font-size: 18px;
	}
	form.style label {
		font-size: 14px;
		float:left;
		margin-left: 20px;
		width: 120px;
		font-weight: bold;
		padding-top: 3px;
	}
		form.style label.check {
			float: none;
			margin: 0;
			width: auto;
			font-weight: normal;
		}
		form.style input.checkbox {
			margin: 0 5px 0 140px;
			vertical-align: middle;
		}
		
	form.style div.checkboxes {
		margin: 5px 0;
	}
		form.style div.checkboxes label {
			margin-bottom: 5px;
		}
	form.style input.submit {
		margin: 0 0 0 140px;
		cursor: pointer;
	}
		form.style input.submit.center {
			margin: 0;
			cursor: pointer;
		}
	span.required {
		color: #FF0000;
		font-weight: bold;
	}
	
	form.style p.error {
		margin: 0 0 16px 140px;
		padding: 0 0 0 20px;
		color: #FF0000;
		font-weight: bold;
		font-size: 13px;
		background: url(gfx/form_error.png) 0px 1px no-repeat;
	}
		form.style p.error.no_margin {
			margin: 10px 0 16px 5px;
			font-size: 13px;
		}
		div.error p {
			margin: 0 0 8px 0;
		}
		li.error,
		li.ok {
			list-style: none;
			background-position: 0px 0px;
		}

	.ok {
		margin: 0 0 16px 140px;
		padding: 0 0 0 20px;
		color: #338F11;
		font-weight: bold;
		font-size: 13px;
		background: url(gfx/form_ok.png) 0px 2px no-repeat;
	}
p#success, #success {
	margin: 10px 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #338F11;
	background: url(gfx/form_ok.png) 0px 4px no-repeat;
}
p#fail, #fail {
	margin: 10px 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	background: url(gfx/form_error.png) 0px 4px no-repeat;
}

table.style th {
	background: #AC0226;
	color: #FFFFFF;
}
	tr.odd {
		background: #FFFFFF;
	}
	tr.even {
		background: #EFEFEF;
	}
a.subright {
	margin: 10px 10px 0 0;
	float: right;
	/*clear: both;*/
}