body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
	text-align: left;
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 231px;
	background: url(../images/header.jpg) no-repeat 0 0;
	color: #3d3d3d;
	font-size: 65%;
}

#header h1, #header h2, #header p, #header form {
	margin: 0px;
	padding: 0px;
}

#header-title {
	text-indent: -10000px;
}

#header-menu {
	text-indent: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 30px;
}

/* search box
------------------------------------------*/
#searchbox {
	color: #fff;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 80px;
}

/* navigation
------------------------------------------*/
#sectionnav {
	margin: 0;
	padding: 0;
}
#sectionav li {
	list-style: none;
	height: 155px;
	float: left;
	position: relative;
}
#sectionnav li a {
	height: 155px;
	text-indent: -9000px;
	display: block;
}
#sectionnav .current a { background-position: 0 -155px; }

/* section navigation
------------------------------------------*/
#sectionnav {
	margin: 0;
	padding: 0;
}
#sectionnav li {
	list-style: none;
	float: left;
	position: relative;
}
#sectionnav li a {
	text-indent: -9000px;
	display: block;
}
#sectionnav .current a { background-position: 0 -155px; }

/* buttons
------------------------------------------*/
a#find, a#looking {
	width: 286px;
	height: 195px;
}
a#find { background-image: url(../images/find-icon.jpg); }
a#looking { background-image: url(../images/looking-icon.jpg); }
a#find:hover, a#looking:hover { background-position: 0 -155px; }
#content {
	width: 286px;
	padding: 10px;
}
#navigation {
	float: left;
	width: 572px;
	padding: 10px;
	position: relative;
}

#block_1 {
	float: left;
	width: 260px;
	margin-left: 670px;
}
* html #block_1 {
	display: inline;
}
#block_2 {
	float: left;
	width: 640px;
	margin-left: -940px;
}
/* Start Mac IE5 filter \*/
#block_1, #block_2 {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
    color: #3d3d3d;
	padding-left: 20px;
}

#main_content {
	clear: both;
	padding-left: 40px;
	width: 570px;
}
/* End Mac IE5 filter */
#wrapper {
	width: 940px;
	overflow: hidden; /* hide excess padding in non-IE browsers */
}
/* IE 5.01 fix  */
#wrapper {
	float: left;
	float/**/: none;
}
#wrapper:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrapper { display: inline-block; }
/*\*/
#wrapper {
	display: block;
}
/* end easy clearing */

#footer {
	clear: both;
}
#header, #footer {
	width: 940px;
}
/* Safari fix */
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

#footer {
	font-size: 65%;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
	color: #3d3d3d;
	text-decoration: none;
}

h1 {
	font-size:140%;
	font-weight: bold;
}

h2 {
	font-size:105%;
	font-weight: bold;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #e80000;
}

a:hover {
	color: #707070;
	text-decoration: underline;
}

a.help:link {color: #ffffff; text-decoration: none; }
a.help:visited {color: #ffffff; text-decoration: none; }
a.help:hover {color: 666666; text-decoration: underline; }
a.help:active {color: ffffff; } 

.small-font {
	color: #FF0000;
	font-size: 100%;
}

.input {
  border: 1px solid #000;
}

.msg {
     color: #FF0000;
}
