/* CSS Document
___________________________________________________
Author: J. Christopher
Studio: Intrigue Web Design Studio
Date: 8/8/08
Client: Dr. Eve Allen
Website: www.DoctorEve.com
Name: main.css
Version: 1.0
*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	/*background-color: #6f00b5;
	background-image: url('../images/doctoreve_bg2.jpg');
	background-repeat: repeat-x;
	background-position:top center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #0047AB;
}
#body_wrapper {
	top: 20px;
	bottom: 20px;
    margin-left: auto;
	margin-right: auto;
	background-color: #3e28c4;
	width: 800px;
	height: 850px;
	min-height: 100%;
	z-index:1;
	position:relative;
	border: 0px solid #000;
}
#mainTable {
	margin: auto;
	padding: auto;
	background-image: url('../images/doctoreve_header3.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	min-height: 100%;
	overflow:hidden;
	width:800px;
	border: 1px solid #000000;
}
.box {
	background-color: #FFFFFF;
	border: 1px inset black;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 130px;
	left: 10px;
	top: 10px;
}
#mainContent {
	background-color: #FFFFFF;
	border: 1px inset black;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 600px;
	left: -10px;
	top: 170px;
	position: relative;
	float: right;
}
#mainContent h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px groove #111;
}
#mainContent h2 {
	font-size: 18px;
	font-weight: normal;
	border-left: 1px dotted #0300ac;
	padding-left: 2px;
	color: #0300ac;	
}
#mainContentFooter {
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	margin-bottom: 20px;
	width: 799px;
	height: 20px;
	position: relative;
	color: #333333;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid black;
}
#tagLine {
	width: 800px;
	height: 20px;
	/*background-image: url(../images/doctoreve_teaser_bg.jpg);*/
	top: 150px;
	position: relative;
	color: #333333;
	font-size:18px;
	text-align:center;
	background-color: #FFFFFF;
	border: 1px solid black;	
	border-bottom: 1px dotted #0047AB;
}
h2 {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0047AB;
	text-align: center;
}
a {
	color: #0047AB;
	text-decoration: none;
	border-bottom: 1px dashed #0047AB;
}
a:visited {
	color: #0047AB;
}
