@charset "utf-8";
/* Town Dental - Layout CSS Document */
/* Created by Dominic Businaro | http://dominicbusinaro.com */

/* Floats */
#top_border, #bot_border, #header, #logo, #menu, #footer, #footer_menu, #page, #content, .content_top, .content_item, .content_bot, #sidebar, .sidebar_top, .sidebar_item, .sidebar_bot, #wide_content, .wide_content_top, .wide_content_item, .wide_content_bot, .picture_frame {
	float: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	background-image: url(../img/body_bg.png);
	background-repeat: repeat;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top_border {
	background-image: url(../img/border_top.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 800px;
}
#bot_border {
	background-image: url(../img/border_bot.png);
	background-repeat: no-repeat;
	height: 5px;
	width: 800px;
}
#header {
	width: 800px;
	height: 128px;
	background-image: url(../img/header_hr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
}
#logo {
	width: 182px;
	padding-top: 13px;
	padding-left: 18px;
}
#menu {
	width: 564px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 108px;
	font-size: .9em;
}
#menu ul {
	clear:both;
	margin:0px;
	padding:0px;
	list-style:none;
}
#menu ul li {
	margin:0px;
	padding:0px;
	display:inline;
}
#menu ul li a {
	color:#000;
	text-align:center;
	text-decoration:none;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#menu ul li a:hover, 
#menu ul li a.active, 
#menu ul li a.active:hover {
	color:#000;
	text-decoration: underline;
}
#page {
	width: 800px;
	background-color: #FFF;
	padding-bottom: 13px;
}
#content {
	width: 508px;
	margin-top: 18px;
	margin-left: 18px;
}
.content_top {
	background-image: url(../img/content_top.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 508px;
}
.content_item {
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
	width: 488px;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.content_bot {
	background-image: url(../img/content_bot.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 508px;
}
#sidebar {
	width: 238px;
	margin-top: 18px;
	margin-left: 18px;
}
.sidebar_top {
	background-image: url(../img/sidebar_top.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 238px;
}
.sidebar_item {
	background-image: url(../img/sidebar_bg.png);
	background-repeat: repeat-y;
	width: 218px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.sidebar_bot {
	background-image: url(../img/sidebar_bot.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 238px;
}
#wide_content {
	width: 764px;
	margin-top: 18px;
	margin-left: 18px;
}
.wide_content_top {
	background-image: url(../img/wide_content_top.png);
	background-repeat: no-repeat;
	height: 3px;
	width: 764px;
}
.wide_content_item {
	background-image: url(../img/wide_content_bg.png);
	background-repeat: repeat-y;
	width: 744px;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.wide_content_bot {
	background-image: url(../img/wide_content_bot.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 764px;
}
#footer {
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 800px;
	margin-top: 20px;
	padding-top: 9px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#footer_menu {
	padding-left: 18px;
}
#footer_copy {
	float: right;
	padding-right: 18px;
}
#myGallery {
width: 218px !important;
height: 218px !important;
}