@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	background-color: #CECAE6;
}
.twoColFixRtHdr #container {
	width: 967px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/header_bellahaven.jpg);
	background-repeat: no-repeat;
	height: 120px;
	font-family: Georgia, Arial, Verdana;
	font-size: 12px;
	color: #FF0000;
} 
.twoColFixRtHdr #header a {color:#FF0000; text-decoration: none; padding-right:10px;
}
.twoColFixRtHdr #nav {background-color: #322d52; height:25px; padding:15px;}
.twoColFixRtHdr #nav a {color:#FFFFFF; text-decoration:none; font-family:georgia, arial, verdana; font-size:18px; font-style:italic; padding-right:20px;}
.twoColFixRtHdr #movie {
	height:280px;
}
.twoColFixRtHdr #boxes {
	padding-left: 25px;
	color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #322d52;
	border-right-color: #322d52;
	border-bottom-color: #322d52;
	border-left-color: #322d52;
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
.img {
   border:5px solid #322d52;
}
.twoColFixRtHdr #footer {
	background-color: #19094A;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #FFFFFF;
	height: 100px;
	font-family: georgia, arial, verdana;
} 
.twoColFixRtHdr #footer a {color:#FFFFFF; text-align:right; text-decoration:none; font-weight:bold;
	margin: 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.right {text-align:right;}
.center {text-align:center;}

.eventbox1 {width:30%; background-color: #FF0000; height:250px; padding:5px;}
.eventbox2 {width:30%; background-color: #09493C; height:250px; padding:5px;}
.eventbox3 {width:30%; background-color: #322d52; height:250px; padding:5px;}

.twoColFixRtHdr h3 {
color #322d52
	color: #322D52;
	font-size: 18px;
	font-family: Georgia, Arial, Verdana;
}
.imgbrdr {border:medium; border-color:#322d52; display:inline; }
.half		{
	width:48%;
}
.one3		{width:32.8%;}
.two3		{width:65.8%;}
.one4		{width:24.8%;}
.one10		{width:9.8%;}
.three4		{width:74.8%;}

.news {color:#FF0000;}
