* {
	margin-top: 0;
	padding-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #663;
	font-size: 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	background: #cc9;
	width: 1000px;
}

#page_left {
	background: url(../img/design/page_left.gif) left top repeat-y;
}

#page_right {
	background: url(../img/design/page_right.gif) right top repeat-y;
}

#page_bottom {
	background: url(../img/design/page_bottom.gif) left bottom repeat-x;
}

#page_top {
	background: url(../img/design/page_top.gif) left top repeat-x;
}

#page_top_left {
	background: url(../img/design/page_top_left.gif) left top no-repeat;
}

#page_top_right {
	background: url(../img/design/page_top_right.gif) right top no-repeat;
}

#page_bottom_left {
	background: url(../img/design/page_bottom_left.gif) left bottom no-repeat;
}

#page_bottom_right {
	background: url(../img/design/page_bottom_right.gif) right bottom no-repeat;
}

#page {
	padding: 5px;
}

#header {
	background: #FFC;
	height: 157px;
}

#logo {
	position: absolute;
	width: 295px;
	height: 157px;
	background: url(../img/design/logo.jpg) no-repeat;
	overflow: hidden;
	z-index: 125;
}

#logo a {
	display: block;
	width: 295px;
	height: 0;
	overflow: hidden;
	padding-top: 157px;
}

#sub_title {
	position: absolute;
	margin-left: 295px;
	width: 555px;
	height: 0;
	overflow: hidden;
	padding-top: 157px;
	background: url(../img/design/header_image.jpg) -5px top no-repeat;
	z-index: 122;
}

#header_right {
	position: absolute;
	margin-left: 840px;
	width: 150px;
	overflow: visible;
	background: #BC7;
	z-index: 126;
}

#header_right div {
	width: 140px;
	height: 157px;
	background: #CC9;
	overflow: visible;
	color: #552;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}

#header_right p {
	margin: 0;
	padding: 0;
	padding-top: 66px;
}

#company_info span {
	white-space: nowrap;
}

#layout_table {
	width: 970px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

#layout_table_row {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}

#layout_table_left {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	background: #FFC;
	width: 295px;
}

#layout_table_content {
	width: 685px;
	background: #FFF;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#content {
	padding: 24px;
}