body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}
#container {
	margin: auto;
	width: 900px;
	text-align: left;
}
#logo {
	background-image: url(images/logo.png);
	height: 63px;
	width: 223px;
	float: left;
	background-repeat: no-repeat;
}
#phone {
	background-image: url(images/phone.png);
	height: 31px;
	width: 211px;
	float: right;
	position: relative;
	left: -69px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 43px;
	width: 100%;
	float: right;
	text-align: right;
}
#container_inner {
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	/* margin-bottom: 135px; */
}
#sidebar {
	float: left;
	width: 220px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #000;
	color: #aa5454;
	background-image: url(images/sidebar_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: x-small;
	line-height: 1.75em;
}
#sidebar p img {
	text-align: center;
	margin: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #aa5454;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#container_right {
	float: right;
	width: 500px;
	margin-left: 65px;
	margin-right: 65px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer {
	position: relative;
	/* bottom: 0px; */
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 63px;
	width: 100%;
	float: left;
	padding-top: 50px;
	color: #990000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
}
#footer_container {
	width: 900px;
	margin: auto;
	text-align: right;
	vertical-align: top;
}
#footer_logo {
	background-image: url(images/footer_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 265px;
	height: 50px;
	float: left;
}
a:link, a:visited, a:hover {
	color: #AA5454;
	font-style: normal;
	background: transparent url(images/link_out.png) no-repeat center right;
	padding-right: 15px;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
#contactus a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactus {
	height: 35px;
	width: 109px;
	position: relative;
	top: 40px;
	float: right;
	/* position: fixed;
	bottom: 75px;
	left: 50%;
	margin-left: 336px; */
	clear: none;
	z-index: 99;
}
#flash img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
