/*base styles*/

body {
	background-image: url(../graphics/template-elements/bg-4.jpg);
	margin: 0px;
	line-height: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 28px;
	font-family: "Century Gothic";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 20px;
}

h2 {
	font-size: 22px;
	font-family: "Century Gothic";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-size: 17px;
	font-family: "Century Gothic";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
}

a:link {
	color: #875200;
	text-decoration: underline;
}

a:visited {
	color: #875200;
	text-decoration: underline;
}

a:hover {
	color: #3a2300;
	text-decoration: none;
}

a:active {
	color: #875200;
	text-decoration: underline;
}

/*template styles*/

#header-wrapper {
	height: 419px;
	float: inherit;
	position: relative;
	background-image: url(../graphics/template-elements/header-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#header {
	height: 419px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	width: 780px;
	background-image: url(../graphics/template-elements/header.jpg);
}

#navigation-wrapper {
	height: 27px;
	float: inherit;
	position: relative;
	background-image: url(../graphics/template-elements/navigation-bg.png);
}

#navigation {
	height: 27px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	width: 780px;
}

#body-wrapper {
	height: inherit;
	float: inherit;
	position: relative;
}

#body {
	height: inherit;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	position: relative;
	width: 740px;
	color: #201e12;
	background-color: #ffffff;
	background-image: url(../graphics/template-elements/table-stretcher.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#footer-wrapper {
	height: 75px;
	float: inherit;
	position: relative;
}

#footer {
	height: 75px;
	color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	width: 750px;
	background-color: #000000;
	font-family: "Century Gothic";
	padding-left: 15px;
	padding-right: 15px;
}

#footer a:link {
	color: #742329;
	text-decoration: none;
}

#footer a:visited {
	color: #742329;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active {
	color: #742329;
	text-decoration: none;
}