/*ALL SITE*/
*{
	margin: 0; 
	padding: 0;
	outline: 0;
}
body{
	background:#B49264;
	font-family:Arial;
	font-size:13px;
	color: #000000;
	line-height: 18px;
}
a {text-decoration:none;}
img{padding: 5px;}
a img{border:none;}
.float_left{float:left;}
.float_right{float:right;}
.clear{clear:both}


/* Structure*/
#container {
	width: 725px;
	margin:0px auto; /* center*/
	min-height: 100%;
  	height: auto !important;
  	height: 100%; /* For IE */
  	padding: 10px;
  	background: #ffffff;
}

#header {
	background-image:url(../img/header2.png);
	background-repeat:no-repeat;
	height: 190px;
	width: 725px;
}

#content {
	padding-top: 10px;
}

#article {
	float: right;
	width: 500px;
	padding-left: 5px;
}

#sidebar {
	float: left;
	width: 215px;
	padding-right: 5px;
	padding-top: 20px;
}

#sidebar h6{
	font-size:18px;
	font-style:italic;
	text-align:center;
	color: #FF0000;
}

#sidebar h5{
	font-size:14px;
	font-style:italic;
	text-align:center;
	color:#660099;
}

#sidebar h4{
	font-size:10px;
	font-style:italic;
	text-align:center;
	color:#FF0000
}

#sidebar h3{
	font-size:22px;
	font-style:italic;
	text-align:center;
	color:#8B5E35;
}

#right_article315 {
	float: right;
	width: 315px;
	padding-left: 5px;
	padding-top: 25px;
	padding-bottom: 20px;
}

#left_article400 {
	float: left;
	width: 400px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#background_img_container{
	width: 720px;
	height: 500px;
	background:url(../links/images/furniture_links_page.gif)
}
#right_article {
	float: right;
	width: 340px;
	height: 400px;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 85px;
	padding-bottom: 10px; 
}

#left_article {
	float: left;
	width: 285px;
	height: 400px;
	font-size: 11px;
	padding-left: 50px;
	padding-right: 5px;
	padding-top: 85px;
	padding-bottom: 10px;
}

#right_article ul{
	padding-left:25px;
}

#left_article ul{
	padding-left:15px;
}

#box {
	background-color: #F0E7D8;
	border: 1px solid #8B5E35;
	color: #8B5E35;
	padding: 3px 5px 3px 5px;
}
#video {
	background-color: #F0E7D8;
	border: 1px solid #8B5E35;
	color: #8B5E35;
	padding: 3px 0px 23px 0px;
}

#guides_article{
	padding:10px;
}

/*horizontal navigation*/
#nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #8b5e35;
	height: 30px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav ul li {
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #FFF; 
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}

#nav ul li a:hover, #nav ul li a:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #000; 
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}

/*content*/
h2 {
	font-size:14px;
	color:#8B5E35;
	text-decoration: underline;
	padding-bottom: 1px;
}

h3 {
	font-size:12px;
	color:#8B5E35;
	text-decoration: underline;
	padding-bottom: 8px;
}

#content a:link, #content a:visited {
	color:#8B5e35;
	font-weight: bold;
	text-decoration: underline;
}

#content #Mapquest a:link, #content #Mapquest a:visited {
	color:#FF0000;
	font-weight: bold;
	font-size:18px;
}
#content a:active, #content a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#giftbox {
	margin:0px auto; /* center*/
	border: 3px solid #005E20;
	font-family: "Times New Roman";
}

#giftbox h2 {
	color: #005E20
	font-size: 18px;
}

/*footer*/
#footer{
	height: 61px;
	background-image:url(../img/footer.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #006600;
}

#end_footer {
	margin:0px auto; /* center*/
	min-height: 100%;
  	height: auto !important;
  	height: 100%; /* For IE */
  	width: 725px;
  	padding: 5px;
}

#footer a:link, #footer a:visited{
	color:#006600;
	border-bottom: 1px dotted #006600;
}

#footer a:active, #footer a:hover{
	color:#ffffff;
	border-bottom: 1px dotted #ffffff;
}


