
body {
	font-family: arial;
	text-decoration: none;
	background-color: #F7DBB3;
	background-image: url(images/beach_background.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 1080px;
	margin: 0px;
	padding: 0px;
}



a:link {
	font-family: arial;
	color: #55AAFF;
	text-decoration: none;
}

a:hover {
	font-family: arial;
	color: #55AAFF;
	text-decoration: underline;
}

a:visited {
	font-family: arial;
	color: #FF6600;
	text-decoration: none;
}


#logo {
	position: absolute;
	width: 294px;
	height: 339px;
	top: 0px;
	left: 0px;
	background-image: url(images/stclairvolleyball_logo.jpg);
	z-index: -1;
}

#left_col {
	min-width: 270px;
	max-width: 270px;
	width: 25%;
	margin: 0px;
	float: left;
}

#center_col {
	min-width: 540px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
}

#right_col {
	min-width: 270px;
	max-width: 270px;
	width: 25%;
	margin: 0px;
	margin-top: 210px;
	float: right;
	text-align: center;	
}

#buttons {
	width: 210px;
	margin-top: 210px;
	margin-left: 60px;
	text-align: center;
}

#button {
	width: 210px;
	height: 60px;
	border: 0px;
}

#favorite_links {
	margin: auto;
	margin-top: 30px;
	text-align: center;
	font-size: small;
}

#header_image {
	width: 100%;
	min-width: 480px;
	float:left;
	margin: auto;
	margin-top: 90px;
}

#left_half {
	min-width: 270px;
	width: 50%
	margin: auto;
	float: left;
	text-align: center;
}

#right_half {
	min-width: 270px;
	width: 50%;
	margin: auto;
	float: right;
	text-align: center;
}



#content_header {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	max-width: 240px;
}

#footer {
	text-align: center;
	font-size: small;
	color: #FF6600;
	margin-top: 30px;
	width: 100%;
	float: left;
}

#gallery_area {
	border: 1px solid #F60;
	background: #FFF;
	width: 480px;
	height: 420px;
}

#thumbs_area {
	border: 1px solid #F60;
	background: #FFF;
	width: 480px;
	height: 150px;
}

#link_image {
	border: solid 3px #F60;	
}

#image {
	border: solid 3px #000;	
}

.bold {
	font-weight: bold;
}

.indent {
	text-indent: 24px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.full_width {
	width: 100%;
}


