@charset "UTF-8";
/* CSS Document */

.wrapper{
	width: 1400px;
	margin: 0 auto;
}

.logo{
	width: 100%;
	float: left;
}

.menu{
	width: 100%;
	float: left;
	background-color:slategray;
}

.carousel{
	width: 100%;
	float: left;
}

.text{
	width: 100%;
	float: left;
	padding: 5px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 16px;
	background-color: darkgray;
}

.footer{
	width: 100%;
	float: center;
	text-align: center;
	height: 100%;
	background-color: slategray
	}

.text a{
	color: red;
	background-color: aliceblue;
	text-decoration: none;
}

.text a:visited{
	color: aquamarine;
	background-color: sienna;
	text-decoration: none;
}

.text a:hover{
	color: royalblue;
	background-color: whitesmoke;
	text-decoration: underline;
	font-size: 16px;
}

.text a:active{
	color: snow;
	background-color: blanchedalmond;
	text-decoration: none;
}

.text ol li a:link{
	color:darkcyan;
	background-color: whitesmoke;
	display: inline-block;
	padding: 2px 5px 2px 0px;
	text-align: center;
	border: groove;
	border-width: thin;
}

.logo {
	background-color: darkgray;
	width: 100%;
}

.h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.p1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.p2{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";}