@charset "utf-8";
#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#main #heading {
	float: left;
	background-image: url(images/header.jpg);
}
#main #navtop {
	float: left;
	width: 100%;
	background-color: #33ccff;
	padding-left: 25px;
}
#main #middle {
	background-color: #FFF;
	float: left;
	width: 630px;
	padding: 35px;
}

#main #middle #content{
	background-color: #FFF;
	float: left;
	width: 440px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#main #middle #quote{
	float: left;
	width: 170px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	font-size: 11px;
}
#main #contacts {
	width: auto;
	background-color: #33ccff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 10px;
	padding-left: 40px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666699;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}
.bodyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666699;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.t {
	background: url(images/dot.gif) repeat 0 0;
	width: 170px;
}
.b {
	background: url(images/dot.gif) repeat 0 100%
}
.l {
	background: url(images/dot.gif) repeat 0 0
}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) no-repeat 100% 100%
}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px} 
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7E3B98;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

