@charset "utf-8";
.map {
	float: right;
	height: auto;
	width: 450px;
	margin-left: 20px;
}

/* CSS Document */

.wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	height: 355px;
	width: 1000px;
	background-image: url(redcarpet_crop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
.footer {
	height: auto;
	width: 1000px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #6E94AB;
	border-right-color: #6E94AB;
	border-bottom-color: #6E94AB;
	border-left-color: #6E94AB;
	font-family: "Century Gothic";
	color: #FFF;
	background-color: #A02920;
	border-bottom-style: solid;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.header {
	height: 124px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.welcome {
	height: 80px;
	width: 370px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Century Gothic";
	font-size: 30px;
	text-align: center;
	font-weight: bolder;
	color: #6E94AB;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #6E94AB;
	border-right-color: #6E94AB;
	border-bottom-color: #6E94AB;
	border-left-color: #6E94AB;
}
.contents {
	font-family: "Century Gothic";
	color: #000;
	text-align: center;
	height: auto;
	width: 1000px;
}
.wrapper .contents a:link {
	color: #333;
	text-decoration: none;
}
.wrapper .contents a:hover {
	color: #666;
	text-decoration: underline;
}
.wrapper .contents a:visited {
	color: #666;
	text-decoration: none;
}

.menu {
	height: 30px;
	width: 1000px;
	text-align: center;
	margin-top: 10px;
}
.contents {
	height: auto;
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
}
