@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body { line-height: 1.5; background: #fff; margin:1.5em 0; }

a img { border: none; }

/* @end */

/* @group Typography */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 75%; }


/* Default fonts and colors. 
 */
   
body { 
  color: #000; 
  font-family: Georgia, "lucida bright", "times new roman", serif; 
}
h1,h2, h3,h4,h5,h6 { 
  color: #3b0f0e; 
  font-family: 1em Georgia, "lucida bright", "times new roman", serif; 
}



p {
	color:#000000;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 20px;
}
em {
	font-style: italic;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.25em; }
h2 { font-size: 2em; line-height: 1.1; margin-bottom: 0.35em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em;}


body  {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#bodywrapper {
	width: 100%;
	position:relative;
	margin: 0 auto;
	background-color:#000000;
	background-image:url(../i/u_bdy_bg.png);
	background-repeat: repeat-x;
	text-align:left;
	background-position: left top;
}
#contentwrapper {
	width: 770px;
	margin: 0 auto;
	background-color: none;
	background-image: url(../i/cntt_bg2.png);
	background-repeat: repeat-y;
}

#content {
position:relative;
background-color: transparent;
 height:1250px;  }

#content2 {
position:relative;
background-color: transparent;
 height:1600px;  }

#header {
	background: transparent url(../i/u_hdr.gif) no-repeat;
	margin: 0;
	padding: 0px;
	height: 139px;
	width: 770px;
}
#navcon {
position: relative;
margin:0;
padding:0;
width: 755px}

#nav {
position:absolute;
left: 25px;
top: 107px;
height: 30px;}

#nav ul {
font-family:"Courier New", Courier, monospace;
font-size:16px;
}

#nav li {
display:block;
float: left;
height: 30px;
list-style:none;
text-align:left;
margin:0;
padding: 0 20px 0 0;}

#nav li a {
text-decoration:none;
color:#000000}

#nav li a:hover {
text-decoration: underline;}

.selected {
text-decoration:underline;}

/* .left-column {
position: absolute;
left:30px;
width: 200px;
margin-top:20px;
}
*/


.left-column {
float: left;
padding-left:30px;
width: 200px;
margin:20px 30px 0 0;
}

/* .right-column {
	position: absolute;
	left:250px;
	width: 484px;
	margin-top:20px;
}
*/

.right-column {
	float: left;
	width: 484px;
	margin-top:20px;
}


.ftr {
	clear:both;
	height: 33px;
	background: url(../i/u_ftr.gif) no-repeat center;
	margin: 0px;
	padding: 0px;
	}
	
.ftr-inner {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 33px;
	padding-left:20px;
	text-align:left;
	}
.pic-margin {
margin-bottom:20px;
}

a {
color:#7b1a16;}

.facebook {
margin:20px 0 0 0;}

/* contact form */
#contact-area input,#contact-area textarea {
	width:50%;
	border:1px solid #999;
	background:#EEE;
	color:#333;
	font-size:10px;
	margin:0 0 15px;
	padding:5px
}

#contact-area textarea {
height:90px
}

#contact-area textarea:focus,#contact-area input:focus {
	background:#FFFFFF
}

#contact-area input.submit-button {
	width:110px;
	float:right;
	margin-right:48px;
	background:#CCCCCC;
	cursor:pointer;
}

label {
	float:left;
	text-align:left;
	margin-right:55px;
	width:200px;
	padding-top:5px;
	font-weight:400
}
.smallprint {
	font-size: 10px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
	padding-top: 50px;
	width: 565px;
	margin: 0px;
	height: 30px;
}

