HTML, BODY
{
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, sans-serif;
	color: #000;
}
BODY
{
	background: #685F4D url(../img/header.png) no-repeat;
}
IMG
{
	border: 0;
}
A
{
	text-decoration: none;
	outline: 0;
	color: #4C412E;
}
A:hover
{
	text-decoration: underline;
}
#wrap
{
	width: 930px;
	margin-left: 16px;
	position: relative;
}
#header
{
	position: relative;
	height: 100px;
}
#title
{
	width: 759px;
	height: 35px;
	position: relative;
	padding-top: 30px;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #C8BFAD;
	text-align: center;
}
.bold_gray
{
	font: bold 9px/12px Verdana, Arial, sans-serif;
	color: #C8BFAD;
}
#top_menu
{
	width: 746px;
	height: 35px;
	position: relative;
	background: url(../img/top_menu_bg.png) repeat-x bottom;
}
#top_menu #corner
{
	width: 23px;
	height: 35px;
	position: absolute;
	background: url(../img/top_menu_corner.png) no-repeat bottom;
}
#top_menu #corner_right
{
	width: 23px;
	height: 35px;
	position: absolute;
	right: -11px;
	background: url(../img/top_menu_corner_right.png) no-repeat bottom;
}
#top_menu UL
{
	float: right;
	margin: 15px 0 0;
	padding: 0 0 0 56px;
	list-style: none;
}
#top_menu LI
{
	width: 89px;
	height: 38px;
	position: relative;
	margin-left: 10px;
	padding: 1px 19px 0 20px;
	float: left;
	background: #4C412E;
}
.top_menu_corner_left
{
	width: 10px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/corner_left.png) no-repeat;
}
.top_menu_corner_right
{
	width: 10px;
	height: 9px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/corner_right.png) no-repeat;
}
#content
{
	width: 718px;
	float: left;
	position: relative;
	padding: 40px 21px 0px;
	font: 11px Verdana, Arial, sans-serif;
	text-indent: 30px;
	background: #FFF;
	z-index: 1;
}
#content SPAN FONT
{
	font: 11px Verdana, Arial, sans-serif;
}
#content A
{
	text-decoration: underline;
}
#content_corner
{
	width: 8px;
	height: 7px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/content_corner.png) no-repeat;
}
#notch_top
{
	width: 20px;
	height: 11px;
	position: absolute;
	top: -3px;
	left: 242px;
	background: url(../img/notch_top.png) no-repeat;
}
#notch_bottom
{
	width: 20px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	_bottom: -6px;
	left: 242px;
	background: url(../img/notch_bottom.png) no-repeat;
}
#ship_container
{
	height: 134px;
	position: relative;
	margin-top: 20px;
}
#ship
{
	width: 351px;
	height: 134px;
	position: absolute;
	bottom: -2px;
	left: 262px;
	background: url(../img/ship.jpg) no-repeat;
}
#right_menu
{
	width: 170px;
	float: right;
	position: absolute;
	top: 117px;
	right: 0;
	background: #4C412E;
}
#right_menu_corner
{
	width: 10px;
	height: 9px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/corner_right.png) no-repeat;
}
#right_menu_corner_bottom
{
	width: 9px;
	height: 9px;
	position: absolute;
	right: 0;
	bottom: 0;
	_bottom: -5px;
	background: url(../img/corner_right_bottom.png) no-repeat;
}
#right_menu UL
{
	margin: 10px;
	padding: 0;
	list-style: none;
}
#right_menu UL LI
{
	margin-bottom: 5px;
}
#right_menu UL LI A
{
	color: #FFF;
}
#gray_bg
{
	width: 776px;
	height: 31px;
	margin-top: -31px;
	background: #C8BFAD;
	z-index: -1;
}
#footer
{
	width: 745px;
	height: 29px;
	padding-left: 31px;
	position: relative;
	background: #C8BFAD;
}
#brown_line
{
	width: 727px;
	height: 9px;
	position: relative;
	background: #4C412E;
}
#copyright
{
	position: relative;
	margin-top: 2px;
	font-size: 11px;
	color: #000;
}
#copyright A
{
	color: #4C412E;
}
