@charset "utf-8";
#header {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 204px;
	border-bottom-width: thin;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	position: static;
	bottom: auto;
	background-repeat: no-repeat;
	opacity: 1;
	background-position: 0 0%;
	background-size: auto auto;
	background-clip: border-box;
	-webkit-box-shadow: 0px 0 0px #000000;
	box-shadow: 0px 0 0px #000000;
	background-image: url(images/header4.png);
}
#menu {
	width: 1000px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-top: 0px;
	left: auto;
	color: #FFFFFF;
	background-color: #F15D22;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

#menu a:link {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f15d22;
	color: #FFFDFD;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
}
#menu a:visited {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F15D22;
	color: #FFFDFD;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
}

#menu a:hover {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	color: #262262;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
}
#menu a:active {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #262262;
	color: #FFFDFD;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 500px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 18px 86px -15px;
	box-shadow: 0 18px 86px -15px;
	background-image: url(images/Sweeper.gif);
	background-position: 505% 88%;
	opacity: 1;
}
#aside {
	float: left;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
	width: 441px;
	background-color: #FFFFFF;
	color: #848484;
	text-indent: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(url);
	border-right: thin solid #F15D22;
	font-style: normal;
	text-align: left;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 68px;
	border-top-left-radius: 0px;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 7px;
	color: #262262;
	line-height: 3px;
	font-size: x-small;
	background-color: #F15D22;
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px;
	text-align: left;
	border-top-width: 47px;
	padding-top: 2px;
	text-indent: 12px;
}
#aside2 {
	float: right;
	margin-right: 31px;
	margin-top: 7px;
}
