@charset "UTF-8";
/*CSS Document*/
body{
	font-family: Palantino;
	background: url(images/background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container{
	width: 1000px;
	margin: 0px auto;
}
.header{
	width: 1000px;
	height: 300px;
	margin: none;
	padding: none;
}
.banner{
	width: 1000px;
	height: 200px;
	margin: none;
	padding: none;
	background-color: skyblue;
	font-size: 40px;
	color: black;
	text-align: center;
}
.row{
	width: 1000px;
	height:100px;
}
.logo{
	text-align: center;
	float: left;
	background-color: grey;
	color: white;
	width: 167px;
	height: 50px;
	margin: 25px 25px 25px 0px;
}
.text{
	float: right;
	background-color: grey;
	color: white;
	border: solid black 2px;
	border-radius: 10px;
	width: 484px;
	height: 36px;
	margin: 25px 0px 25px 0px;
	text-align: center;
	padding: 5px 160px 5px 160px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.main{
	width: 1000px;
}
.nav{
	float:left;
	width: 143px;
	height: 428px;
	background-color: #d3b16b;
	border: solid #593f0b 2px;
	border-radius: 10px;
	padding: 10px;
	margin: 0px 25px 0px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.button{
	text-align: center;
	color: white;
	border-right: solid #003200 2px;
	border-left: solid #003200 2px;
	border-top: solid #003200 1px;
	border-bottom: solid #003200 1px;
	width: 119px;
	height: auto;
	padding: 25px 10px;
	font-size: 18px;
	background-image: url(images/button.png);
	background-size: 100% 100%;
}
.button-off{
	text-align: center;
	color: white;
	border-right: solid #003200 2px;
	border-left: solid #003200 2px;
	border-top: solid #003200 1px;
	border-bottom: solid #003200 1px;
	width: 119px;
	height: auto;
	padding: 25px 10px;
	font-size: 18px;
	background-image: url(images/button-off.png);
	background-size: 100% 100%;
}
.content{
	float: right;
	width: 754px;
	background-color: white;
	border-radius: 10px;
	color: black;
	border: solid black 2px;
	padding: 0px 25px;
	margin: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.footer{
	float: left;
	text-align: center;
	width: 996px;
	height: 26px;
	padding: 15px 0px 15px 0px;
	background-color: grey;
	color: white;
	border: solid black 2px;	
	border-radius: 10px;
	margin: 25px 0px 25px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.row2{
	width: 754px;
}
.col-left{
	float: left;
	width: 357px;
	padding-right: 20px;
}
.col-right{
	float: right;
	width: 357px;
	padding-right: 20px;
}
h1{
	font-size: 26px;
	text-align: center;
}
h2{
	font-size: 18px;
}
h3{
	font-size:22px;
	color:darkgoldenrod;
	text-indent: 25px;
}
h4{
	font-size: 16px;
	padding: none;
	margin: 0px;
	text-indent: 10px;
}
h5{
	font-size: 16px;
	font: normal;
}
p{
	font-size: 16px;
	text-indent: 40px;
}
a{
	text-decoration: none;
}
li{
	font-size: 18px;
}

