body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #333;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

a:link {
	color: #666;
}

a:hover, a:active {
	text-decoration: none;
	color: #666;
}

a:visited {
	color: #666;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 850px;
	height: 82px;
	margin: 0 auto 0px auto;
}

#logo {
	float:right;
}

#logo h1 {
	font-size: 38px;
	color:#000;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
	color:#ff9900;
}

#logo h1 a {
	color:#000;
}

#logo h2 {
	margin-top: 0px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	width: 850px;
	margin: 0 auto;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	color:#333333
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#F90;
}

#menu a:hover { 
	background:#fa9600;
	color:#333;
}

#menu .current_page_item a {
	color: #333;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 850px;
}
/* Footer */

#footer {
	height: 100px;
	min-height: 74px;
	padding: 10px 0 0 0;
	background: #ffffe3 url(images/img02.gif) repeat-x left top;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #A0A0A0;
}

#legal a {
	color: #A0A0A0;
}
