@charset "UTF-8";
/* CSS Document */

body {
	margin: 20px;
	background:url(images/background.jpg) repeat top center;
	font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	color: #333;
}

h2 {
	font-size: 16px;
	color: #066;
	
}

h3 {
	font-size: 16px;
	color: #06c;
}

a {
	color: #009;
}

#main {
	
}

.content {
	padding: 20px 0;
	font-size: 12px;
	line-height: 1.6em;
	color: #333;
	background:url(images/back.jpg) repeat-y;
}

.content div {
	padding: 0 15px;
}


.footer {
	background:url(images/footer.jpg) bottom left no-repeat;
	height: 40px;
	font-size: 10px;
	color: #999;
}

.hws {
	font-size: 10px;
	color: #333;
}

.hws a {
	color: #333;
}

.address {
	font-size: 11px;
	color: #666;
}

.border {
	border-top: 4px #999 solid;
	border-bottom: 4px #999 solid;
}

.border2 {
	border: 4px #999 solid;
}
