body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	margin: 0;
	padding: 0;
}

hr {
	height: 0;
	border: none;
	clear: both;
	margin: 0;
	padding: 0;
}

ima a {border: none;}

#navigation {
	text-align: right;
	width: 780px;
	margin: 25px auto 0;
	background-image: url(../images/line-break.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 31px;
}

#navigation a {
	text-decoration: none;
	color: #830e0e;
	margin: 0 12px;
	padding: 8px 0;
}

#navigation a:hover {
	color: #000;
	background-image: url(../images/navigation-link.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#header {
	clear: both;
	margin: 20px 0 0 0;
	width: 100%;
	height: 130px;
	text-align: center;
}

#header a.rollover {
	display: inline-block;
	width: 780px;
	height: 110px;
	text-decoration: none;
	background-image: url(../images/title.png);
	background-position: bottom;
}

#header a.rollover:hover {
	background-position: top;
}

#header .displace {
	position: absolute;
	left: -5000px;
}

#content {
	clear: both;
	margin: 20px auto;
	width: 750px;
	padding: 0 15px 25px 15px;
}

#content #featured {
	width: 750px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content #featured #fone {
	margin: 0 2px 0 5px;
}

#content #featured #fmiddle {
	margin: 0 2px;
}

#content #featured #flast {
	margin: 0 5px 0 2px;
}

#content a {
	text-decoration: none;
	color: #830e0e;
}

#content a:hover {
	color: #000;
	border-bottom: solid 1px #830e0e;
}

#content a:active {
	color: #000;
	border-bottom: solid 2px #830e0e;
}

#content h1 {
	color: #830e0e;
	font-family: 'Indie Flower', Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-shadow: 1px 1px 2px #666;
}

#content h1 a:hover, #content h1 a:active {border-bottom: none !important;}

#content p {margin: 0 0 18px 0;}

#content #strong {
	font-weight: bold;
	color: #333;
}

.tabletext {margin: 0;}

#content ul {
	list-style-image: url(../images/bullet_blue.gif);
	margin: 0 0 18px 0;
	padding-left: 24px;
	line-height: 22px;
}

#content li {
	margin: 0;
	padding-left: 5px;
}

#content #imageright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

#content #thumbnail {
	list-style: none;
	margin: 0 3px;
	padding: 0;
}

#content #thumbnail li {
	width: 186px;
	text-align: center;
	float: left;
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}

#content #thumbnail img {
	padding: 20px;
	margin: 0 13px 5px 13px;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
}

#content #thumbnail a:hover {border-bottom: none !important;}

#content #backnext {
	clear: both;
	text-align: center;
	padding: 15px 0;
}

.largeimage {
	display: block;
	margin: 25px auto;
	padding: 50px;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	background-color: #FFF;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 25px 0;
	text-align: center;
	background-image: url(../images/line-break.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
}

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

#footer a:hover {
	color: #000000;
	border-bottom: solid 1px #830e0e;
}

/* contact form parts */

.textfield {
	font-size: 12px;
	color: #830e0e;
	border: solid 1px #79bacc;
	padding: 4px;
	margin: 5px 0;
	width: 250px;
}

.textarea {
	font-size: 12px;
	color: #830e0e;
	border: solid 1px #79bacc;
	padding: 4px;
	margin: 5px 0;
	width: 315px;
	max-width: 315px;
	height: 150px;
	max-height: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}

.submitbutton {
	font-size: 12px;
	color: #fff;
	border: none;
	padding: 10px 24px;
	margin: 0;
	text-align: center;
	background-color: #79bacc;
	font-weight: bold;
	cursor: pointer;
}

#content #featured a:hover {
	border-bottom: none;
}
