html, body {
	width:100%; height:100%;
	font:12px sans-serif;
	color:#304142;
	margin:0 auto;
	background:#c0c0c0;
}
h1 {
	font-weight:bold;
	font-size:24px;
	margin-top:3px;
	margin-bottom:3px;
}
h2 {
	font-size:18px;
	margin-top:3px;
	margin-bottom:3px;
}
img {
	border:none;
}
a {
	color:#46231f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#main_table {
	width:1095px; height:100%;
	margin:auto;
	border:1px solid #FFF;
}
#leftside {
	background:url(/images/watermark_pelican.gif) center 250px no-repeat #c7cebb;
	width:198px;
	border-right:1px solid #FFF;
	vertical-align:top;
}
#companyinfo {
	width:197px;
	position:relative;
	bottom:50px;
}
#rightside_picture {
	background:url(/images/photo_background.jpg) center center repeat-y #c7cebb;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;	
}
#main_body {
	background:url(/images/index_05.jpg) top center no-repeat #89846e;
	padding:10px;
	vertical-align:top;
}
#rightside_mainbody {
	background:#9a947e;
	border-left:1px solid #FFF;
	vertical-align:top;
}
#titlebar {
	width:637px; height:93px;
	background:url(/images/white_pelican_logo.gif) no-repeat center left #314142;
	text-align:center;
	color:#FFF;
}
#prettypicture {
	background:url(/images/index_04.jpg) top center no-repeat #c7cebb;
	width:637px; height:148px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#loggedin {
	margin:auto;
	width:600px;
	height:20px;
}
#loggedin a, #formbuttons a {
	padding-top:5px;
	display:block;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	border:2px solid #FFF;
	width:100px;
	height:15px;
	background:url(/images/button_bg.jpg) center center repeat #89846e;
	color:#314142;
}
#menubar a, .editmenu a {
	margin-top: -1px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
	width:198px;
	height:15px;
	background:url(/images/button_bg.jpg) center center repeat #89846e;
	color:#314142;
}
#menubar a:hover, #loggedin a:hover, #formbuttons a:hover, .editmenu a:hover {
	background:url(/images/button_bg_over.jpg) center center repeat #314142;
	color:#c7cebb;
}
