@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 19px;
	color: #023548;
	background-image: url(bkg/h1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}
p {
	margin-bottom: 10px;
}
body {
	font-size: 80%;
	background-image: url(bkg/tile.png);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#head {
	width: 100%;
	background-image: url(bkg/back-head.png);
	background-repeat: repeat-x;
	height: 126px;
	background-position: center top;
}
#head .wrapper {
	width: 918px;
	height: 126px;
	background-image: url(bkg/bottom-head.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#body .wrapper {
	width: 890px;
	background-image: url(bkg/page-tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding: 0 14px;
}
#body .wrapper #content {
	float: left;
	width: 856px;
	padding: 17px;
	background-image: url(bkg/inner-page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
#logo {
	float: left;
	margin-left: 19px;
	margin-top: 6px;
	border: none;
}
#navigation {
	float: right;
	width: 455px;
	height: 55px;
	margin-top: 71px;
	margin-right: 43px;
}
#navigation li,
#navigation li a {
	float: left;
	height: 55px;
}
#navigation li a {
	text-indent: -400px;
	overflow: hidden;
}
#navigation li {
	margin-right: 1px;
	list-style: none;
}
#navigation #home a {
	width: 89px;
	background-image: url(bkg/nav-home.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation #about a {
	width: 113px;
	background-image: url(bkg/nav-about.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation #practice a {
	width: 143px;
	background-image: url(bkg/nav-practice.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation #contact a {
	width: 105px;
	background-image: url(bkg/nav-contact.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation li a:hover,
#navigation li a.current {
	background-position: left -55px!important;
}
#navigation li a:active {
	background-position: left -110px!important;
}
#left-side {
	float: left;
	width: 575px;
}
#foot {
	padding: 12px 17px 10px;
	width: 856px;
	float: left;
	color: #E7DDCB;
	font-size: 12px;
	background-image: url(bkg/foot-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.clearfix {
	clear: both;
}
#left-side .image {
	float: right;
	margin: 0 0 10px 10px;
}
#right-side {
	width: 250px;
	float: left;
	margin-left: 25px;
}
#right-side .box {
	background-color: #FBF5E3;
	border: 1px solid #E8DDCB;
	margin-bottom: 20px;
}
#right-side .box h3 {
	background-color: #E8DDCB;
	color: #023548;
	font-size: 14px;
	font-weight: normal;
	padding: 9px 15px;
}
#right-side .box .content {
	padding: 9px 15px 4px;
}
