@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #FFF;
	font-family: Impact;
	font-size: 11%;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/main_background2.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(../images/main_background2.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/main_background2.jpg);
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 22px;
	background-repeat: repeat-y;
}
p a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #332A85;
}
p a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F60;
}
p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #332A85;
}
p a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

.oneColFixCtrHdr #footer {
	font-family: Impact;
	font-size: 11px;
	color: #333;
	text-align: center;
	line-height: 16px;
	letter-spacing: 1px;
	background-color: #FFF;
	background-image: url(../images/main_background2.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}#footer a:link {
	font-family: Impact;
	font-size: 11px;
	color: #333;
}
#footer a:active {
	font-family: Impact;
	font-size: 11px;
	color: #333;
}

#footer a:hover {
	font-family:Impact;
	font-size: 11px;
	color: #332A85;
}
#footer a:visited {
	font-family: Impact;
	font-size: 11px;
	color: #332A85;
}

h1 {
	font-family: "Tekton Pro Ext";
	color: #332a85;
	text-indent: 8px;
	font-size: 18px;
}
h2 {
	font-family: "Tekton Pro Ext";
	color: #333;
	text-indent: 8;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	margin-left: 10px;
}
.TableSignUp {
	background-color: #000;
	font-family: "Felix Titling";
	font-size: 20px;
	color: #FFF;
	text-indent: 6px;
}
.tableMain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: center;
}
.tableMain2 {
	font-family: "Tekton Pro Ext";
	font-size: 14px;
	color: #332a85;
	text-align: center;
}
#galleryHolder {
	background-color: #FFF;
	width: 800px;
	margin-left: 100px;
}
OrderForm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.video_container {
	width: 700px;
	padding-left: 100px;
}

