body {
	background-color: #FFFFFF;
	font: 12px, Geneva, Arial, Verdana, sans-serif; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	color: #000;
}

.line {
	border-top: 1px solid #CCCCCC;
	text-align: center;
	width: 700px;
	margin: 5px auto;
}

img {
	/*border: 0*/;
}

a img {border: 0; margin: 0; padding: 0;}

.body_class { 
	background-color: #999999;
	background-image: url(background_gradient.gif);
	background-repeat: repeat-x;
}

#outer_container {
	background-color: #29292A;
	background-image: url(outer_container_background.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom-color: #29292A;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-top-color: #29292A;
	border-top-style: solid;
	border-top-width: 10px;	
	margin: 0 auto;
	width: 940px;
}

#inner_container{
	margin: 0 auto;
	width: 920px;
	background-color: #3F3F41;
	/*background-image: url(inner_container_background.gif);*/
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	margin: 0px auto;
	padding-top: 10px;
	text-align: center;
	width: 900px;
}

#banner {
	/*background-image: url(../images/logo_bg.gif);
	background-repeat: repeat-x;*/
	height: 170px;
	text-align: center;
}

#logo {
	text-align: center;
}

#menu {
	color: white;
	background-image: url(../images/logo_bg_small.gif);
	height: 36px;
	margin: 0 auto;
	padding: 0;
	padding-top: 14px;
	text-align: center;
}

.menua a {
	font-size: 16px;
	padding: 0 10px 0 10px;
}

.menub a {
	font-size: 10px;
	padding: 0 4px 0 4px;
}

#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#main {
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: center;
	width: 900px;
	background-image: url(../images/content-background.png);
	background-repeat:repeat-y;
}

#content {
	font-family: arial, sans-serif;
}

#footer {
	margin: 15px auto;
	padding-bottom: 10px;
	text-align: center;
}

.searchButton
{
	/*border: 1px solid #29292A;*/
	/*background: #ffffff;*/
	border: 0;
	background-image: url(button_search.png);
	color: #000000;
	font-size: 1.1em;
	width: 86px;
	height: 25px;
}

.resetButton
{
	border: 0;
	background-image: url(button_reset.png);
	color: #000000;
	font-size: 1.1em;
	width: 86px;
	height: 25px;
}