@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../objects/bk.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	line-height: 28px;
}

h2 {
	font-size: 16px;
	line-height: 26px;
}

h3 {
	font-size: 14px;
	line-height: 24px;
}

p {
	font-size: 12px;
	line-height: 22px;
}

li{
	font-size: 12px;	
}

a:link{
	color: #532408;
	text-decoration: none;
	font-weight: bold;	
}

a:visited{
	color: #532408;
	text-decoration: none;	
	font-weight: bold;	
}

a:hover{
	color: #666;
	text-decoration: none;	
	font-weight: bold;	
}

img{
	border: 0;
}

#wrapper{
	width: 960px;
	margin: 40px auto;	
}

#header{
	width: 960px;
	height: 92px;
}

#logo{
	width: 305px;
	float: left;
}

#menu {
	width: 600px;
	height: 70px;
	padding-top: 22px;
	float: right;
	font-weight: bold;
	background-image:url(../objects/menuBg.jpg);
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	padding-left: 30px;
	font-size: 14px;
}

#menu a:link {
	color: #532408;
	text-decoration: none;
}

#menu a:visited {
	color: #532408;
	text-decoration: none;
}

#menu a:hover {
	color: #ccc;
	text-decoration: none;
}

#menu a:active {
	color: #532408;
	text-decoration: none;
}

#content {
	width: 940px;
	border: solid 10px #f3e6be;
	background-color:#f3db91;	
	height: 450px;
	float: left;
	margin-top: 30px;	
}

.column1{
	width: 320px;
	float: left;	
}

.column2{
	width: 580px;
	height: 410px;
	overflow:auto;
	padding: 20px;
	float: left;
}

.column3{
	width: 900px;
	height: 410px;
	padding: 20px;	
	overflow:auto;
}

#footer{
	width: 100%;
	text-align:center;
	font-size:10px;
	float: left;
	margin: 20px 0 20px;	
	color: #fff;
}

#home{
	width: 800px;
	margin: 0 auto;	
}

#homeButtons{
	width: 319px;
	float: left;	
	margin: 130px 93px;
}

#scrollingLeft{
	float: left;	
}

#scrollingRight{
	float: right;	
}

#bottomLinks{
	float: left;
	margin-top: 30px;
	background-color:#f3db91;
	border: solid 5px #f3e6be;
	padding: 10px;
		
}


