body {
	background:url(images/bg.png) #71777d repeat-x;
	font-family:"Georgia";
	margin:0 0 15px 0;
	line-height:18px;
	font-size:11px;
	color:#464648;
	padding:0;
}

#container {
	margin:0 auto;
	width:724px;
}

#header {
	background:url(images/header.png) no-repeat;
	padding:80px 0 0 35px;
	position:relative;
	height:82px;
	width:689px;
}

#header h1 {
	background:url(images/logo.png) no-repeat;
	text-indent:-6000px;
	height:34px;
	width:304px;
	padding:0;
	margin:0;
}

#header h1 a {
	display:block;
	height:34px;
	width:304px;
}

#header h2 {
	background:url(images/specialists_since.png) no-repeat;
	text-indent:-6000px;
	position:absolute;
	height:16px;
	bottom:52px;
	width:228px;
	right:20px;
	padding:0;
	margin:0;
}

#header ul.menu {
	background:url(images/menu.png) repeat-x;
	list-style-type:none;
	padding:0 0 0 24px;
	position:absolute;
	height:33px;
	width:677px;
	left:11px;
	margin:0;
	bottom:0;
}

#header ul.menu li {
	text-align:center;
	float:left;
}

#header ul.menu li a {
	text-decoration:none;
	padding:10px 0 0 0;
	display:block;
	color:#53677b;
	height:23px;
}

#header ul.menu li.home a,
#header ul.menu li.about a {
	background:url(images/menu_home.png) no-repeat;
	width:164px;
}

#header ul.menu li.services a {
	background:url(images/menu_services.png) no-repeat;
	width:165px;
}

#header ul.menu li.contact a {
	background:url(images/menu_contact.png) no-repeat;
	width:160px;
}

#header ul.menu li a:hover,
#header ul.menu li.current a {
	background-position:bottom;
}

#body {
	background:url(images/body.png) repeat-y;
	position:relative;
	width:724px;
}

#body .inner {
	background:url(images/body_inner.png) bottom no-repeat;
	padding:5px 18px 45px 18px;
}

#body .trailer {
	background:url(images/trailer.png) no-repeat;
	margin:0 0 15px 0;
	height:205px;
	width:687px;
}

#body .front {
	padding:0 10px 0 10px;
	width:345px;
	float:left;
}

#body .front p {
	margin-top:0;
}

#body .front .groot {
	font-size:16px;
	color:#84a2c1;
}

#body .contact_box {
	background:url(images/contact_box.png) no-repeat;
	padding:5px 20px 0 15px;
	text-align:center;
	line-height:25px;
	font-size:17px;
	height:184px;
	width:281px;
	float:right;
}

#body .contact_box p {
	margin:10px 0 10px 0;
}

#body .contact_box .phone {
	font-size:22px;
	color:#84a2c1;
}

#body .contact_box .click,
#body .contact_box .click a {
	text-decoration:none;
	font-size:12px;
	color:#84a2c1;
}

#body .content {
	padding:10px 0 0 15px;
	width:310px;
	float:left;
}

#body .contentwide {
	padding:10px 0 0 15px;
	width:590px;
	float:left;
}

#body .content h1,
#body .contentwide h1,
#body .sidebar h2 {
	margin:15px 0 0 0;
	font-size:16px;
	color:#84a2c1;
	padding:0;
}

/* #body .content p:first-letter {
	font-weight:bold;
}     */

#body .content .quote {
	font-style:italic;
	font-size:15px;
	color:#718ca7;
}

#body .contentwide .quote {
	font-style:italic;
	font-size:15px;
	color:#718ca7;
}

#body .sidebar {
	padding:10px 0 0 0;
	float:right;
	width:341px;
}

#body .sidebar ul.staff {
	list-style-type:none;
	margin:15px 0 0 0;
	padding:0;
}

#body .sidebar ul.staff li:first-child,
#body .sidebar ul.staff li.first {
	margin-left:0;
}

#body .sidebar ul.staff li {
	margin-left:4px;
	float:left;
}

#body .footer {
	position:absolute;
	background:#cfcaba;
	text-align:center;
	font-size:10px;
	color:#464648;
	width:701px;
	height:26px;
	left:11px;
	bottom:9px;
}

#body .footer p {
	margin-top:5px;
}

#body .footer a {
	text-decoration:none;
	color:#464648;
}

.clear {
	clear:both;
}