body {
	font-family: cabrili, verdana;
	font-size: 12pt;
	margin: 0;
	background-image: url("images/background.png");
	background-repeat: repeat-y;
	background-position: center;
}

table {
	font-family: cabrili, verdana;
	font-size: 12pt;
}

h1 {
	font-size: 14pt;
	color: #cf9110;
	font-weight: bold;
	font-family: arial, verdana;
	margin: 0px;
}

h2 {
	font-size: 12pt;
	color: #cf9110;
	font-weight: bold;
	font-family: arial, verdana;
}

table {
	table-layout: fixed;
}

a:visited {
	color: #cf9110
}

a:hover {
	color: #cf9110
}

a:active {
	color: #cf9110
}

#navbar {
	background-image: url("images/dr-hauschka-bar.jpg");
	background-repeat: no-repeat;
	height: 60px;
	line-height: 66px;
	width: 1100px;
}

#footernavbar {
	font-size: 8pt;
}

#navbar ul li,#footernavbar ul li {
	display: inline;
	padding: 6px;
}

#navbar ul li a,#footernavbar ul li a {
	text-decoration: none;
/*	color: #ad3400; */
	color: white;
}

#footernavbar ul li a {
	color: #ad3400;	
}

#navbar ul li a:hover,#footernavbar ul li a:hover {
	text-decoration: none;
	color: #7F250E
}

.content {
	padding-left: 5px;
	padding-right: 5px;
	height: 130px;
	vertical-align: top;
}

.content a img {
	border-radius: 10px 10px 10px 10px;
}

.auto-style1 {
	text-align: center;
}

.reg-txt {
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}

#floating-header-wrapper {
	position: relative;
}

#floating-header {
    background: none repeat scroll 0 0 white;
    color: #D27228;
    font-family: Comic Sans MS;
    font-size: 13pt;
    height: 30px;
    left: 15px;
    position: absolute;
    text-align: left;
    top: 6px;
	width: 650px;
}
