﻿body {
	background: #fff url("i/bg.jpg") repeat-x;
	color: #222;
	font-family: Tahoma, Verdana, Arial, Serif;
	font-size: 11px;	
	margin: 0px;
	padding: 0px;
	line-height: 13px;		
}

h3 { font-size: 11px; font-weight: bold; margin: 20px 0px 2px 0px; padding: 0px; }
p { margin: 8px 4px 4px 4px; line-height: 14px;}
img { border: 0px; }
a, a:hover { color: #3366CC; }

#header 
{		
	height: 75px;
	position: relative;
	margin-left: 0px;
	margin-right: auto;
	width: 900px;
}

#header a, #header a:hover { color: #000; text-decoration: underline; }

#header a.logolink, #header a:hover.logolink {
	background-image: url(i/logo.jpg);
    background-repeat: no-repeat;
    height: 75px;
    left: 25px;
    position: absolute;
    text-decoration: none;
    top: 0px;
    width: 180px;
}

#header .phoneNumbers
{
	position: absolute; bottom: 0px; right: 0px;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 4px;
}

#cbbody 
{
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
    margin-left: 0px;
	margin-right: auto;
	width: 900px;
}

#clearboth { clear: both;}

#footer 
{
	clear: both;
	margin-top: 20px; 
	font-size: 9px; 
	padding-bottom: 50px; 
	position: relative;
	margin-left: 0px;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
#footer a { color: #666; font-weight: bold; }
#footer #links { float: left; width: 700px; }
#footer #social_media { width: 200px; float: right; }
