@charset "utf-8";
/* CSS Document */

/* GLOBAL */

body, html {
	margin: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #645a5a;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D3CD93;
	background-attachment: fixed;
}
p {
	line-height: 16px;
}
a {
	color: #f14747;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #89BB30;
	text-decoration: underline;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #404040;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 28px;
	font-weight: normal;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666600;
	padding-bottom: 5px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3{
	font-family: "Times New Roman", Times, serif;
	color: #666600;
	font-size: 15px;
}

ul {}
li {
	margin-bottom: 10px;
}
#main {
	margin: auto;
	width: 969px;
}
#header {
	margin: auto;
	width: 969px;
	padding-top: 30px;
	text-align: left;
	padding-left: 40px;
}
