@charset "UTF-8";
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EEF4D7;
	margin: 0px;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	background-image: url(images/cbi_site_r2_c1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.content a:link{
	color: #55584E;
	text-decoration: none;
}
.thumb {
	border: 1px solid #FFFFFF;
}
.content a:active{
	color: #55584E;
	text-decoration: none;
}.content a:hover{
	color: #55584E;
	text-decoration: none;
}.content a:visited{
	color: #55584E;
	text-decoration: none;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #717366;
}
#navcontainer {
	width: 140px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#navcontainer a
{
	display: block;
	width: 120px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/button_up.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#navcontainer a:hover
{
	color: #fff;
	background-image: url(images/button_over.jpg);
	background-position: left top;
}
