body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #445566;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dbdbbd;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
}
/* LAYOUT */
#wrapper {
	height: auto;
	width: 965px;
	margin: 0px auto;
	background:url(../images/bg_content.gif) top repeat-y;
}
#header {
	width: 965px;
	height: 181px;
	background: url(../images/bg_header.gif) top repeat-y;
}
#menu { 
	width: auto;
	height: 79px; /* 49 + 30 */ 
	padding-left: 58px;
	background: url(../images/bg_top_white_30px.gif) bottom center no-repeat;
}
#content_holder { 
	width: 955px;
	background: #FFFFFF;
	margin: 0px auto;
	padding-top: 5px;
}
#content {
	width: 925px;
	height: auto;
	margin: 0px 15px 0px 15px;
}
#content_curve_bottom {
	width: 955px;
	height: 15px;
	background: url(../images/bg_page_white_bottom.gif) top left no-repeat;
}
#footer {
	width: 965px;
	height: 31px;
	margin: 0px auto;
	background:url(../images/bg_footer.gif);	
}
#footer_content {
	width: 955px;
	height: 31px;
	line-height: 20px;
	text-align: center;
}
#logo_holder {
	width: 955px;
	background: #dbdbbd;
}
/* INDEX */
#i_content_left {
	width: 440px;
	height: auto;
	float: left;
}
#i_content_center {
	width: 45px;
	height: auto;
	float: left;
}
#i_content_right {
	width: 440px;
	height: auto;
	float: right;
}
/* FONTS */
a:link {
	color: #415262;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #445566;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #445566;
}
.titles {
	color: #445566;
	font-weight: bold;
}
.msg { color:#FF0000; }
.err { color:#FF0000; }
.brown_link, a.brown_link, a.brown_link:hover {
	color: #959553;
	font-weight: bold;
}
.titles { 
font-size:160%;
font-weight:normal;
margin:0 0 3px;
}