* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e6dfca;
	text-align: center;
}

a {
	color: #666;
}

a:hover {
	color: #963;
}

img {
	border: none;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

#wrapper {
	background-image: url(./img/second_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto;
	text-align: left;
	width: 720px;
}

#header {
	background-image: url(./img/second_header_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 720px;
}

#header_logo {
	float: left;
	height: 110px;
	width: 370px;
}

#header_logo h1 {
	font-size: 100%;
	padding: 20px 0px 0px 10px;
}

#header_logo a {
	background-image: url(./img/second_header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 0px !important;
	height /**/: 90px;
	overflow: hidden;
	padding-top: 90px;
	width: 360px;
}

#header_navigation {
	float: left;
	height: 110px;
	width: 350px;
}

#header_navigation ul {
	list-style-type: none;
	padding: 65px 0px 5px 10px;
}

#header_navigation li {
	float: left;
	height: 40px;
	width: 110px;
}

#header_navigation a {
	background-image: url(./img/second_header_navigation.gif);
	background-repeat: no-repeat;
	display: block;
	height: 0px !important;
	height /**/: 40px;
	overflow: hidden;
	padding-top: 40px;
	width: 100px;
}

#header_nav01 {
	background-position: 0px 0px;
}

#header_nav01:hover {
	background-position: 0px -40px;
}

#header_nav02 {
	background-position: -110px 0px;
}

#header_nav02:hover {
	background-position: -110px -40px;
}

#header_nav03 {
	background-position: -220px 0px;
}

#header_nav03:hover {
	background-position: -220px -40px;
}

#main {
	padding: 20px 0px 10px 30px;
}

#footer {
	background-image: url(./img/second_footer_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #666;
	font-size: 70%;
	padding: 20px 0px 10px 0px;
	text-align: center;
}
