#leftImage
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 187px;
	height : 600px;
	background-image: url(http://www.robertsoncosmeticsurgery.com/images/left.jpg);
}

#leftNav
{
	position : absolute;
	top : 160px;
	left : 15px;
	font-family : Verdana,Arial;
	font-size : 13px;
	font-weight : bold;
	color: #edd5af;
	text-decoration: none;
}

/* leftNav list appearance */
	#leftNav ul, #leftNav ul ol {
		margin: 0;
		padding: 0;
		}

	#leftNav ul li 
	{
		list-style-type: none;
		list-style-image: none;
		text-decoration: none;
		margin-bottom: 5px;
		color: #edd5af;
	}

	#leftNav ul p, #leftNav ul select {
		margin: 5px 0 8px;
		}

	#leftNav ul ul, #leftNav ul ol {
		margin: 5px 0 0 10px;
		}

	#leftNav ul ul ul, #leftNav ul ol {
		margin: 0 0 0 10px;
		}

	ol li, #leftNav ul ol li {
		list-style: decimal outside;
		}

	#leftNav ul ul li, #leftNav ul ol li {
		margin: 3px 0 0;
		padding: 0;
		}
	
	#leftNav a 
	{
		text-decoration: none;
		color: #993300;
		font-weight: bold;
	}
/* End list appearance for leftNav */

#centerContent
{
	position : absolute;
	top : 0px;
	left : 187px;
	width : 417px;
	height : 600px;
	background-color: #edd5af;
}

#rightImage
{
	position : absolute;
	top : 0px;
	left : 604px;
	width : 196px;
	height : 600px;
	
}

#introPage
{
	position : absolute;
	top : 0px;
	left : 0px;
	width : 800px;
	height : 600px;
	background-image: url(http://www.robertsoncosmeticsurgery.com/images/background_fade.gif);
}

#introText
{
	position : absolute;
	top : 650px;
	width : 800px;
	text-align : center;	
}

.pageTitle
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.bodyText
{
	font-family: Arial;
	font-size: 12px;
}
img.pic {display: block; float: left; position: relative; margin: 0.5em 1em 0 0;}