@charset "utf-8";
/* CSS Document */
body {
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
img
{  border-style: none;
}
.oneColFixCtr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtr #bottom {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #title {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 300px;
	margin-right: 350px;
	padding: 0;
	background-color: #881D26;
	background-image: url(assets/home/homelogo.jpg);
	background-repeat:no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mission {
	width: 350px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 300px;
	align: left;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #menu {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 12px;
	margin: 0;
	background-image:url(assets/gala/galamenu.jpg);
	background-repeat:repeat-x;
	background-color: #333333;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:medium;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:medium;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.oneColFixCtr #mainlink {
	float:left;
	padding-right: 30px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:200;
	color: #FFFFFF;
	text-align:left;
	text-transform:uppercase;
}
.oneColFixCtr #pagetitle {
	padding-top:10px;
	padding-left:10px;
	padding-right:30px;
	padding-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:100;
	text-align:right;
	text-transform:uppercase;
}
.oneColFixCtr #mainbox {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(assets/boxbackground.jpg);
	background-repeat:repeat-y;
	margin: 0;
	border-top-style:solid;
	border-top-color:#999999;
	border-top-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:thin;
}
.oneColFixCtr #leftphotos {
	float: left;
	width: 350px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:inherit;
	margin: 0;
}
.oneColFixCtr #righttop {
	float: right;
	width: 350px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 300px;
	height:inherit;
	margin: 0;
	padding: 0;
}
.oneColFixCtr #leftbottom {
	float: left;
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 300px;
	height:inherit;
	margin: 0;
	padding: 0;
}
.oneColFixCtr #link {
	padding-top:7px;
	padding-left:10px;
	padding-right:30px;
	padding-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:200;
	text-align:right;
	text-transform:uppercase;
	color: #9F0;
}
.oneColFixCtr #mainContent {
	margin-right: 200px;
	margin-left: 350px;
}
.oneColFixCtr #texttitle {
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
}
.oneColFixCtr #text {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:justify;
}
.oneColFixCtr #photos {
	width: 350px;
	margin: 0;
	padding-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtr #contact {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 10px;
	background-color: #999999;
	margin: 0;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:medium;
}

