@charset "utf-8";
/* CSS Document */

body	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:rgb(162,20,31);
	background-image:url(../_images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#mainContent 	{
	text-align:center;
	margin:0 auto;
	width:960px;
}

#mainContent img {
	border:none;
	margin:0
}

hr {
	margin-top:50px;
	width:900px
}

#contactBox {
	text-align:center;
	vertical-align:middle;
	float: right;
	width:325px;
	height:307px;
	margin-left:10px;
	border-color:#C30;
	border-width: .4em; 
    border-style: double;
}

/* Links */

a:link {
	color:inherit;
	text-decoration:none
}

a:hover {
	text-decoration:underline
}

a:visited {
	color:inherit
}

/* Header */

#header 	{
	text-align:right;
	margin:0 auto;
	width:960px;
	margin-bottom:50px
}

.headImage {
	position:static	
}

#headMenu 	{
	text-align:right;
	font-size:14px;
	padding-right:8px;
	text-decoration:none;
	font-weight:bold;
	float:right
}

#headMenu a:hover {
	text-decoration:none;
	color:#A2141F
}

#headMenu td	{
	padding-right:15px;
}

.emptyRow {
	height:75px
}

.activePage {
	color:rgb(162,20,31)
}



/* Main page content */

#pageContent	{
	text-align:left;
	margin:0 auto;
	width:900px;
	min-height:400px
}

h {
	font-size:xx-large;
	font-weight:bolder;
	color:#A2141F
}

h2 {
	font-size:large;
	font-weight:bolder;
	color:#A2141F
}

h3 {
	font-size:small;
	font-weight:bolder;
	color:#A2141F
}

.contentImage	{
	float: right;
	margin-right: 50px;
	padding-left: 10px;
	margin-bottom: 20px
}

.floatLeft	{
	float: left;
	margin-left: 50px;
	padding-right: 20px;
}

.custQuote 	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
}
	
.galleryImage	{
	margin-bottom: 50px
}

/* Footer */

#footer 	{
	text-align:center;
	margin:0 auto;
	width:960px;
	padding-bottom:15px
}



h3 	{
	font-size:medium;
	color:#A2141F
}

p2	{
	font-size:small;
	font-variant:small-caps;
}
