/* 
'****************************************************************************
' W O N D E R W E B Z   L L C
'
' File Description:  Master CSS file
' The default style sheet for DrPicart.com.
'
'****************************************************************************
*/



/* --------------BELOW SHOULD BE USED EXPLICITLY BY DEVELOPER-------------- */


/* ---- All Content ---- */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: url(../img/wallpaper.jpg);
	color: #000000;
	font-family: Georgia, New Times Roman, serif;
	font-size: 100.1%;
	}

/* ---- Section 508 Compliance ---- */
#skip {
	position: absolute;
	margin: 5px 0 0 -1000px;
	list-style: none;
	}
#skip li {
	margin: 0;
	padding: 0;
	position: absolute;
	}
#skip a:focus, #skipnav a:active {
	width: 12em;
	margin-left: 1000px;
	overflow: visible;
	display: block;
	}

/* ---- Links ---- */
.HBBtmCell a {
	color: #ED1A22;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 120px;
	text-align: right;
	text-decoration: none;
	}

.HBBtmCell a:hover {
	color: #64D5DD;
	text-decoration: underline;
	}

#footer a {
	color: #ED1A22;
	}
	
#footer a:hover {
	color: #64D5DD;
	}	

/* ---- Text ---- */

h3 {
	color: #333333;
	font-size: 1.1em;
	margin-bottom: 0;
	}

.HBBGCell p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: 0;
	}

/* ---- Misc Text ---- */



 
/* ---- Images ---- */

#laurel {
	background-image: url(../img/laurel.gif);
	float: left;
	height: 102px;
	margin: 250px 0 0 -160px;
	width: 160px;
	}
	

	
/* ---- Layout ----  */
#container{
	background:  url(../img/bgContent.jpg) center center repeat-y;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width:871px;
	}
	
#content {
	}

#photoWrapper {
	display: block;
	margin: 0 0 0 265px;
	}

#homeBoxWrap {
	display: block;
	float: left;
	margin: 0 0 0 100px;
	width: 650px;
	}

.HBTCell {
	float: left;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 15px;
	width: 200px;
	}
	
.HBBGCell {
	display: block;
	float: left;
	margin: 0 12px 0 12px;
	width: 190px;
	}

.HBBtmCell {
	display: block;
	float: left;
	height: 31px;
	padding: 0 12px 5px 12px;
	width: 190px;
	}


#footerWrapper {
	clear: left;
	margin: 0 auto;
	padding-top: 40px;
	width: 640px;
	}

	
/* ---- Navigation ---- */




/* ---- Content ---- */

#login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	margin-left: 700px;
	padding-top: 10px;
	}

#titleDrC {
	background-image: url(../img/titleDrC.gif);
	display: block;
	height: 110px;
	margin: 20px 0 0 165px;
	width: 400px;
	}

#titlePhoto {
	float: left;
	height: 408px;
	text-indent: -9999px;
	width: 270px;
	}

#titlePhoto a {
	background-image: url(../img/titlePhoto.jpg);
	float: left;
	height: 408px;
	width: 270px;
	}

#titlePhoto a:hover {
	background-image: url(../img/titlePhoto2.jpg);
	float: left;
	height: 408px;
	width: 270px;
	}	
	
#titlePicart {
	background-image: url(../img/titlePicart.gif);
	float: left;
	height: 176px;
	width: 161px;
	}

#homeBoxTop {
	background: url(../img/homeBoxTop.gif) no-repeat;
	display: block;
	height: 48px;
	width: 650px;
	}
	
#homeBoxBG {
	background: url(../img/homeBoxBG.gif) repeat-y;
	line-height: 16px;
	min-height: 190px;
	padding-left: 5px;
	width: 650px;
	}
	
#homeBoxBtm {
	background: url(../img/homeBoxBtm.gif) no-repeat;
	display: block;
	height: 31px;
	width: 650px;
	}


/* ---- Footer ---- */

#footer {
	bottom: 0;
	color: #333333;
	font-size:.75em;
	height: 20px;
	line-height: 20px;
	margin: 10px;
	position: absolute;
	text-align: center;
	}
	



/* ---- Interior Pages ---- */

#test {
	background: url(../img/deleteme.jpg) center center no-repeat;
	height: 160px;
	margin-left: 6px;
	width: 857px;
	}

