/* Reset All Styles
-------------------------------------------------------------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: none; }

/* Base Styles
----------------------------------------------------*/

body {
	background: #fff;
	font-family: arial, helvetica;
	font-size: 12px;
	text-align: center;
}

#wrapper {
	width: 974px;
	margin: 20px auto;
	overflow: hidden;
}

#header {
	background: url("/images/bg_basie.jpg") no-repeat;
	height: 528px;
	width: 974px;
	position: relative;
	overflow: hidden;
}

#header h1 {
	text-indent: -9999px;
}

#header ul {
	position: absolute;
	top: 168px;
	left: 20px;
}

#header ul li {
	margin: 2px 0;
	text-align: left;
	text-decoration: none;
	font-size: 2.1em;
	font-weight: bold;
	color:#fff;
}

#header ul li a:link,
#header ul li a:visited {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

#header ul li a:hover {
	color: #fcb65d;
}

#footer {
	background: url("/images/bg_footer1.gif") top no-repeat;
	height: 157px;
	width: 969px;
	padding-left:5px;
	position: relative;
}

#footer ul {
	text-align: right;
	margin-right: 20px;
}

#footer ul  li {
	display: inline;
	margin: 0 2px;
}

#footer small {
	position: absolute;
	color: #fff;
	font-size: .9em;
	right: 20px;
	bottom: 24px;
}
/*
#footer h3 {
	color: #fff;
	font-size: 2em;
	right: 20px;
	bottom: 40px;
	position: absolute;
}
*/
