
@import url(menu.css );

html 
{
	margin: 0;
	padding: 0;
	background-color: #f2f1ec; /*#f8f7f3 url(../images/bg_html.jpg) bottom left repeat-x;*/
}

body
{
	position: relative;
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 12px;
	line-height: 16px;
	color: #3b3a35;
	width: 950px;
	min-height: 800px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	background: url(../images/bg_body.jpg) bottom left no-repeat;
}

h1, h2, h3, h4, h5, h6
{
	color: #7b796e;
	font-family: "Times New Roman", serif;
}
h1 { font-size: 30px; }
h2 { font-size: 16px; }
h3, h4, h5, h6 { font-size: 14px; }

a, a:link, a:visited
{
	color: #333;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

.clearfix { clear: both; }

a img { border: none; }

ul
{
	margin: 0;
	padding: 0;
}
li { list-style: none; }

/****** START header ******/

#header_wrapper
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	height: 228px;
	background: url(../images/bg_header.jpeg) top right no-repeat;
}

#logo 
{
    float: left;
	margin: 20px 0 0 28px;
}

/****** END header ******/

/****** START index ******/

#content_wrapper
{
	margin: 0 auto;
	padding: /*284px 0 0 0*/ 234px 0 0 0;
}

#main_col
{
	float: left;
	width: 569px;
	margin: -20px 200px 0 177px;
	*margin-top: 0px;
	padding-bottom: 35px;
	background: url(../images/content_bottom.gif) bottom left no-repeat;
}
.content_top
{
	position: relative;
	top: 0;
	left: 177px;
	width: 569px;
	height: 37px;
	background: url(../images/content_top.gif) top left no-repeat;
}
#main_col_inner 
{ 
	padding: 0 30px 50px 30px;
	background-color: #fff; 
}
#main_col_inner h1
{
	padding: 12px 0;
	border-bottom: 1px dashed;
}

#left_col
{
	position: absolute;
	top: 259px;
	left: 0px;
	width: 165px;
}
#date
{
	font-family: "Times New Roman", serif;
	color: #b4b09f;
	font-size: 24px;
	line-height: 30px;
	margin-left: 28px;
}
#date p { margin: 0; padding: 0; }

#right_col
{
	position: absolute;
	top: 259px;
	right: 0px;
	width: 190px;
}

.call_us, .phone_no { font-weight: bold; font-family: "Times New Roman"; margin-left: 3px; }
.call_us { font-size: 18px; }
.phone_no { font-size: 22px; }

#newsletter_bttn { margin-top: 20px; }

#search_bttn form { margin: 0 0 15px 4px; padding: 0; }
#search_bttn input.search_bg
{
	position: relative;
	width: 111px;
	height: 19px;
	border: none;
	margin: 0;
	padding: 2px 0 0 15px;
	background: url(../images/search_bg.jpg) top left no-repeat;
}
#search_bttn input.search_bttn
{
	position: relative;
	top: 6px;
	*top: 4px;
	left: -4px;
	margin: 0;
	padding: 0;
}

#content_1 img, #content_2 img { margin-top: 15px; }
#content_1 p, #content_2 p
{
	margin: 7px 0;
	padding: 0 7px;	
}

#footer_links
{
	width: 151px;
	height: 82px;
	margin-top: 35px;
	padding: 17px 0 0 25px;
	background: url(../images/bg_footer_links.jpg) top left no-repeat;
}

/****** END index ******/
