body 
{
	position:relative;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#c0c0c0;
	color:black;
}

#holder
{
	position:relative;
	width:1000px;
	min-height:652px;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
	background-image: url('/images/background.jpg'); 
	background-repeat: no-repeat;
	border-bottom:solid 6px white;
}

#googlemaps
{
	margin-top:20px;
}

#contentbox
{
	position:relative;
	background-image: url('/images/contentbackground.gif'); 
	/* added temp for address change */
	min-height:700px;
	/* ^^^ */
	width:815px;
	margin-left:95px;
	margin-top:7px;
}

#contentboxtopborder
{
	position:relative;
	background-image: url('/images/ContentBorderTop.gif');
	height:11px;
	width:815px;
	font-size:1px;
}

#contentboxbottomborder
{
	position:relative;
	background-image: url('/images/ContentBorderbottom.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	height:9px;
	width:815px;
	margin-left:95px;
	font-size:1px;
}

#logo
{
	position:relative;
	background-image: url('/images/SorkinDermatologyLogo.gif');
	height:65px;
	width:517px;
	margin-left:27px;
	
}


#logo h1
{
	position:relative;
	visibility:hidden;
	font-size:4px;
	
}

#navigation
{
	position:absolute;
	background-image: url('/images/NavBackground.gif');
	height:31px;
	width:628px;
	left:277px;
	top:73px;
	
}


#navigation ul
{
	color:white;
	font-size:16px;
	text-transform:lowercase;
	margin-top:5px;
	padding-left:24px;
	
}

#navigation ul li
{
	display:inline;
	padding-left:15px;
	padding-right:3px;
	letter-spacing:1px;
	background-image: url('/images/Nav-bullet.gif');
	background-repeat: no-repeat;
}

#navigation ul li.FirstMenu
{
	background-image: none;
}

#navigation ul li a
{
	color:white;
	text-decoration:none;
}

#navigation ul li a:hover
{
	color:#3b2214;
}


#footer
{
	position:relative;
	width:851px;
	height:121px;
	background-image: url('/images/FooterBackground.gif');
	background-repeat: repeat-x; 
	margin-top:-5px;
	color:white;
	font-size:10px;

}

#copyright
{
	padding-top:8px;
	margin-left:95px;
}
#bio
{
	float:left;
	margin-right:5px;
	margin-left:5px;
}
#bioholder
{
   margin-bottom:50px;
}

#bioholder img
{
	float:left;
	margin-right:20px;
	margin-bottom:25px;
	border: 2px solid black;
}


#contentarea
{
	position:relative;
	width:770px;
	/* changed temp for address change */
	/*	
		min-height:418px; 
	*/	
	min-height:600px;
	/* ^^^ */
	background-color:white;
	margin-top:25px;
	margin-left: 20px;
}

#contentarea2
{
	position:relative;
	width:730px;
	min-height:418px;
	background-color:white;
	padding-top:1px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	margin-left:20px;
	margin-top:25px;
}

#contentarea2 ul li ul
{
	padding-top:5px;
}


#contentarea2 ul li
{
	padding-bottom:5px;
}

#homepageleft
{
	position:relative;
	float:left;
	width:373px;
	height:395px;
	background-image: url('/images/HomePageCorners.gif');
	margin-left:8px;
	margin-top:11px;
}

#homepageright
{
	position:relative;
	float:right;
	width:373px;
	height:395px;
	/* Temp disabled to allow "new address note" to post without a bunch of work */
	/*
	background-image: url('/images/HomePageCorners.gif');
	*/
	margin-right:8px;
	margin-top:11px;
}
#contentleft
{
	position:relative;
	float:left;
	width:373px;
	height:395px;
	background-image: url('/images/HomePageCorners.gif');
	margin-left:8px;
	margin-top:11px;
}

#contentright
{
	position:relative;
	float:right;
	width:373px;
	height:395px;
	margin-right:8px;
	margin-top:11px;
}


#homepageright p
{
	margin-left:15px;
	margin-right:15px;
}

#slideshow
{
	margin-left:6px;
	margin-top:5px;
}

#tagline
{
	position:relative;
	width:333px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	margin-top:18px;
	background-image: url('/images/YourSkinIsOurBusiness.gif');
	background-repeat: no-repeat;

}

#tagline h2
{
	font-size:4px;
	visibility:hidden;
}


#homeaddress
{
	position:absolute;
	height:82px;
	width:267px;
	top:110px;
	left:51px;
	border: 1px solid black;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	background-color:#ececec;
	z-index:100;
	color:#f7620b;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#homeaddress p
{
	padding-top:2px;
}

.maptext
{
	margin-left:420px;
}

#footeraddress
{
	margin-left:397px;
	margin-top:20px;
}
