body {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	background-image: url("cap.gif");
	background-repeat: no-repeat;
	background-position: center 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clear { clear: both; height: 1px; line-height: 1px; overflow: hidden; margin: -1px 0 0 0; }
.left { float: left; display: block; margin: 0 15px 15px 0; }
p { font-size: 12px; line-height: 18px; }
li, dt, dd { font-size: 12px; line-height: 16px; }
a { color: #A9953C; }

#page-wrap {
	border-right: 10px solid #630000;
	background-image: url("background.gif");
	background-repeat: repeat-y;
}
#side {
	width: 150px;
	float: left;
	background-color: #630000;
	color: #FFFFFF;
	text-align: center;
}
#logo a img { border-width: 0; }
#navigation { margin: 0; padding: 0; }
#navigation li { margin: 0; padding: 0; list-style-type: none; }
#navigation li ul { display: none; }
#navigation li a {
	display: block;
	width: 135px;
	text-indent: -9114px;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0 auto;
}
#navigation li a:hover { background-position: -135px 0; }
#navigation li a.about { height: 109px; background-image: url("about.gif"); }
#navigation li a.practice { height: 125px; background-image: url("practice.gif"); }
#navigation li a.fees { height: 65px; background-image: url("fees.gif"); }
#navigation li a.links { height: 65px; background-image: url("links.gif"); }

#content {
	float: left;
	border-top: 20px solid #630000;
	width: 500px;
	padding: 20px;
	background-image: url("small_logo.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 150px;
	margin-bottom: 25px;
}
#home #content { text-align: center; background: none; padding-bottom: 0; margin-bottom: 0; }
#footer {
	background-color: #630000;
	color: #FFFFFF;
	background-image: url("base.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 10px 0 10px 150px;
}
#footer ul { margin: 0; padding: 0; text-align: center; }
#footer ul li {
	display: inline;
	list-style-type: none;
	font-size: 10px !important;
	line-height: normal !important;
}
#footer p { font-size: 10px !important; line-height: normal !important; }
#footer ul li a { padding: 0 5px; }
#footer a { color: #B4AC83; }
#footer a:visited { color: #A9953C; }


/* CONTENT STYLES */
h1,h2,h3,h4 { font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 24px; color: #630000; font-family: "Arial Black";}
h2 { font-size: 16px; margin-top: 35px; }
#home h2 { margin-top: 15px; }
h3 { font-size: 14px; text-align: center; margin-top: 35px; }
h3 em { font-style: normal; background-color: #630000; color: #FFFFFF; padding: 5px 15px; }

dt { font-weight: bold; width: 120px; float: left; clear: left; }
dd { margin-left: 130px; }
dt, dd { padding: 8px 0; }

p.mission {
	background-color: #CCCCCC;
	padding: 15px;
	text-align: center;
	margin: 40px 0;
}
p.mission strong { color: #630000; }
