@charset "utf-8";
/* CSS Document */
/* Copyright 2009 New Jersey Plastic Surgery */
/* All Rights Reserved - DannyAlbeck.com */

body, html {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #666666;
}
a:hover {
	border: none;
}
#page {
	width: 960px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 952px;
	padding: 4px;
}
#logo img {
	border: none;
}
#navigation {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat;
	height: 70px;
	width: 960px;
	margin-top: -10px;
}
#navigation ul {
	display: inline;
}
#navigation li {
	display: inline;
	list-style: none;
	padding-left: 8px;
}
#mainBannerSection {
	background-color: #292C29;
	background-repeat: repeat;
	height: 210px;
	width: 960px;
}
#bottomContainer {
	background-color: #f1f8f9;
	height:360px;
	width: 940px;
	padding: 10px;
}
#titleBar {
	background-color: #c9eafa;
	width: 960px;
	height: 60px;
	margin: 0 auto;
	margin-top: 127px;
	margin-left: -10px;
	text-align: center;
	color: #525252;
	font-weight: bold;
}
#blurb1 {
	background-image: url(../images/content_box.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 450px;
	float: left;
	margin-top: 0px;
	color: #666666;
	padding: 2px;
}
#blurb2 {
	background-image: url(../images/content_box.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 450px;
	float: right;
	margin-top: 0px;
	color: #666666;
	padding: 2px;
}
#footer {
	background-color: #000000;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat;
	height: 30px;
	width: 960px;
	margin-top: 210px;
	margin-left: -10px;
	padding: 4px;
}
