@charset "utf-8";
body {
	background-color:#A799BB;
	margin: 0;
	padding: 0;
	color: #000;
}
#box_background {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color:#A799BB;
	margin: 0;
	padding: 30px 0 0 0;
	color: #FFF;
	/* [disabled]background-image: url(images/background-1.gif); */
	background-repeat: repeat-x;
}
div {
	margin:0;
	padding:0;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 960px;
	background: #333333;
	margin: 0 auto;
	background-image: url(images/page-background.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FCC;
	position: relative;
}
#placed_image{
position:absolute;
}
#header {
	background-image: url(images/header-background1.jpg);
	height: 200px;
	color: #666;
	font-weight: bold;
	background-color: #9CF;
	background-repeat: repeat-x;
	text-align: center;
	border-bottom: 4px solid #69f;
}
.nav {
	background-color:#06C;
	height:30px;
	padding: 3px 15px;

}

.nav ul {
width:960px;
list-style:none;
}
.nav ul li {
	width:120px;
	height:24px;
	background-color:#FFC;
	border:solid 1px #F63;
	float:left;
	margin:1px 2px;
	text-align: center;
	color: #D22E35;
	font-size: 11px;
	padding:0;

}
.nav ul li a {
	display:block;
	background-color:#FF9;
	background-image:url(images/button-background1.jpg);
	text-align: center;
	color: #D22E35;
	text-decoration:none;
	line-height:24px;
	font-weight:bold;
}
.nav ul li a:hover {
	background-color:#9CF;
	text-align: center;
	color: #D22E35;
	background-image:none;
}


.phone_number1 {
	position:absolute;
	left: 622px;
	top: 32px;
	font-size: 16px;
	width: 275px;
}
.content {
}
.footer {
 clear:left padding: 10px 0;
	clear: left;
	background-color: #FFC;
	margin: 0;
	text-align: center;
	padding: 20px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer {
	background-color:#666;
	color:#CCC;
}
