html, body, #entire {
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	background-color:#FFF
}

#entire  {
	height:100%
}

#header {
	margin:0; padding:0;
	width:100%;
	height:200px;
	background-color:#369;
	background-image:url(../images/layout/headerbg.jpg);
	background-position:top center;
	background-repeat:repeat-x
} 

#headerArea {
	width:900px;
	height:200px;
	margin:0 auto;
	padding:0;
	position:relative
}

#headerLogo {
	position:absolute;
	top:20px;
	left:10px;
	width:600px;
	height:80px
}
#headerLogo h1 {
	font-size:24px;
	margin:0; padding:0;
	color:#FFF;
	font-weight:normal
}
#headerLogo h2 {
	font-size:18px;
	margin:0; padding:0;
	color:#CCC;
	font-weight:normal
}

#headerInfo {
	position:absolute;
	top:20px;
	right:10px;
	width:270px;
	height:70px;
	text-align:right;
	font-size:14px;
	color:#FFF
}

#headerSlogan a, #headerInfo a {
	color:#FFF
}

#headerSlogan a:hover, #headerInfo a:hover {
	color:#CCC
}

#bookAppointment {
	position:absolute;
	top:0px;
	left:340px;
	width:280px;
	height:55px;
	text-align:center;
	background-image:url(../images/layout/bookAppointment.jpg);
	background-position:top center;
	background-repeat:no-repeat
}

#bookAppointment a {
	position:relative;
	font-size:16px;
	top:24px;
	color:#FFF
}

#bookAppointment a:hover {
	color:#069
}

#headerSlogan {
	position:absolute;
	bottom:50px;
	left:10px;
	width:690px;
	height:30px;
	font-size:14px;
	color:#FFF
}

#headerTagline {
	position:absolute;
	bottom:0px;
	left:10px;
	width:640px;
	height:30px;
	background-color:#FFF;
	line-height:30px;
	font-size:12px;
	color:#666
}

#notepaper {
	position:absolute;
	margin:0 auto;
	width:300px;
	height:203px;
	top:70px;
	right:-45px;
	background-image:url(../images/layout/notepaper.png);
	background-position:0px 0px;
	background-repeat:no-repeat
}

#topMenu {
	width:100%;
	height:40px;
	margin:0; padding:0;
	background-color:#369;
	background-image:url(../images/layout/topMenuBg.jpg);
	background-position:center;
	background-repeat:repeat-x
}

#topMenuArea {
	width:900px;
	margin:0 auto;
	padding:0
}

#topMenuArea a {
	display:inline-block;
	float:left;
	margin:0; padding:0;
	margin-right:10px;
	width:110px;
	height:40px;
	line-height:35px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFF;
	font-size:16px;
	text-align:center;
	background-image:url(../images/layout/topMenuButton.png);
	background-position:top;
	background-repeat:no-repeat
}

#topMenuArea a:hover {
	background-position:bottom
}	

#mainArea {
	display:block;
	margin:0 auto;
	padding:0;
	width:920px;
	min-height:70.5%;
	background-image:url(../images/layout/bg-side-fades.png);
	background-position:center;
	background-repeat:repeat-y
}

#contentArea {
	display:block;
	width:900px;
	margin:0px auto
}

#footer, #footer #topBar, #footer #subFooter {
	margin:0; padding:0
}

#footer {
	margin-top:25px;
	display:block;
	height:30px
}

#footer #topBar, #footer #subFooter {
	display:block;
	width:880px;
	margin:0 auto;
	height:25px;
	line-height:25px
}

#footer #topBar {
	border-top:#CCC solid 1px;
	color:#999;
	font-size:12px
}

#footer #topBar a {
	color:#666
}

#footer #topBar a:hover {
	color:#333
}

#footer #subFooter {
	position:relative;
	top:-25px;
	float:right;
	right:20px;
	font-size:11px;
	width:250px;
	color:#666
}

.bST { border-top:#CCC solid 1px }
.bSB { border-bottom:#CCC solid 1px }
.bSL { border-left:#CCC solid 1px }
.bSR { border-right:#CCC solid 1px }

.bDT { border-top:#CCC dashed 1px }
.bDB { border-bottom:#CCC dashed 1px }
.bDL { border-left:#CCC dashed 1px }
.bDR { border-right:#CCC dashed 1px }

.aC { text-align:center  }
.aL { text-align:left  }
.aR { text-align:right  }
.aJ { text-align:justify  }

.vT { vertical-align:top  }
.vB { vertical-align:bottom  }
.vL { vertical-align:left  }
.vR { vertical-align:right  }

.noBR {
	page-break-after:avoid;
	page-break-before:avoid;
	page-break-inside:avoid;
	margin:0; padding:0;
}

.cls { clear:both }

.thumbImg {
	display:block;
	width:100px;
	height:100px;
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer
}

.thumbImg img {
	width:100px;
	height:100px
}

.thumbImg100 {
	display:block;
	width:100px;
	height:100px;
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer
}

.thumbImg100 img {
	width:100px;
	height:100px
}

.thumbImg180 {
	display:block;
	width:180px;
	height:180px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer
}

.thumbImg180 img {
	width:180px;
	height:180px
}
.thumbImg60 {
	display:block;
	width:60px;
	height:60px;
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer
}

.thumbImg60 img {
	width:60px;
	height:60px
}