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

body, html{
	margin:0;
	padding:0;
	border:0;
}
/* general layout styles */
body {
	background-color: #69C0BC;
	background-image: url(../img/bgFoot.png);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em; /* 16px */
	font-weight: 400;
	background-repeat: repeat-y;
}
#wrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
footer {
	font-size: .9em;
	background-color: #FFD58C;
	background-image: url(../img/bgRedStripes.gif);
}

#wrapper .main {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(226,242,242,1.00) 34.20%,rgba(176,222,219,0.80) 72.54%,rgba(105,192,188,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(226,242,242,1.00) 34.20%,rgba(176,222,219,0.80) 72.54%,rgba(105,192,188,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(226,242,242,1.00) 34.20%,rgba(176,222,219,0.80) 72.54%,rgba(105,192,188,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(226,242,242,1.00) 34.20%,rgba(176,222,219,0.80) 72.54%,rgba(105,192,188,1.00) 100%);
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 51px;
	margin-top: 87px;
}

nav {
	background-color:#F7E8C9;
}
nav ul {
	list-style:none;
	margin:0 auto;
	width:420px;
	clear:both;
}
nav ul li {
	padding:0;
	display:inline;
	padding-right:10px;
}
nav li:link {
	color:black;
	text-decoration:none;
}
nav li:visited{
	color:black;
	text-decoration:none;
}
nav li:hover{
	color:red;
	text-decoration:underline;
}
nav li:active, a:focus{
	color:black;
	text-decoration:none;
}



a:link {
	color:black;
	text-decoration:none;
}
a:visited{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
	text-decoration:underline;
}
a:active, a:focus{
	color:black;
	text-decoration:none;
}
