* {
	border: 0;
}

.field0 {
	visibility:hidden;
}

input, textarea {
	border: 1px solid #000;
}

textarea {
	width: 300px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#d60000;
	margin: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

#container {
	width: 1009px;
	margin: auto;
}

#header2 {
	 background:url('images/header2.jpg');
	 height:99px;
}

#main {
	background-color:#fff;
	background:url('images/content-bg.jpg');
	background-repeat:repeat-y;
}

#menu {
	margin-left: 500px;
	padding-top: 35px;
	word-spacing: 35px;
	font-size: 1.3em;
}

#menu a {
	text-decoration: none;
}

#menu a:current {
	font-weight: bold;
}

#logo {
	 margin-left: 41px;
	 float: left;
}

#content {
	 padding-top: 20px;
	 padding-left: 70px;
	 padding-right: 70px;
	 padding-bottom: 50px;
}

#footer {
	 color: #fff;
	 font-size: 0.8em;
	 text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

h1 {
	color: #d40000;
	margin-top: 0;
}

#box {
	 float: right;
	 color: #fff;
	 width: 300px;
	 height: 150px;
	 background: url('images/bg.jpg');
	 text-align: center;
	 margin-bottom: 10px;
}

#box a {
	color: #fff;
}


