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

body {
	margin: 0;
	background:url(images/background.jpg) repeat-x #888A81;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #000;
}

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

h1 {
	color: #663;
	font-size: 20px;
}

#main {
	background:url(images/back.jpg) repeat-y;
}

.content {
	padding: 10px;
	line-height: 1.6em;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.content strong {
	color:#333;
}

.content li {
	list-style-image:url(images/bullet.jpg);
	padding: 5px;
}

.footer {
	height: 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/footer.jpg) no-repeat;
	font-size: 10px;
}

.border {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.border2 {
	border: 1px solid #000;
}

.text {
	padding: 20px;
}

.text2 {
	padding: 0 20px 0 0;
}