body {
	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: #26262E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #faf6e6;
	background-image: url(images/v3backflip.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	font-size: .75em;
}

h1 {
	font-size: 1.25em;
	color: #26262E;
}

h2 {
	font-size: 1.125em;
	color: #cc3025;
}
h3 {
	font-size: 1em;
	color: #CC3025;
}
h4 {
	font-size: .875em;
	color: #26262E;
}
h5 {
	font-size: 0.75em;
	color: #26262E;
}
h6 {
	font-size: 1em;
	color: #26262E;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #CC3025;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.dkbluelink {
	color: #26262E;
}
.whitelink {
	color: #FAF6E6;
}
.redp {
	color: #CC3025;
}



#container  {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/v3backmain.jpg);
	background-repeat: no-repeat;
}



#head {
	margin: 0px;
	height: 110px;
	overflow: hidden;
	padding: 0px;
}

#menu {
	height: 40px;
	padding-left: 10px;
	background-color: #CC3025;
	margin-left: 10px;
	margin-right: 10px;
}
#menubox {
	width: 600px;
	background-color: fff;
	height: auto;
}
#rap {
}
#desttitle {
	padding-left: 250px;
}

#retreathead {
	padding-top: 20px;
}

#retreattabbed {
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	margin-bottom: 0px;
}
#aftertabbed {
	padding-left: 250px;
}

#flash {
	height: 300px;
	padding-left: 10px;
	padding-top: 20px;
}
#leftmaincolumn {
	float: left;
	width: 620px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#boxK {
}
#parent {
}



#boxA {
	float: left;
	width: 200px;
	height: auto;
}


#boxB {
	float: left;
	width: 200px;
	height: auto;
	padding-left: 10px;
}

#boxC {
	float: left;
	width: 200px;
	height: auto;
	padding-left: 10px;
}

#box2 {
	width: 620px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCFFA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCFFA;
}
#parentEFG {

}


#boxE {
	float: left;
	width: 200px;
	height: auto;
	clear: both;
}
#boxF {
	float: left;
	width: 199px;
	padding-left: 10px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CDCFFA;
}
#boxG {
	float: left;
	width: 199px;
	padding-left: 10px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CDCFFA;
}
#quotebox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCFFA;
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCFFA;
}
#parentEFGG {
}


#rightmaincolumn {
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-left: 9px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CDCFFA;
}

#afterrightcolumn {
}
#schedule  {
}
#schedulehead {
	height: 100px;
}

#scheduletable {
	width: 300px;
}
#scheduleholder {
}


#footerimage {
	height: 50px;
	background-image: url(images/footerbackground.jpg);
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}


#footer {
	color: #faf6e6;
	background-color: #26262e;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: 1.25em;
	text-decoration: none;
}
#footerp {
	width: 960px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FAF6E6;
	height: 200px;
}


.schedulepic {
	margin-right: 10px;
	float: left;
}
.clearfix:after {
    content: ".";  /* Adds content to show the containing box where to end it's rendering */
    display: block;
    height: 0; /* Prevents the content from adding any more height to it's parent */
    clear: both; /* keeps this content under the floating elements */
    visibility: hidden; 
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; 
}

.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;
}
.destipic {
	padding-right: 10px;
	padding-left: 10px;
}
.bigtext {
	font-size: 3em;
}
#menufoodholder {
	overflow: auto;
	width: 700px;
}
#gallerygrid {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleryspace {
	padding-right: 20px;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleryspacebottom {
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bannerA {
	height: 100px;
	width: 960px;
	padding-top: 20px;
	background-image: url(images/thumbs.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#contactformholder {
	width: auto;
	padding-left: 10px;
}
#registrationform {
	padding-left: 10px;
}
.tableunderline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
