body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	<!-- color: #7FAE58; -->
	color: #4B699A;
	background-color: #EFF4FA;
}
.quote {
	font-weight: bold;
	color: #4B699A;
}

/*###########################################
	LINKS
###########################################*/
a:link, a:visited, a:active {
	color: #7FAE58;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

/*###########################################
	CONTENT
###########################################*/
.content {
	line-height: 18px;
	color: #4B699A;
	
}
a.content:link, a.content:visited, a.content:active {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

.content_box {
	/*background-image: url(../images/content_bg.gif);*/
	background-repeat: repeat-x;
	background-color: #FFFAC7;
}
.content_box_l {
	background-image: url(../images/content_l_bg.gif);
}
.content_box_b {
	background-image: url(../images/content_b_bg.gif);
}

/*###########################################
	MENU
###########################################*/
.menu {
	background-image: url(../images/navi_bg.gif);
}
a.menu:link, a.menu:visited, a.menu:active {
	color: #4B699A;
	text-decoration: none;	
}
a.menu:hover {
	text-decoration: underline;
}
.page_body {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


div#copyright {
	font-size: 10px;
	color: #9a9a9a;
	text-align: center; /* be nice to IE */
}
