
body {
	width:100%;
	margin:0;
	text-align:center;
	background: #8b6e2c url('/images/bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	color: #333333;
}



a {color: #1a90cd; text-decoration: none; outline:none;}
a:visited{color:#1a90cd; text-decoration:none;}
a:hover {color: #ffffff; text-decoration: none; background-color:#1a90cd;}

#footerlinks a {color: #ffffff; text-decoration: none; outline:none;}
#footerlinks a:visited{color:#ffffff; text-decoration:none;}
#footerlinks a:hover {color: #30b2e9; text-decoration: none; background-color:#ffffff;}

img {border:0; margin:0; padding:0;}

td {font-size:14px;}

h1,h2,h3 {
	font-family: Georgia;
}

h1 {font-size:22px; margin-top:3px;}

.floatleft {float:left;}
.floatright {float:right;}
.text {line-height:20px;}

.center {text-align:center;}

.padded {padding:15px;}

.lightblue {
	background-color: #bce8f7;
}

table.menu {width:700px; border-collapse: collapse;}
table.menu td {
	padding: 10px 5px;
	vertical-align:top;
	line-height:18px;
	border-bottom: 1px solid #9fdbf0;
}

#all {
	margin:0 auto;
	width:960px !important;
	width:966px;
	/* height:770px; */
	background-image: url('/images/allbg.jpg');
	background-position-y: 62px;
	background-repeat: no-repeat;
}

#nav {
	width:960px;
	height:62px;
	text-align: left;
	background: url('/images/navbg.jpg') no-repeat; 
}

#nav ul {
	list-style: none;
	width:960px !important;
	width:966px;
	margin:0;
	padding:0;
	
	}

#nav ul li {
	list-style: none;
	display:inline;
	margin:0;
	padding:0;

	}
 #nav ul li img {
 	display:block;
	float:left;
 	border:0;
 	padding: 0;
 	margin: 0 1px 0 0;
 }

#home-content {
	background-color: #b89c51;
	
}

#home-left {
	margin:3px 3px 3px 6px !important;
	margin:3px;
	background-color:#fff;
	float:left;
	width:950px;

	text-align:left;
}

#interior-content{
	background:#fff;
	float:right;
	width:740px !important;
	width:736px;
	margin:7px 0 0 0 !important;
	margin:7px 3px 0 -3px;
	text-align:left;
	
}

#footerlinks {
	font-size:11px;
	color:#fff;
	margin-top:10px;
}

