@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #header {
	height: 0px;
	width: 0px;
}

body {
	background-color: #EFEFDE;
}
#wrapper {
	background-repeat: repeat-y;
	height: 600px;
	width: 850px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #A19C88;
	border-right-color: #A19C88;
	border-bottom-color: #A19C88;
	border-left-color: #A19C88;
}
#navigation {
	float: left;
	height: 37px;
	width: 850px;
	background-image: url(../images/gudou_navigation.png);
}

#banner {
	background-color: #FFF;
	float: left;
	height: 207px;
	width: 850px;
	background-image: url(../images/banner_photo.png);
}
#content {
	float: left;
	height: 382px;
	width: 850px;
	background-color: #F9F8F6;
	overflow: scroll;
}
#footer {
	float: left;
	width: 850px;
	height: 40px;
	background-image: url(../images/footer_bg02.gif);
}
#wrapper #content table {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 830px;
}

#wrapper #navigation a #first_out {
}
#wrapper #navigation a #Image5 {
}
#wrapper #footer a img {
	float: left;
}
#wrapper #content table tr td img {
	float: left;
}
