#new_wrap
{

}


#topmenu 
{
	width: 100%;
	background: #000000;
	display: block;
	float: right;
	height: 37px;
	list-style: none;
	margin: 0px;
	padding:0px;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}

#topmenu li
{
	display: inline;
}

#topmenu li a
{
	display: block;
	float: right;
	padding: 10px;
	color: #FFFFFF;
	text-decoration : none;
}

#topmenu li a:hover
{
	color: #CCCCCC;
	text-decoration: none;
}


#header
{
	position: relative;
	height: 100px;
	background: url('/images/header.png') top left no-repeat;
}

#searchForm /* you dont need to use a hirachie for IDs, they are "singleton" */
{
	position: absolute;
	right: 20px;
	top: 20px;
}

#doSearch /* you dont need to use a hirachie for IDs, they are "singleton" */
{
	width: 80px;
	height: 17px;
	border: 0;
	outline: 0;
	color: black;
	font-size:8pt;
	background: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	background-image: url('/images/searchButton.gif');
}

#search /* you dont need to use a hirachie for IDs, they are "singleton" */
{
	width: 136px;
	height: 17px;
	border-style: hidden;
	border-width: 0px;
	color: #000000;
	font-size:8pt;
	
	padding: 0px;
	margin: 0px;
	background: none;
	background-image: url('/images/searchBox.gif');
}




#breadcrumb
{
	position: relative;
	background-color: #240606;
	/*height: 25px;*/
	line-height: 30px;
	color: #FFFFFF;
	font-size: 7pt;
	width: 850px;
	 margin-bottom:15px;
	text-indent: 220px;
	/*padding-top: 9px;*/
	font-family: verdana, helvetica, sans-serif;
}


#copyrightNew
{
	margin-top: 20px;
	border-top: 5px solid black;
	background-color: #240606;
	padding-bottom: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
}


#headClick
{
	height: 100px;
	width: 600px;
	position: absolute;	
}

#headClick:hover
{
	cursor: pointer;
	cursor: hand
}

