/* CSS Document */
body {
	background:#ffffff;
	margin: 10;
	padding: 0;
	font: 0.9em "Arial", Helvetica, Sans-Serif;
	color: #631607;
	
}

#wrapper {

	width:850px;
	height:auto;
	margin: 0 auto;
	padding: 0px;
	border:solid 2px #631607;
	background-color:#FBE8A4;
}

/*header*/

#header {
		border: solid; color:#631607;
		width: 800px;
		height:200px;
		margin-left:25px;
		margin-right:25px;
		margin-top:10px;
		margin-bottom:25px;
	
}	
	
/* header over*/

/*links*/
	a { 
	color: #631607;
	background-color: inherit;

	}
	
	a:hover {
	color: #000000;
	background-color: inherit;
	
	}
	
	a:visited  {
	color: #631607;
	background-color: inherit;

	}
	
/*links over*/

#inner {

	width:800px;
	margin:auto;
	margin-top:25px;

	
}

/*MENU*/

#menu{
	width: 150px;
	margin-bottom:25px;
	margin-left:25px;
	padding: 0;
	font-size: 0.9em;
	float:left;
}

#menu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#menu li {
	margin-bottom: 4px;
}

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #FBE8A4;
	display: block;
	padding: 6px 0 0 10px;
	background: #631607;
	border-left: 4px solid #814337;
	border-right: 4px solid #814337;
}	

#menu li a:hover {
	background: #814337;
	color: #FBE8A4;
	border-left: 4px solid #631607;
	border-right: 4px solid #631607;
}

/* MENU OVER*/

/*phone number box */

#box {

	width:146px;
	height:auto;
	border-top: 8px solid #814337;
	border-bottom:solid 1px #814337;
	border-right:solid 1px #814337;
	border-left:solid 1px #814337;
	background-color:#631607;
	float:left;
	color: #FBE8A4;

}

#box:hover   {

	width:146px;
	height:auto;
	border-top: 8px solid #631607;
	border-bottom:solid 1px #631607;
	border-right:solid 1px #631607;
	border-left:solid 1px #631607;
	background-color:#814337;
	float:left;
	color: #FBE8A4;

}

/*phone number box over */

#content {	
	width:600px;
	border:solid #631607;
	margin-right:25px;
	margin-bottom:25px;
	float:right;
	font-weight:bolder;

}

#footer {

	border-top:solid 8px #631607;
	border-bottom:solid 1px #631607;
	border-right:solid 1px #631607;
	border-left:solid 1px #631607;
	background-color: #79332E;
	width:800px;
	margin-top:25px;
	margin-bottom:10px;
	margin-left:25px;
	margin-right:25px;
		
}

#footer a {
	 
	color: #FBE8A4;
	background-color: inherit;

}
	
#footer a:hover {
	color: #631607;
	background-color: inherit;
	
}
	
#footer a:visited  {
	color: #FBE8A4;
	background-color: inherit;

}

h1 {
	color: #631607;
	font-weight:800;
	font-size:20px;
	border-bottom:dotted #814337;
	text-align:center;
}

h2 {
	color: #FBE8A4;
	font-weight:bold;
	font-size:12px;
}
h5 {
	color: #FBE8A4;
	font-weight:bold;		
}

#pics   {

	width:150px;
	height:auto;
	border-top: 8px solid #631607;
	border-bottom:solid 1px #631607;
	border-right:solid 1px #631607;
	border-left:solid 1px #631607;
	color: #FBE8A4;
	margin-bottom:25px;

}
#pics:hover{

	width:150px;
	height:auto;
	border-top: 8px solid #814337;
	border-bottom:solid 1px #814337;
	border-right:solid 1px #814337;
	border-left:solid 1px #814337;
	color: #FBE8A4;
	margin-bottom:25px;

}