html,body {
	height:100%;
}

body {
color:#4c4c4c;
font:12px Arial,Sans-serif;
margin:0;
text-align:center;
}

a Img {
border:0;
}

#container {
	width:900px;
	min-height:100%;
background:url('images/container_bg.png') repeat-y top left;
margin:0 auto;
text-align:left;
}

#header {
	height:317px;
background:url('images/header_img.jpg') no-repeat bottom right;
}

#header #site_title {
	height:73px;
background:url('images/logo.png') no-repeat;
}

#header #site_title a {
display:block;
text-indent:-10000px;
}

#header #header_boxes {
	width:218px;
}

#header #header_boxes a {
display:block;
text-indent:-10000px;
}

#header #header_boxes a.link_1 {
	height:82px;
background:url('images/header_box_01.jpg');
}

#header #header_boxes a.link_2 {
	height:81px;
background:url('images/header_box_02.jpg');
}

#header #header_boxes a.link_3 {
	height:81px;
background:url('images/header_box_03.jpg');
}

#content {
	width:672px;
float:right;
margin:10px 0 0 10px;
}

#content .emphasis {
color:#a89800;
font-size:16px;
font-style:italic;
font-weight:bold;
}

#content .front_page_pic {
display:block;
float:left;
padding-right:10px;
}

#content p:first-child {
margin-top:0 !important;
}

#sidebar {
	width:218px;
float:left;
text-align:center;
}

#sidebar #menu {
margin-bottom:50px;
}

#sidebar #menu a {
	width:127px;
	height:32px;
background-repeat:no-repeat;
background-position:50% 50%;
display:block;
margin:0 auto;
text-decoration:none;
text-indent:-10000px;
}

#sidebar #menu a.home {
background-image:url('images/nav_home.png');
}
#page_home #sidebar #menu a.home {
	height:119px;
background-image:url('images/nav_home_over.png');
}

#sidebar #menu a.about {
background-image:url('images/nav_about.png');
}
#page_about #sidebar #menu a.about {
	height:119px;
background-image:url('images/nav_about_over.png');
}

#sidebar #menu a.services {
background-image:url('images/nav_services.png');
}
#page_services #sidebar #menu a.services {
	height:119px;
background-image:url('images/nav_services_over.png');
}

#sidebar #menu a.gallery {
background-image:url('images/nav_gallery.png');
}
#page_gallery #sidebar #menu a.gallery {
	height:119px;
background-image:url('images/nav_gallery_over.png');
}

#sidebar #menu a.contact {
background-image:url('images/nav_contact.png');
}
#page_contact #sidebar #menu a.contact {
	width:127px;
	height:119px;
background-image:url('images/nav_contact_over.png');
padding:20px 10px 0 10px;
line-height:20px;
}

#footer {
padding:10px 0 10px 218px;
overflow:hidden;
text-align:center;
}

#footer a {
color:#4c4c4c;
padding:0 20px;
text-decoration:none;
}

.clearer {
clear:both;
}
#flashcontent {height: 100%;	}
#simpleViewer { height: 92%;}

