@charset "utf-8";
@import url("../webfonts/Parisian/stylesheet.css");

/* CSS Document */

#header {
	width: 1050px;
	background-color: #333;
	position: relative;
	margin: 0px 0;
	padding: 0px 0;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 2px;
	border-radius: 10px 10px 0px 0px;
}
#header ul {
	list-style: none;
	font-family: Parisian;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #999;
	background-color: #333;
	position: absolute;
	right: 1px;
	bottom: 0px;
	margin: 0px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#header ul li {
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #999;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 140px;
	padding-bottom:1px;
	padding-top:1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}

#header a {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 140px;
	background-color:#FFFFFF;
	opacity:0.3;
}
#header ul a:hover, ul a:active, ul a:focus {
	background-color: #fff;
	opacity: 0.6;
	color: #000;
}
.head_top {
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 65px;
	padding-left: 15px;
	font-size: 36px;
	font-variant: small-caps;
	color: #474747;
	font-family: Parisian;
	font-style: normal;
	font-weight: bolder;
	text-shadow: 1px 1px #000000;
}
#footer {
	width: 1050px;
	background-color: #333;
	position: relative;
	clear: both;
	margin: 0px 0;
	padding: 2px 0;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-radius: 0px 0px 10px 10px;
}
#footer ul {
	list-style: none;
	font-family: Parisian;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #999;
	background-color: #333;
	position: absolute;
	right: 1px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	top: 0px;
}
#footer ul li {
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #999;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 140px;
	padding-bottom:1px;
	padding-top:1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
#footer a {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 140px;
	background-color:#FFFFFF;
	opacity:0.3;
}
#footer ul a:hover, ul a:active, ul a:focus {
	background-color: #fff;
	opacity: 0.6;
	color: #000;
}
.head_bottom {
	margin: 0px;
	padding-top: 65px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 36px;
	font-variant: small-caps;
	font-style: normal;
	color: #474747;
	font-family: Parisian;
	font-weight: bolder;
	text-shadow: 1px 1px #000000;
}