html, body {
	height: 100%;
}


body {
	margin: 0;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #5A5A5A;	
}

p {
	margin: 0px 0px 14px 0px;
}

h1 {
	color: #000000;
	font-size: 22px;
	margin: 10px 0px 6px 0px;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

a:link {
	color: #ab0f14;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #5d791a;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.header-container, .content-container, .footer-container {
	width: 890px;
	margin: 0px auto;
}


.header {
	width: 100%;
	min-width: 890px;
	height: 172px;
	background: url(images/header-bg.jpg) repeat-x;
}

.header-container {
	background: url(images/header-dragon.gif) no-repeat top right;
	height: 172px;
}

.logo {
	float: left;
	margin: 40px 0px 0px 0px;
}

.dragon {
	position: relative;
	top: 0px;
	right: -60px;
}

.navigation {
	width: 100%;
	min-width: 890px;
	height: 40px;
	background: url(images/nav-bg.jpg) repeat-x;
	text-align: left;
	font-size: 14px;
	color: #9d2f33;
}

.navigation-container {
	width: 890px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

.navigation a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
}

.navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000;
}

.navigation a:hover {
	text-decoration: none;
	color: #e3eaab;
	text-shadow: 1px 1px 0px #000;
}


.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation ul li {
	float: left;
}


.content {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	clear: both;
}

.content-container {
	padding: 20px 0px 20px 0px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -105px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 105px; /* .push must be the same height as .footer */
}

.footerdragon {
	width: 100%;
	height: 105px;
	background: url(images/footer-dragon.gif) no-repeat;
}

.footer {
	width: 100%;
	min-width: 890px;
	height: 105px;
	background: url(images/footer-bg.jpg) repeat-x;
}

.footer-container {
	text-align: right;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
}

.footer-container a:link, .footer-container a:visited {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #a6b924;
}
