@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	background-image: url(../img/bg1.gif);
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
}

div#page-container {
	width: 1000px;
	margin: 0 auto 0 auto;
	background-image:url(../img/bg.gif);
	background-repeat:no-repeat;
	border-left:#000 solid 3px;
	border-right:#000 solid 3px;
}

div#page-header {
	margin-top: 40px;
	margin-left: 30px;
	background-color:#FFF;
}

div#header-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 30px;
}

div#header-link a {
	color: #000;
	text-decoration: none;
}

div#logo {
	float: left;
}

div#search {
	float: right;
	width: 280px;
	height: 90px;
	padding: 0;
}

div#search form {
	height: 35px;
	margin: 0;
	padding-top: 75px;
	padding-left: 45px;
}

div#search fieldset {
	margin: 0;
	padding: 0;
	border: thin;
}

div#search text {
	width: 230px;
	padding: 6px 10px;
	border: none;
	background: #FFFFFF;
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}

.clear-float-header {
	clear: both;
}

div#menu-upper {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	width: 1000px;
	margin-top: 300px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}

div#menu-upper ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

div#menu-upper ul li {
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#menu-upper ul a {
	outline: none;
	display: block;
	background-color: #c0c0c0;
	height: 50px;
	line-height: 50px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#menu-upper ul a:hover {
	width: 200px;
	background-color: #898989;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.clear-float-menu-upper {
	clear: left;
	margin: 0px;
	padding: 0px;
}

div#menu-lower {
	background-color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align:center;
	width:1000px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}

div#menu-lower ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

div#menu-lower ul li {
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#menu-lower ul a {
	outline: none;
	display: block;
	background-color: #363636;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	width: 200px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#menu-lower ul a:hover {
	width: 200px;
	background-color: #898989;
	font-weight:normal;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.clear-float-menu-lower {
	clear: left;
	margin: 0px;
	padding: 0px;
}

div#content{
	width: 1000px;
	margin-top: 0px;
	margin-left:0px;
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:25px;
}

div#footer {
	background-color: #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	width:1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	heigh: 50px;
	line-height: 50px;
}

div#footer a {
	text-decoration:none;
	color:#000;
}