body {
	padding: 0px;
	margin: 0px;
	background-color: #04492E;
}
body, td {
	font-family: arial;
	font-size: 12px;
	color: #1F513A;	
}
img {
	border: 0px;
}
#wrapper, #left, #right, #logo, #navi, #header, #content {
	float: left;
}
#wrapper {
	width: 850px;
	background: url(img/main_bg.gif) top left repeat-y;
}
#left, #logo, #navi {
	width: 160px;
}
#right, #header, #content {
	width: 690px;
}
#logo {
	height: 136px;
}
#header {
	background: url(img/header_bg.gif) top left repeat-y; 
	height: 73px;
	padding-top: 11px
}
#content {
	overflow: auto;
	height: 530px;
}
#content a {
	text-decoration: underline;
	color: #1F513A;
}
#content a:hover {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #D0903C;
}
hr {
	color: #04492E;
	height: 1px;
}
