 
 
p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal;}

p.small {  font-family: Arial, Helvetica, sans-serif;  font-style: normal; color: #3552d9; font-size: 8pt;}

A:link {font-family: Arial, Helvetica, sans-serif; font-size:9pt; font-weight: bold; text-decoration: underline; color: #3552d9;}

A:visited {font-family: Arial, Helvetica, sans-serif; font-size:9pt; font-weight: bold; text-decoration: underline; color: #3552d9;}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #3552d9;
}

A.body:link {font-size:10pt; text-decoration: underline; color: #3552d9; font-weight:bold;}

A.body:visited {font-size:10pt; text-decoration: underline; color: #2c0d74; font-weight:bold;}

A.body:hover {font-size:10pt; text-decoration: underline; color: #60b3ca; font-weight:bold;}

A.left:link {font-family:  Arial, Helvetica, sans-serif; font-size:9pt; text-decoration: underline; color: #ffffff; font-weight:bold}

A.left:visited {font-family: Arial, Helvetica, sans-serif; font-size:9pt; text-decoration: underline; color: #ffffff; font-weight:bold}

A.left:hover {font-family: Arial, Helvetica, sans-serif; font-size:9pt; text-decoration: underline; color: #ffffcc; font-weight:bold}

.capital {  font-family: Arial, Helvetica, sans-serif;  font-style: normal; font-weight: bold; color: #49accd; font-size: 12pt;}

.pbold {  font-family: Arial, Helvetica, sans-serif;  font-style: normal; font-weight: bold; color: #7c649b; font-size: 10pt;}

.wbold {  font-family: Arial, Helvetica, sans-serif;  font-style: normal; font-weight: bold; color: #ffffff; font-size: 8pt;}



/*
	START OF MY CODE
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-size: 62.5%; font-family: Arial, sans-serif;  
									  background: url(img/bk.png) no-repeat; background-color: #330099; }

h1 { padding: 5px; font-size: 16px; color: black; }
h2 { padding: 5px; font-size: 12px; color: navy; }
h3 { padding: 5px; font-size: 13px; color: #000066; }
h4 { padding: 5px; font-size: 16px; color: purple; }
h5 { padding: 5px; font-size: 16px; color: darkgreen; }
h6 { padding: 5px; font-size: 16px; color: red;   }

#appointment.appointment { font-size: 15px; color: blue; } /* THIS controls the size of the appointment link */

h2.makeover-gallery	{ padding: 12px; font-size: 12px; color: blue; margin-left: 20px; }

p { padding: 5px; font-size: 12px; }

/* p.move-over { coding } */

.clear								{ clear: both; }

.padding							{ padding: 10px; }



#wrapper {
	width: 954px;
	margin: 0px auto -250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 25px;
}
 
#content-wrap {
	width: 974px;
 /*	height: 840px; */
	background-image: url(img/template7_solidtri.png);
	background-color: #669aff;
	background-repeat: repeat-x;
	border: thick black solid;
    margin-top: 25px;
  }
	
#content-wrap-second-border {
    border: thick white solid;
    width: auto;
    padding: 5px;	
}
 
#nav {
 /*	border: thin black solid; */
	width: 954px;
	height: 85px;
 
}
 
#midcol-rightcol-container {
	width: 925px;
	margin-left: 14px;
	height: auto;
	background: url(img/template7_main.png) repeat-y;
	border: thin black solid;
	
 
}
 
#midcol {
 /*	border: thin black solid; */
 	width: 690px;
 	float: left;
	overflow: hidden;
 
}
 
img      { border: 0px;

  }


#ellipse {
	width: 367px;
	height: 181px;
	background-image: url(img/ellipse.jpg);
	background-repeat: no-repeat;
 
	color: black;
	text-align: center;
 
	padding-top: 5px;
	margin-left: 34px;
	
 
}

ul.points{
	list-style-position: outside;
	list-style-image: url(img/blue-bullet.jpg);
	font-size: 12px;
	margin-left: 30px;
}
li.points{padding-left: 8px;}


#rightcol {
 /*	border: thin black solid; */
 	width: 235px;
 /*	height: 668px; */
	float: left;
	background-color: #9999ff;
	overflow: hidden;
	

}

#footer {
 /*	border: thin black solid; */
 	border-right: thin black solid;
 	border-bottom: thin black solid;
 	border-left: thin black solid;
	width: 974x;
	height: 72px;
	background: url(img/template7_footerbk.png) no-repeat;
	float: left;
	margin-bottom: 15px;
	
} 

#footer h2 {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 5px;
	color: white;
}

#footer p {
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	padding: 10px;
	margin-top: 4px;
	color: white;
}

#footer .cities { font-size: 11px; }

#footer a.request { color: white; font-size: 13px; }
#footer .request:hover { color: blue; }
#footer { background-color: #3267cd; background-image: url(img/template7_footerbk.png); background-position: left top; background-repeat: no-repeat;