body {
	background: url(../images/bg.gif) left top repeat-x;
	margin: 0 50px 15px 50px;
}

img, table {
	border: 0px;
}

td, div {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;	
}

a {
	color: #662d91;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}

.logo {
	text-align: center;
	height: 130px;
}

.top {
	background: #430a6e url(../images/bg-top.jpg) right top no-repeat;
	width: 100%;
	height: 195px;
}

.slogan {
	margin: 50px 0 0 20%;
}

.menu {
	background: #653688 url(../images/bg-menu.jpg) right top no-repeat;
	border-bottom: 1px solid #440b6f;
	height: 35px;
	text-align: center;
}

.menu a{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	margin: 0 30px;
	text-decoration: none;
}

.menu a:hover{
	color: #d6a0ff;
}

.left {
	width: 20%;
	vertical-align: top;
	margin-left: -1px;
}

.right {
	width: 80%;
	vertical-align: top;	
}

.offices {
	color: #662d91;
	text-transform: uppercase;
}

.services td{
	width: 20%;
	background-color: #430a6e;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 15px;
}

.services td:hover{
	background-color: #5a2880;
}

.services a{
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
}

.services a:hover {
	color: #d6a0ff;
}

.office td{
	width: 20%;
	background-color: #430a6e;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 15px;
	text-align: center;
}

.office td:hover{
	background-color: #5a2880;
}

.office a{
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
	text-align: center;
}

.office a:hover {
	color: #d6a0ff;
}

.content {
	vertical-align: top;
}

.photo {
	float: right;
	margin: 0 0 0 40px;
}

.text {
	padding: 20px 40px 40px 40px;
	line-height: 16px;
}

.footer {
	background: #5b2881;
	line-height: 60px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	height: 60px;
	margin: 1px 0;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	color: #d6a0ff;
}


h1 {
	text-transform: uppercase;
	color: #662d91;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	text-transform: uppercase;
	color: #662d91;
	font-weight: normal;
	font-size: 16px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }