*{
    margin:0;
    padding:0;
}
body{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 34px;
	font-style: italic;
	letter-spacing:-1px;
	width:10000px;
	position:absolute;
	top:80px;
	left:0px;
	bottom:0px;
	background-color: #FFF;
}
.section{
	margin:0px;
	top: 10px;
	bottom:0px;
	width:2000px;
	float:left;
	height:100%;
	text-shadow:1px 1px 1px #f1f1f1;
}
.section h2{
	color: #C7EAFC;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 500px;
}
.section p{
	width:600px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
}
.black{
	color:#999;
	background:#fff url(../images/black.jpg) no-repeat top left;
}
.white{
	color:#999;
	background:#fff url(../images/white.jpg) no-repeat top left;
}

.brown{
	color:#999;
	background:#fff url(../images/brown.jpg) no-repeat top left;
}


.blue{
	color:#999;
	background:#fff url(../images/blue.jpg) no-repeat top left;
}


.beige{
	color:#999;
	background:#fff url(../images/beige.jpg) no-repeat top left;
}

.section ul{
    list-style:none;
    margin:20px 0px 0px 550px;
}
.black ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.black ul li a{
	display:inline;
	color:#f0f0f0;
}
.black ul li a:hover{
    text-decoration:none;
    color:#fff;
}
.white ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#f0f0f0;
}
.white ul li a{
	display:inline;
	color:#E4E4E4;
}
.white ul li a:hover{
    text-decoration:none;
    color:#000;
	
	
}
#fixedtop1 { position: fixed; top: 0px; left: 0; right:auto; border: none; z-index: 50; }
#center250a {
	width: 250px;
	margin: 0;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #C7EAFC;
	height: 35px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-image: url(../images/nav-bkgrd.png);
	border: 1px solid #5E331B;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	height: 35px;
}
#navbar ul li {
	display: inline;
	text-decoration: none;
}
#navbar ul li a {
	float: left;
	padding-top: 8px;
	padding-right: 30px;
	padding-left: 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #5E331B;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5E331B;
	}
#navbar a:hover,div.horizontal a:active
{
	float: left;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: bold;
	background-color:#C49A6C;
	height: 35px;
}

/* ~~ The footer ~~ */
.footer {
	position: fixed;
	top: 580px;
	left: 0;
	border: none;
	z-index: 50;
	background-color: #5E331B;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 400px;
	padding-left: 0px;
	width: 100%;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #C49A6C;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: normal;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: lighter;
	color: #C69B6A;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	letter-spacing: normal;
}
