@charset "utf-8";
/* CSS Document */
body {
	background-image:url(/assets/gala/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#851C25;
	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: #666666;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
img
{  border-style: none;
}
.oneColFixCtr #container {
	width: 1000px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #title {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 250px;
	margin: 0;
	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;
	background-image:url(assets/gala/galamenu.jpg);
	background-repeat:repeat-x;
	background-color: #333333;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.oneColFixCtr #mainlink {
	float:left;
	padding-right: 40px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:200;
	color: #FFFFFF;
	text-align:left;
	text-transform:uppercase;
}
.oneColFixCtr #pagetitle {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 20px;
	background-color: #AFAFAF;
	background-image:url(assets/top/grid.gif);
	background-repeat:repeat-x;
	margin: 0;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:medium;
	padding-right: 30px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:right;
	font-weight:400;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #mainbox {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0;
	border: 0;
}
.oneColFixCtr #leftphotos {
	float: right;
	width: 290px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-top: 90px;
}
.oneColFixCtr #rightlinks {
	float: right;
	width: 200px;  /* 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-top:20px;
}
.oneColFixCtr #link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:200;
	text-align:right;
	text-transform:uppercase;
}
.oneColFixCtr #mainContent {
	padding-right: 250px;
	padding-left: 250px;
}
.oneColFixCtr #galatitle {
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #FFFFFF
	text-align:left;
}
.oneColFixCtr #texttitle {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #FFFFFF;
	text-align:right;
}
.oneColFixCtr #img {
	margin-top: 10px;
	text-align:right;
}
.oneColFixCtr #gmenu {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #FFFFFF;
	text-align:right;
}
.oneColFixCtr #glinks {
	float:right;
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:200;
	color: #FFFFFF;
	text-align:right;
	text-transform:uppercase;
}
.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;
	color: #FFFFFF;
	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: #333333;
	margin: 0;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:right;
	font-weight:400;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

