body
{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-image: url(http://www.gerbilconnection.com/Themes/Apple/Images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#container
{
	position: relative;
	width: 826px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://www.gerbilconnection.com/Themes/Apple/Images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.icon
{
	margin-right: 10px;
}

#center
{
	position: absolute;
	left: 50px;
	top: 330px;
	margin: 0px;
	width: 725px;
}

#header
{
	padding: 0px;
	margin: 0px;
	height: 835px;
	text-align: center;
}

#quoter
{
	position: absolute;
	left: 394px;
	width: 310px;
	height: 50px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
	color: #c3a176;
	font: bold 0.9em/0.9em Arial, Tahoma, Georgia, sans-serif;
	letter-spacing: -1px;
	top: 151px;
}

#content_content
{
	clear: left;
	font-family: "Segoe UI", "verdana", "arial";
	color: #575757;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
	padding-right: 25px;
	text-align: justify;
	font-size: 0.9em;
}

#content_content ul, #content_content ol
{
	font-size: 0.9em;
	list-style-position: outside;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 1.3em;
}

#content_content a
{
	color: rgb(19,112,171);
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0px;
	vertical-align: top;
}

#content_content a:link, a:visited
{
	color: rgb(19,112,171);
	text-decoration: none;
	vertical-align: top;
}

#content_content a:hover
{
	color: rgb(7,74,229);
	text-decoration: underline;
}

#content_content h1
{
	color: #4465A2;
	font-size: 1.1em;
	font-weight: normal;
	vertical-align:bottom;
	margin-top: 7px;
	margin-bottom: 4px;
	padding-bottom: 20px;
	border-bottom: #B6BCC6 1px solid;
}

#content_content h2
{
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 20px;	
	margin-bottom: 1px;
}

#content_content h3
{
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 10px;	
	margin-bottom: 1px;
}

#content_content h4
{
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 1px;
}

#content_content h5
{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 1px;	
	font-size: 0.9em;
	color: #575757;
}

/* START BreadcrumbBar */
#BreadcrumbBar {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	position: relative;
	z-index: 100;
	margin-left: 40px;
	margin-right: 25px;
}

 .BBTopLI > a, .BBTopSubLI > a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000000;
	overflow: hidden;
	padding: 3px;
}

.BBCollapseA {
	width: 7px;
	heigth: 7px;
	background-image: url(http://www.gerbilconnection.com/Themes/Apple/Images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	display: block;
	min-height: 14px;
}

.BBTopSubLI:hover a {
	background-image: url(http://www.gerbilconnection.com/Themes/Apple/Images/down-arrow.png);
	background-position: 3px 9px;
}

#BreadcrumbBar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.BBCurrentLI {
	float: left;
	position: relative;
	padding: 3px;
	border: 1px solid transparent;
}

.BBTopLI {
	float: left;
	position: relative;
	border: 1px solid transparent;
}

.BBTopSubLI {
	float: left;
	position: relative;
	margin-right: 1px;
	border: solid 1px transparent;
	border-left: solid 0px transparent;
}

#BreadcrumbBar ul li ul {
	display: none;
}

.BBTopLI:hover > a, .BBTopSubLI:hover > a {
	background-color: #bfe4ff;
}

.BBTopLI:hover {
	border: solid 1px #000000;
}

.BBCollapse:hover .BBTopLI, .BBCollapse:hover .BBCurrentLI {
	border: solid 1px #000000;
	background: #bfe4ff;
}

.BBCollapse:hover .BBTopSubLI {
	border: solid 1px #000000;
	border-left: solid 0px transparent;
	background-color: #bfe4ff;
}

#BreadcrumbBar ul li:hover ul {
	display: block;
	position: absolute;
	top: 20px;
	left: -20px;
	width: 180px;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 2px;
}

#BreadcrumbBar ul li:hover ul li a {
	display: block;
	background: #ffffff;
	border: solid 1px #ffffff;
	padding: 3px;
	color: #000000;
	text-decoration: none;
}

#BreadcrumbBar ul li:hover ul li a:hover {
	border: solid 1px #80c9ff;
	background-color: #bfe4ff;
	color: #000000;
	text-decoration: none;
}
/* END BreadcrumbBar */
