body {
	margin:0;
	padding:0;
	background-color:#D9D9D9;
	background-image:url('../img/body_bg.gif');
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}

td {
	text-align:left;
}

body, td, p, div {
	font-family:Verdana, Tahoma, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#222;
}

#body {
	width:996px;
	margin:auto;
}

/**** TOP ****/
#body td.top_left {
	width:28px;
	background-image:url('../img/top_left.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}
#body td.top_right {
	width:28px;
	background-image:url('../img/top_right.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
}
#body td.top_middle {
	background-image:url('../img/top_middle.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:right;
}
#body div.top {
	position:relative;
	width:940px;
	height:85px;
	text-align:right;
}
#body div.top a.logo {
	display:block;
	height:26px;
	position:absolute;
	left:0;
	top:10px;
	font-family:Microsoft Sans Serif;
	font-size:24px;
	font-weight:bold;
	color:#5C1E02;
	text-decoration:none;
	background-image:url('../img/logo.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	padding:40px 0 0 70px;
}

/**** TOP ARROW ****/
#body td.top_arrow_left {
	width:28px;
	height:20px;
	background-image:url('../img/top_arrow_left.gif');
	background-position:top right;
	background-repeat:no-repeat;
}
#body td.top_arrow_right {
	width:28px;
	height:20px;
	background-image:url('../img/top_arrow_right.gif');
	background-position:top left;
	background-repeat:no-repeat;
}
#body td.top_arrow_middle {
	background-color:#FFF;
}

/**** MENU ****/
#body div.top a.menu {
	display:block;
	float:right;
	padding:51px 22px 16px 22px;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:14px;
	color:#5C1E02;
	text-transform:uppercase;
	text-decoration:none;
}
#body div.top a.menu:hover {
	background-image:url('../img/menu_bg_act.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#A13200;
}
#body div.top span.menu {
	display:block;
	float:right;
	padding:51px 22px 16px 22px;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:14px;
	color:#A13200;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url('../img/menu_bg_act.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}
div.menu_arrow {
	position:absolute;
	top:54px;
	width:2px;
	height:14px;
	background-color:#5C1E02;
	font-size:0;
	line-height:0;
}

/**** BOTTOM ****/
#body td.bot_left {
	width:28px;
	height:13px;
	background-image:url('../img/bot_left.gif');
	background-repeat:no-repeat;
	background-position:top right;
}
#body td.bot_right {
	width:28px;
	height:13px;
	background-image:url('../img/bot_right.gif');
	background-repeat:no-repeat;
	background-position:top left;
}
#body td.bot_middle {
	background-image:url('../img/bot_middle.gif');
	background-repeat:no-repeat;
	background-position:top;
	text-align:right;
}

/**** CONTENT ****/
#body td.left {
	background-image:url('../img/left_bg.gif');
	background-repeat:repeat-y;
	background-position:right;
}
#body td.right {
	background-image:url('../img/right_bg.gif');
	background-repeat:repeat-y;
	background-position:left;
}
#body td.content {
	background-image:url('../img/content_bg.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#FFF;
	padding:0 0 10px 0;
}
#body td.content table.main {
	width:100%;
}
#body td.content table.main td.border {
	background-color:#747B08;
}
#body td.content table.main td.body {
	width:100%;
	padding:0 0 100px 23px;
}

/**** OTHER ****/
h1 {
	position:relative;
	display:block;
	height:40px;
	line-height:40px;
	margin:0 0 20px 0;
	padding:0 25px;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#FFE5C5;
	background-color:#747B08;
	background-image:url('../img/h1_bg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
h1 img {
	position:absolute;
	top:0px;
	left:0px;
}
h2 {
	line-height:26px;
	margin:0 0 20px 0;
	padding:0 15px;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFE5C5;
	background-color:#747B08;
	background-image:url('../img/h2_bg.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}
p {
	margin:0 0 15px 0;
	padding:0;
}
p.subhead {
	font-size:15px;
	color:#747B08;
}

/* ul,ol class*/
ol {
	margin:0 0 15px 20px;
	padding:0;
}
ul {
	margin:0 0 15px 20px;
	padding:0;
}	
li {
	font-size:11px;
	line-height:14px;
	margin:0 0 3px 0;
}

/* a class */
a {
	text-decoration:underline;
	color:#5C1E02; }
a:hover {
	color:#A13200;
}