/*************************************************************
			MAIN STYLES
*************************************************************/

html, body {
	margin: 0;
	padding: 0;
}

html {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-color: #a19958;	
}

body {
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

img {
	border: 0;
}

#header {
	position: relative;
	margin: 0 auto;
	padding: 160px 0 0 218px;
	width: 682px;
	height: 120px;
	background-image: url(images/subtitle.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header #title {
	position: absolute;
	top: 69px;
	left: 0;
}

#header #sponsor {
	position: absolute;
	top: 10px;
	left: 172px;
}

#container {
	margin: 0 auto;
	width: 900px;
}

#menu {
	float: left;
	width: 185px;
	
}

#menu ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	overflow: hidden;
}

#menu ul li {
	padding-left: 13px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#content_outer {
	float: left;
	width: 715px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
}

#content_middle {
	width: 715px;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	
}

#content_inner { 
	width: 715px;
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content {
	float: left;
	padding: 30px;
	width: 470px;
}

#content img {
	margin: 0 12px 12px 0;
}

#etc {
	float: left;
	padding: 30px 12px;
	width: 160px;
}

.clearcontent {
	clear:left;
}

.clearcontainer {
	clear: left;
}

#footer {
	margin: 0 auto;
	padding-top: 50px;
	width: 900px;
	height: 90px;
}


/*************************************************************
			TEXT STYLES
*************************************************************/

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	color: #000000;
}

hr {
	margin: 4px 0;
	color: #e7e5d5;
	background-color: #e7e5d5;
	border: 0;
	height: 1px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #098305;
}

h1 {
	margin-bottom: 14px;
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

#header {
	text-align: center;
	line-height: 30px;
	color: #fbf1ef;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu h2 {
	margin: 14px 0 0 10px;
	font-size: 16px;
	color: #ffd200;
}

#footer {
	text-align: center;
	line-height: 1.4;
	color: #ffffff;
}

/*************************************************************
			LINK STYLES
*************************************************************/

a:link, a:active, a:visited {
	color: #ffd200;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #ffa200;
	text-decoration: underline;
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #000000;
}

#menu a:hover {
	color: #098305;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
}

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