/*standard css*/
html{
	font-size:100.01%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#fff;
}
#container{
	width:922px;
	text-align:left;
/*	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	margin-bottom:13px;*/
	margin: 0px auto;/* shorthand for 4 lines above.*/
	background:#fff url(../images/logo.jpg) 0 top no-repeat;
}
#leftColumn{
	width:240px;
	float:left;
	padding-left:15px;
	padding-right:18px;
	border-right:1px dashed #666;
	margin-bottom:15px;
	min-height:270px;
}
#rightColumn{
	width:613px;
	float:right;
	padding-right:15px;
	padding-left:20px;
	padding-bottom:15px;
	min-height:270px;
}
#animation{
	clear:both;
	margin-bottom:24px;
	padding-left:13px;
}
#footer{
	clear:both;
	background:#EAEAEA url(../images/greyCurve.jpg) 0 top no-repeat;
	min-height:90px;
	margin-left:13px;
	margin-right:20px;
	margin-bottom:15px;
	text-align:right;
	padding-right:12px;
	padding-top:16px;
}
#footer li{
	display:block;
	float:right;
	margin-left:16px;
}
#footer2{
	clear:both;
	background:url(../images/blueFooter.jpg) 0 top no-repeat;
	min-height:31px;
	margin-bottom:15px;
	margin-left:13px;
	text-align:right;
	padding-right:24px;
	padding-top:8px;
}
h1{
	display:none;
}
h2{
	color:#8210D2;
	font-family:georgia;
	font-size:1.5em;
	font-weight:normal;
}
h3{
	color:#666;
	font-family:georgia;
	font-size:1.4em;
	font-weight:normal;
}
#footer h4{
	color:#8210D2;
	font-family:century gothic;
	font-size:0.7em;
}
#leftColumn h4{
	color:#8210D2;
	font-family:century gothic;
	font-size:1em;
}
#footer p{
	font-size:0.7em;
	color:#3f3f3f;
}
p{
	font-family:century gothic;
	color:#666;
	font-size:0.8em;
}
#footer2 h2{
	color:#fff;
	font-size:0.7em;
	font-family:century gothic;
}
#smallNavigation{
	text-align:right;
	padding-right:35px;
	padding-top:73px;
	margin-bottom:11px;
	padding-left:150px;
}
#smallNavigation a{
	color:#8210D2;
	font-size:0.6em;
	text-decoration:none;
}
#footer a{
	color:#8210D2;
	text-decoration:none;
}
#footer a:hover{
	color:#666;
	text-decoration:underline;
}
#smallNavigation li{
	color:#FFF;
	margin-left:9px;
	padding-left:9px;
}
#smallNavigation a:hover,#smallNavigation .current{
	color:#666;
	text-decoration:underline;
}
#leftColumn a:hover,#leftColumn .current{
	color:#666;
	text-decoration:underline;
}
#navigation{
	clear:both;
	height:30px;
	margin-bottom:10px;
	padding-left:13px;
}
#navigation a{
	display:block;
	float:left;
	height:30px;
}
#leftColumn a{
	color:#8210D2;
	font-size:0.8em;
	text-decoration:none;
}
#navigation a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -30px;
}
#home{
background-image:url(../images/home.jpg);
width:75px;
}
#philosophy{
background-image:url(../images/philosophy.jpg);
width:168px;
}
#team{
background-image:url(../images/team.jpg);
width:139px;
}
#services{
background-image:url(../images/services.jpg);
width:157px;
}
#implants{
background-image:url(../images/implants.jpg);
width:143px;
}
#aesthetics{
background-image:url(../images/aesthetics.jpg);
width:147px;
}
#fees{
background-image:url(../images/fees.jpg);
width:66px;
}
li{
	display:inline;
}
