html {
	background-image: url('images/bg_paint.jpg');
	background-color: #ebecc6;
	background-attachment: fixed;
	}
	
html,body {
	font-family: Verdana, Arial, sans-serif;
	color: #623c36;
	font-size: 12px;
	text-align: center;
	}

body {
	margin: 15px auto 10px;
	}

a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}

a:hover {
	color: #642a20;	
	}

/* ids */

#wrapper {
	margin: 0px auto;
	width: 950px;
	height: 100%;
	}

#banner {
	float: left;
	width: 250px;
	height: 300px;
	}
	#banner p {
	padding: 15px;
	}
	#banner a:visited {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	}


#nav {
	width: 500px;
	float: left;
	margin: 25px auto 20px;
	
	}

#nav a, a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #642a20;
	}
	
#nav a:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #a69f85;
	}

#nowopen {
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
#contentholder {
	float: left;
	width: 630px;
	}

#content {
	width: 630px;
	background-color: #f5f5dc;
	-moz-border-radius: 10px;
	text-align: left;
	padding: 10px 15px 10px 15px;
	color: #3d2b1f;
	line-height: 20px;
	float: right;
	}
	#content a, #content a:visited {
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		color: #000;
		}
	#content a:hover {
		color: #642a20;	
		}

#address {
	width: 630px;
	float: left;
	text-align: center;
	padding: 10px 15px 0px 15px;
	}
	
#footer {
	width: 630px;
	float: left;
	text-align: center;
	padding: 0px 15px 10px 15px;
	color: #967117;
	font-size: 9px;
	}

#footer a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #967117;
	font-size: 9px;
	}

#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 9px;
	}

/* classes */

.clear {
	clear: both;
	}

.fleft {
	float: left;
	}

.fright {
	float: right;
	text-align: right;
	}

.title1 {
	color: #642a20;
	font-size: 16px;
	font-weight: bold;
	}
	
.title2 {
	color: #642a20;
	font-size: 16px;
	font-weight: bold;
	}

.title3 {
	color: #642a20;
	font-size: 12px;
	font-weight: bold;
	}

.rightimg {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 30px;
	}

.legal {
	font-size: 9px;
	}
	
.legal a {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}

.legal a:hover {
	color: #fff;	
	}


/* Browser Fixes */

.ff3 #content {
	width: 600px;
	background-color: #f5f5dc;
	-moz-border-radius: 10px;
	text-align: left;
	padding: 10px 15px 10px 15px;
	color: #3d2b1f;
	line-height: 20px;
	}