@charset "utf-8";

/* CSS Document */
body {

	font-family: Century Gothic, sans-serif;
	
	background-color:#301414;
	
	font-size:12px; 
	
	margin-top:0px;
	
	background-image:url(images/sub_1col_body_r.gif); background-repeat:repeat-x; 
	
	color:#552626;
	 

}

#video {
position: relative; /*or absolute*/
z-index: 0;
}
#container1 {

	background-image:url(images/sub_1col_r.gif);
	
	background-repeat:repeat-y;

	height:auto;
	
	width:1000px;
	
	margin-left: auto;

	margin-right: auto;

}


#container {

	background-image:url(images/sub_1col_r.gif);
	
	background-repeat:repeat-y;

	height:auto;
	
	width:1000px;
	
	margin-left: auto;

	margin-right: auto;

}



img{

border:none;

}

.imageLeft{

	float:left;
	
	padding-right:10px;
	
}



h3, h3 a:link{color:#2c1113;}
h3, h3 a:visited{color:#2c1113;}
h3, h3 a:hover{color:#2c1113;}
h3, h3 a:active{color:#2c1113;}


h2 {
	
	font-size:24px;

	color:#2c1113;

}

h3 {
	
	font-size:20px;

	color:#2c1113;

}

#footer{ font-size:12px;}


#footer a:link {


	color:#68574D;

	text-decoration:none;

	}

#footer a:visited {

	color:#68574D;

	text-decoration:none;

	}

#footer a:hover {

	color:#68574D;

	text-decoration:underline;

	}

#footer a:active {

	color:#68574D;

	text-decoration:none;

	}

a:link {


	color:#2c1113;

	text-decoration:underline;

	}

a:visited {

	color:#2c1113;

	text-decoration:underline;

	}

a:hover {

	color:#2c1113;

	text-decoration:none;

	}

a:active {

	color:#2c1113;

	text-decoration:underline;

	}
	
	
.input
 	{
	color:#552626;
	background:#FFFFFF;
	border:1px solid #552626;
	font-family: Century Gothic, sans-serif;
 	}
.inputSubmit
 	{
	background:#bf9d93;
	border: 1px solid #552626;
	height:30px;
	width:80px;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-family: Century Gothic, sans-serif;
 	}
.inputMultiLine
 	{
	background:#FFFFFF;
	border: 1px solid #552626;
	height:90px;
	width:188px;
	color:#552626;
	font-family: Century Gothic, sans-serif;
 	}