body {
	background: #dedede url(../img/bg_body.gif) repeat-y center top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 0.85em "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #666;
}

#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 752px;
}

#navigation {
	background: #bebebe;
	display: block;
	height: 46px;
	position: relative;
	text-decoration: none;
	text-indent: -9999px;
	top: 0px;
	left: 0px;
	width: 752px;
	border-bottom: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

#navigation ul {
	list-style: none;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#navigation ul span { display: none; }

#navigation li a {
	padding: 0;
	margin: 0;
	margin-top:0;
}

#navigation li { height:46px; float:left; display:block}

#navigation li#a-home a {
	background: url(../img/a-home.gif) no-repeat;
	display: block;
	float: left;
	height: 46px;
	border-right: 1px solid #eaeaea;
	width: 71px;		
}

#navigation li#a-about a {
	background: url(../img/a-about.gif) no-repeat;
	display: block;
	float: left;
	height: 46px;
	border-right: 1px solid #eaeaea;
	width: 82px;
}

#navigation li#a-services a {
	background: url(../img/a-services.gif) no-repeat;
	display: block;
	float: left;
	height: 46px;
	border-right: 1px solid #eaeaea;
	width: 79px;
}

#navigation li#a-showcase a {
	background: url(../img/a-showcase.gif) no-repeat;
	display: block;
	float: left;
	border-right: 1px solid #eaeaea;
	height: 46px;
	width: 78px;
}

#navigation li#a-contact a {
	background: url(../img/a-contact.gif) no-repeat;
	display: block;
	border-right: 1px solid #eaeaea;
	height: 46px;
	float: left;
	width: 87px;
}

#navigation li#a-home a:hover { background: url(../img/a-home.gif) no-repeat 0 -46px; }
#navigation li#a-about a:hover { background: url(../img/a-about.gif) no-repeat 0 -46px; }
#navigation li#a-services a:hover { background: url(../img/a-services.gif) no-repeat 0 -46px; }
#navigation li#a-showcase a:hover { background: url(../img/a-showcase.gif) no-repeat 0 -46px; }
#navigation li#a-contact a:hover { background: url(../img/a-contact.gif) no-repeat 0 -46px; }

h1#header {
	background: url(../img/header.jpg) top left;
	height: 85px;
	width: 752px;
	margin: 0;
	padding: 0;
}

h1#header span { display: none; }

h1#home {
	padding: 0;
	margin: 0;
	height: 170px;
	background: url(../img/home.jpg) no-repeat;
}

h1#home span { display: none; }

#main {
	float: left;
	width: 490px;
	padding: 0;
	margin: 0 0 10px 10px;
}

* html #main { width: 450px; }

#main h1 {
	font: bold 1.2em/2em "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #244464;
	background: #f4f4f4;
	padding-left: 5px;
	letter-spacing: -1px;
}

#main h2 {
	font: bold 1em/1.5em "Trebuchet MS", arial, sans-serif;
	color: #777;
	padding-top: 10px;
}

#main p {
	font: 0.9em "Trebuchet MS", Arial, Vedana, sans-serif;
	color: #333;
}

#main img {
	float: right;
	clear: both;
	border: 5px solid #d7d7d7;
	margin-top: 10px;
}

#main #m {
	float: left;
	margin-left: 80px;
	clear: both;
	border: 5px solid #d7d7d7;
	margin-top: 10px;
}

#main img a { display: block; }

#sidebar {
	float: right;
	width: 225px;
	padding: 0;
	margin: 0 10px 0 10px;
}

#sidebar h1 {
	font: bold 1.2em/2em "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #244464;
	padding-left: 5px;
	background: #f4f4f4;
	letter-spacing: -1px;
}

#sidebar h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
}

#sidebar p {
	font: 0.9em "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #333;
}

#sidebar ul {
	list-style: circle;
	padding-left: 25px;
}

#sidebar li {
	padding-bottom: 10px;
}

#sidebar li a, #sidebar a {
	color: #930;
}

#sidebar li a:hover, #sidebar a:hover { color: #333; text-decoration: none; }

#directions p, #directions strong {
	font-size: .8em;
}

p.link {
	color: #930;
	margin-bottom: 25px;
}

p.link a { 
	color: #930; 
}

#footer {
	clear: both;
	width: auto;
	border-top: 1px solid #f1f1f1;
}

#footer p {
	font-size: 0.8em;
	color: #888;
	margin-top: 5px;
	padding-left: 10px;
}

#gal1, #gal2, #gal3 { margin-left: 10px; }

#gal1 {
	width: 130px;
	float: left;
}

#gal2 {
	width: 130px;
	float: left;
}

#gal3 {
	width: 130px;
	float: left;
}









