﻿/* CSS layout */
.style_backround_table {
	background-image: url('images/wood_backround.jpg');
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#top_nav {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.style1_templete {
	background-color: #99CCFF;
}
.style2_templete {
	color: windowtext;
	font-size: 12.0pt;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: "Copperplate Gothic Bold", sans-serif;
	text-align: center;
	vertical-align: bottom;
	border-style: none;
	border-color: inherit;
	border-width: medium;
}
.style3_templete {
	background-image: url('images/Arial_photo.jpg');
	font-family: "Edwardian Script ITC";
	font-size: 51px;
	color: #FFFF00;
}
.style4_templete {
	background-color: #99CCFF;
	font-family: "Script MT Bold";
	font-size: large;
	text-align: center;
	color: #000000;
}
.style5_templete {
	text-align: center;
}
#tabs {
	float: left;
	width: 800px;
	font-size: 93%;
	border-bottom: 1px solid #2763A5;
	line-height: normal;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float: left;
	background: url('images/tableft.gif') no-repeat left
top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url('images/tabright.gif') no-repeat right
top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
	width: 90px;
	text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
	