

/* ************************** GLOBAL ************************* */

#container {
	position: relative;
	margin: auto;
	width: 969px;
}
	#container.maintenance {
		padding-top: 150px;
	}
a {
	outline: none;
	text-decoration: none;
	color: #9db600;
}
a:hover {
	color: #b5c840;
}
.maintenance {
	text-align: center;
	color: #ffffff;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* ************************* HOME PAGE *********************** */

#extra-div {
	position: absolute;
	top: 34px;
	padding-top: 48px;
	width: 313px;
	height: 177px;
	background: url(images/extra-bg.gif) no-repeat;
}
#extra-div span {
	display: block;
	height: 177px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
#extra-div a {
	display: block;
	outline: none;
	text-decoration: none;
	color: #000000;
}
#right-top-div {
	position: absolute;
	right: 75px;
	top: 50px;
	width: 525px;
	text-align: center;
	font: 12px "Arial", sans-serif;
	color: #ffffff;
/*	background: #222222;*/
}
#right-top-div .first-line {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
}
#right-top-div .last-line {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 18px;
}



/* ************************** GALLERY ************************ */

#gallery-link {
	position: absolute;
	top: 160px;
	right: 25px;
	width: 320px;
	text-align: right;
	font: bold 21px/25px "Century Gothic", "Arial", sans-serif;
}
	#gallery-link.first,
	#gallery-link.last {
		width: 160px;
	}
#gallery-link a span {
	color: #000000;
}
#gallery-link a:hover span {
	color: #404040;
}
#gallery-link-prev,
#gallery-link-next {
	float: left;
	width: 160px;
}
#gallery-div {
	position: absolute;
	top: 215px;
	left: 70px;
	width: 880px;
	height: 210px;
	background: #ffffff;
}
.gallery-thumb-box {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 4px;
	width: 75px;
	height: 55px;
}
a.gallery-thumb-box:hover {
	background: #cccccc;
}
img.gallery-thumb {
	margin: 0;
	border: none;
	padding: 0;
	width: 75px;
	height: 55px;
}



/* *********************** SPORTS PAGE *********************** */

#sports-div {
	position: absolute;
	top: 160px;
	right: 25px;
	width: 260px;
	font: bold 15px/19px "Century Gothic", "Arial", sans-serif;
	background: url(images/volleyball.png) left center no-repeat;
}
#sports-div a {
	display: block;
	padding-left: 30px;
}
#sports-div a span {
	color: #000000;
}
#sports-div a:hover span {
	color: #404040;
}
#sports-div-2 {
	position: absolute;
	top: 345px;
	right: 125px;
	padding: 10px 0;
	width: 300px;
	height: 55px;
	font: bold 14px/18px "Century Gothic", "Arial", sans-serif;
	background: #ffffff;
}



/* *********************** CONTACT PAGE ********************** */

#contact-left {
	position: absolute;
	left: 52px;
	top: 201px;
	padding: 15px 0 0 21px;
	width: 199px;
	height: 96px;
	font: bold 15px/21px "Century Gothic", "Arial", sans-serif;
	background: url(images/contact-left-bg.png) no-repeat;
}
#contact-right {
	position: absolute;
	left: 272px;
	top: 201px;
	padding: 3px 0 0 15px;
	width: 292px;
	height: 237px;
	font: bold 14px/16px "Century Gothic", "Arial", sans-serif;
	background: url(images/contact-right-bg.png) no-repeat;
}
#contact-right a {
	display: block;
	margin-bottom: 14px;
}
#contact-right a span {
	color: #000000;
}
#contact-right a:hover span {
	color: #404040;
}



/* ************************** FOOTER ************************* */

#footer {
	padding-top: 10px;
}
#projectserve {
	display: block;
	float: left;
/*	margin-right: 43px;*/
	margin-right: 120px;
	padding: 15px 0 0 60px;
	width: 130px;
	height: 60px;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: bold 17px "Georgia", serif;
	color: #ffffff;
	background: url(images/logo-projectserve.png) no-repeat;
}
#footer-middle,
#footer-right {
	display: block;
	float: left;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: bold 14px "Georgia", serif;
	color: #ffffff;
	background: #222222;
}
	#footer-middle {
/*		margin-right: 43px;*/
		padding: 10px 15px;
	}
	#footer-right {
		padding: 18px 15px 19px;
	}
#footer-middle span,
#footer-right span {
	color: #9db600;
}