body {
margin: 0px;
background: #fff url("../images/bw.jpg") repeat-x;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

#titl
{
width:600px;
  margin:0 auto;
  text-align:center;
  margin-bottom:30px;
  }
  

h1 {
  background:url(../images/logo.png) no-repeat;
  background-repeat:no-repeat;
  height:60px;

  }
  
  
h1 span {display:none;
}

#results {
margin: 0 auto;
width:78%;
overflow:hidden;
}

#results h2
{color:#333;
text-align:center;
font: bold 17px tahoma;
margin:0 0 20px 0;}

#results ul{
margin:0;
margin-left: 20px; 
margin-bottom: 30px; 
padding: 0;
list-style: none;

}

#results li{
display: block;
margin: 0 2px 0 0;
padding: 5px;
font: normal 13px tahoma;
color: #333;
text-align:left;
border-bottom:2px dotted #ccc;
}


#top {
margin: 0 auto;
width:700px;
height:141px;
background : url(../images/graphic_01.png) no-repeat;
}

#top h2{
padding:53px 0px 0px 290px;
color:#fff;
font:bold 26px cambria;
}

#bottom {
margin: 0 auto;
width:700px;
height:12px;
background : url(../images/graphic_03.png) no-repeat;
margin-bottom:40px;
}

#main {
margin: 0 auto;
width:700px;
min-height:180px;
background : url(../images/graphic_02.png) repeat-y;
text-align:center;
}

#main a{
color:#a11407;
font:bold 15px tahoma;
text-decoration:underline;
}

#main span{
color:#666;
font:normal 12px tahoma;
}



form {
 border: 0px solid #666699;
 padding: 25px;
 text-align:center;
 margin-bottom:30px;
}

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 14px tahoma;
	color: #333;
	margin: 4px 0 5px 8px;
	padding: 5px;
	border: 1px solid #8595B2;
}
#adsense {
text-align:center;
margin-bottom:15px;
}

#footer {
margin: 0 auto;
width:676px;
padding:20px 0;
color:#666;
font: bold 12px tahoma;
text-align:center;
}

#footer a{
text-decoration:none;
color:#333;
}

#footer a:hover{
text-decoration:underline;
}