* {
	margin-top: 0;
}

body {
	background: #008 url(../img/design/page.gif) center -16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #FFF;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
}

#page_wrapper {
	position: absolute;
	width: 1000px;
	background: #000 url(../img/design/grid.gif) center top;
}

#page_t {
	background: url(../img/design/page_border_t.gif) left top repeat-x;
}

#page_b {
	background: url(../img/design/page_border_b.gif) left bottom repeat-x;
}

#page_l {
	background: url(../img/design/page_border_l.gif) left top repeat-y;
}

#page_r {
	background: url(../img/design/page_border_r.gif) right top repeat-y;
}

#page_tl {
	background: url(../img/design/page_border_tl.gif) left top no-repeat;
}

#page_tr {
	background: url(../img/design/page_border_tr.gif) right top no-repeat;
}

#page_bl {
	background: url(../img/design/page_border_bl.gif) left bottom no-repeat;
}

#page_br {
	background: url(../img/design/page_border_br.gif) right bottom no-repeat;
}

#page {
	padding: 15px;
}

#logo {
	position: absolute;
	top: 25px;
	left: 35px;
	width: 160px;
	height: 165px;
	overflow: hidden;
	background: url(../img/design/logo.gif) no-repeat;
}

#logo a {
	display: block;
	width: 160px;
	height: 165px;
}

#company_name {
	height: 90px;
	overflow: hidden;
	margin-top: 10px;
	background: url(../img/design/name.gif) center 10px no-repeat;
	text-align: center;
}

#header>#company_name {
	height: 80px;
	background-position: center top;
}

#company_name a {
	display: block;
	width: 221px;
	height: 0;
	overflow: hidden;
	padding-top: 80px;
	margin: 0 auto;
}

#tag_line {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal;
	font-weight: bold;
}

#top_nav_wrapper {
	width: 570px;
	margin: 10px auto;
	background: #000;
}

.box_t {
	background: url(../img/design/box_border_t.gif) left top repeat-x;
}

.box_b {
	background: url(../img/design/box_border_b.gif) left bottom repeat-x;
}

.box_l {
	background: url(../img/design/box_border_l.gif) left top repeat-y;
}

.box_r {
	background: url(../img/design/box_border_r.gif) right top repeat-y;
}

.box_tl {
	background: url(../img/design/box_border_tl.gif) left top no-repeat;
}

.box_tr {
	background: url(../img/design/box_border_tr.gif) right top no-repeat;
}

.box_bl {
	background: url(../img/design/box_border_bl.gif) left bottom no-repeat;
}

.box_br {
	background: url(../img/design/box_border_br.gif) right bottom no-repeat;
}

#page_body {
	margin: 0 0 10px 0;
}

#left_wrapper {
	float: left;
	width: 180px;
	margin-left: 5px;
}

#page_body>#left_wrapper {
	margin-left: 10px;
}

#right_wrapper {
	float: right;
	width: 180px;
	margin-right: 5px;
}

#page_body>#right_wrapper {
	margin-right: 10px;
}

#content_wrapper {
	margin: 0 200px;
	background: #000;
}

#footer {
	text-align: center;
	margin: 5px;
	color: #FFF;
	font-weight: bold;
}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clear_left {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: left;
}

.clear_right {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: right;
}