/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	color:#333333;
	background:#F7F0E8;
}

a {
	color:#D06A05;
}
a:visited {
	color:#D06A05;
}
a:hover {
	color:#F18F2C;
}

th, td {
	font-size:80%;
}

h1 {
	font-size:160%;
}
h2 {
	font-size:140%;
	font-family:Arial, Helvetica, sans-serif;
	color:#B7671A;
	margin-top:0px;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:100%;
}

img {
	border:none;
}




.textinput {
	background:#FFFFFF;
}
.textinput:focus {
	background:#EFF8FF;
}

#container {
	position:relative;
	width:760px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	border:1px solid #D06A05;
	background:#FFFFFF;
}

#header {
	position:relative;
	height:200px;
	padding:0px;
	margin:0px;
	background:#FFFFFF url(/theme/autumn/img/header.jpg) no-repeat;
	overflow:hidden;
	border:none;
}
#header h1 {
	text-indent:-6000px;
}


#footer {
	position:relative;
	margin:0px;
	padding:4px;
	width:750px;
	clear:both;
	height:20px;
	overflow:hidden;
	text-align:right;
	background:none;
	border:none;
}


.top_menu {
	display:block;
	text-align:right;
	color:#FFE1A8;
	padding:1px 6px;
}
.top_menu a {
	color:#FFE1A8;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
}




