body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#header{
	width: 750px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 0;
	text-align: left;
	background-image: url(images/header.jpg);
}

#menu_wrapper {
	float: left;
	width: 750px;
	height: 23px;
	position: absolute;
	margin-left: auto;
	margin-right:auto;
	margin-top: 150px;
	z-index: 0;
	background-image: url(/images/buttons/menu_bg.gif);
}

#button a.home {
	width: 76px;
	height: 23px;
	position:relative;
	left: 30px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/home.gif);
	z-index: 10;
}

#button a.home:hover{
	background-position: 0 -23px;
}
	
#button a.news {
	width: 72px;
	height: 23px;
	left: 120px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/news.gif);
	position: absolute;
}

#button a.news:hover{
	background-position: 0 -23px;
}

#button a.season10 {
	width: 38px;
	height: 23px;
	position: absolute;
	left: 205px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/10.gif);
}

#button a.season09:hover{
	background-position: 0 -23px;
}

#button a.archive {
	width: 110px;
	height: 23px;
	position: absolute;
	left: 255px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/archive.gif);
}

#button a.archive:hover{
	background-position: 0 -23px;
}

#button a.family {
	width: 91px;
	height: 23px;
	position: absolute;
	left: 375px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/family.gif);
}


#button a.family:hover{
	background-position: 0 -23px;
}

#button a.oldboys {
	width: 131px;
	height: 23px;
	position: absolute;
	left: 470px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/old_boys.gif);
}


#button a.oldboys:hover{
	background-position: 0 -23px;
}

#button a.contact {
	width: 113px;
	height: 23px;
	position: absolute;
	left: 605px;
	top: 0px;
	display: block;
	background-image: url(images/buttons/contact.gif);
}

#button a.contact:hover{
	background-position: 0 -23px;
}


#content {
	float: left;
	width: 750px;
	height: auto;
	position: absolute;
	margin-left: auto;
	margin-right:auto;
	margin-top: 172px;
	z-index: 0;
	background-color: #FFFFFF;
}

#content_text {
	float: left;
	width: 734px;
	height: auto;
	position: relative;
	left: 8px;
	top: 0px;
	z-index: 0;
	background-color: #FFFFFF;
}

#content_text .head {
	font-family: Helvetica, Arial, San-Serif;
	font-weight: bold;
	color: #000000;
	font-size: 140%;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 4px 0px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000000;
}

#content_text .main_text {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 100%;
	font-weight: normal;
	color: #000000;
	font-size: 80%;
	text-align: left;
	text-decoration: none;
	padding: 5px 0 10px 0;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

#content_text .sub_head {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 10px 0;
}

#content_text .footer {
	font-family: Helvetica, Arial, San-Serif;
	font-weight: bold;
	color: #000000;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	padding: 0px 0px 4px 0px;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #000000;
}
