@charset "utf-8";

body {
	background-image: url(../assets/images/layout/new/body_gallery_background.gif);
	background-repeat: repeat-x;
}

#feature {
	background-image: url(../zbeta/images/graphics/feature_background.jpg);
	height: 125px;
}
#additional {
	background-color: #FFF;
}
#content {
	margin-top: 30px;
	overflow: visible;
	height: 900px;
	width: 960px;
}

#footer {
	margin-top: 20px;
	color: #CCC;
	text-align: center;
	background-color: #1A2641;
}

#tagline {
	background-image: url(../zbeta/images/graphics/tagline.jpg);
	text-indent: -9999px;
	background-position: 15px -10px;
	height: 40px;
	width: 780px;
}

/* Miscellaneous classes for reuse */
.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;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 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;
}

.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: italic;
	color: #000033;
	padding-right: 4px;
	padding-bottom: 4px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
.white {
	color: #FFF;
	text-decoration: underline;
}
