/*DEFAULTS ------------------------------------------------ */
html, body, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body {
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, "Courier New", Courier;
	font-size: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#main {
	width: 800px;
	float: left;
}
#rightcol {
	float: right;
	width: 226px;
	margin: 0 10px 0 0;
}

#leftcol {
	float: left;
	width: 500px;
	margin: 4px 0 10px 20px;
}


/*MAIN STRUCTURE ------------------------------------------------ */
#wrapper {
	width: 800px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#surround{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	color:#333333;
	float:left;
}
/*HEADER ------------------------------------------------ */
#header{
	width:800px;
	height:244px;
	float:left;
	background:url(../images/header-bg.jpg)
}
/*LINKS ------------------------------------------------ */
a{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover{
text-decoration:underline;
}

/*HEADERS ------------------------------------------------ */
h1{
	font-size:16px;
	color: #3D005F;
	margin: 0;
	padding: 0;
	}
h2{
	font-size:16px;
	}
#rightcol p{
margin:0 0 0 12px;
}
#rightcol h3{
	font-size:14px;
	background-image: url(../images/rightcol-bg.jpg);
	height: 39px;
	width: 226px;
	margin: 0 0 5px 0;
	padding: 0px;
	background-repeat: no-repeat;
	color: #202020;
	line-height: 37px;
	text-indent: 15px;
	}
#footer {
	background-image: url(../images/footer-bg.jpg);
	float: left;
	height: 25px;
	width: 740px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0 10px;
	line-height: 22px;
	margin: 10px 20px;
}

p{
	font-size:12px;
	margin: 0 0 10px 0;
}
#logo {
	float: left;
	height: 68px;
	width: 366px;
}
#tel {
	color: #FFFFFF;
	float: right;
	font-size: 18px;
	margin: 16px 15px 0 0;
}
#toptext {
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	width: 420px;
	margin: 30px 0 0 30px;
}
#midtext {
	float: left;
	color: #FFFFFF;
	font-style: italic;
	width: 350px;
	margin: 10px 0 0 50px;
}

#topbar {
	float: left;
	width: 800px;
	height: 72px;
}
#rightimg {
	float: right;
	width: 320px;
	text-align: right;
	margin: 14px 14px 0 0;
}
#bottext {

	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 400px;
	margin: 0 0 0 30px;
}
