body {margin:0;
	padding: 0px 0px 40px 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background: #232323 url(assets/images/background.jpg) repeat-x left 230px;
}

h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font: 24px/30px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #505C6C;
	font: 20px/36px "Trebuchet MS", Helvetica, sans-serif;}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #910609;
	font: italic bold 18px/20px "Trebuchet MS", Helvetica, sans-serif;
}
h4 {font-size:14px;}

p {
	
	font: 12px/20px Arial, Helvetica, sans-serif;
	margin:1em 0 0 0;}

a {text-decoration:none; color:#505C6C; font-weight:bold;}
a:hover {text-decoration:underline;}

li {font-size:12px; line-height:20px;}

hr {color:#000000; background:#000000; height:1px; border:0;}

/* Classes */
.lightColor {
	color: #CCC4B1;
}

.imgborder {border:2px solid #92070A;}
.smalltext {font-size:11px; line-height:18px;}
.nomargin {margin:0;}
			  
/* End Classes */
			  
/* Custom Forms -- Just change the colors */

.forms p {margin:0;}
.fields {font-size:12px; color:#000000; padding:1px; border:1px solid #000000; background-color:#999999 !important;}
input.submit, input.submit:hover {border:1px solid #000000; padding:1px; font-size:12px;}	
input.submit {background-color:#CCCCCC; color:#000000;}
input.submit:hover {background-color:#000000;	color:#CCCCCC;}
input {background-color:#FFFFFF !important;}

/* End Custom Forms*/
#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 887px;
	height: auto;
	background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
}
	#container {
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		background: transparent url(assets/images/container_bg.jpg) no-repeat left top;
	}
		#header {
			margin: 0px;
			padding: 25px 30px 0px 30px;
			width: auto;
			height: 145px;
			color: #910609;
			font: bold 24px/30px "Trebuchet MS", Helvetica, sans-serif;
			text-align: right;
			text-transform: uppercase;
		}
			#header span {
				font-size: 20px;
			}
		#leftCol {
			float: left;
			margin: 0px;
			padding: 0px 0px 0px 33px;
			width: 166px;
			height: auto;
		}
			#nav {
				margin: 0px;
				padding: 18px 0px 0px 0px;
				width: auto;
				height: auto;
			}
				#nav li {
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
					list-style: none outside none;
				}
					#nav a {
						display: block;
						margin: 0px;
						padding: 0px 0px 0px 2px;
						width: 164px;
						height: auto;
						color: #fff;
						font: 14px/30px Arial, Helvetica, sans-serif;
						background: transparent url(assets/images/nav_bg.jpg) no-repeat left bottom;
					}
					#nav a:hover {
						color: #6F6444;
						text-decoration: none;
					}
				#nav li.last a {
					background: none;
				}
			#sidebar {
				margin: 0px;
				padding: 30px 0px 0px 0px;
				width: auto;
				height: auto;
				color: #CCC4B1;
				font: 11px/18px Arial, Helvetica, sans-serif;
			}
				#sidebar p {
					font: 11px/18px Arial, Helvetica, sans-serif;
				}
		#rightCol {
			margin: 0px 0px 0px 260px;
			padding: 0px;
			width: 560px;
			height: auto;
		}
			#doctorNames {
				margin: 0px;
				padding: 3px 0px 0px 0px;
				width: auto;
				height: auto;
				color: #505C6C;
				font: 18px/36px "Trebuchet MS", Helvetica, sans-serif;
			}
		#footer {
			clear: both;
			margin: 0px;
			padding: 0px;
			width: auto;
			height: 65px;
			background: transparent url(assets/images/footer_bg.jpg) no-repeat left top;
		}
#credits {
	margin: 0 auto;
	padding: 0px;
	width: 887px;
	height: auto;
	color: #CCC4B1;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: center;
}
	#credits a {
		color: #CCC4B1;
	}