body {
	text-align: center;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {

	font-size: 20px;
	margin: 0px 0px 10px 0px;


}

h2 {

	font-size: 20px;
	margin: 10px 0px 10px 0px;


}


#wraper {

	width: 100%;
	margin: 0 auto;
	background: url('design/header.gif') repeat-x;

}

#header {

	width: 850px;
	margin: 0 auto;


}

#header .top {



}

#header . menu {

	height: 45px;

}

#header .billboard {

	padding: 10px 0px;

}



#content_wraper {

	width: 100%;
	margin: 0 auto;

}

#content {

	width: 850px;
	margin: 0 auto;
	text-align: left;

}

#content .left {

	float: left;
	width: 660px;
	padding: 10px 0px 10px 0px;
}

#content .right {

	float: right;
	width: 160px;
	padding: 10px 0px 10px 10px;

}

#content .center {

	float: right;
	width: 850px;
	padding: 10px 0px;

}

#content a.big, #content a.big:visited {

	padding: 2px;
	font-size: 18px;
	color: #ad43bd;
	text-decoration: underline;
}

#content a.big:hover {

	padding: 2px;
	font-size: 18px;
	color: #FFFFFF;
	background: #ad43bd;
	text-decoration: none;

}


#content a:link, #content a:visited {

	color: #ad43bd;
	text-decoration: underline;
}

#content a:hover {

	color: #FFFFFF;
	background: #ad43bd;
	text-decoration: none;

}

#pager {

	text-align: center; 
	margin: 20px 0px;

} 

#pager u {

	margin: 2px;
	padding: 2px;
	color: #DDDDDD;
	font-size: 18px;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;

}

#pager a:link, #pager a:visited {

	margin: 2px;
	padding: 2px;
	font-size: 18px;
	color: #555555;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	text-decoration: none;
}

#pager a:hover {

	margin: 2px;
	padding: 2px;
	font-size: 18px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #555555;
	text-decoration: none;

}


#footer {

	clear: both;
	color: #777777;
	height: 90px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	border-top: 1px solid #DDD;
	background: url('design/footer.gif') repeat-x;
}

#footer a:link, #footer a:visited , #footer a:hover {

	color: #777777;
	font-weight: normal;
	margin: 0px 5px;

}

#footer p {

	margin: 15px 0px 0px 0px;
}


#menu a.home:link, #menu a.home:visited {

	display: block;
	width: 50px;
	height: 50px;
	text-indent: 2000px;
	overflow: hidden;
	background: url('design/top_menu.gif') 0 0 no-repeat;

}

#menu a.home:hover {

	background-position: 0 -50px;

}

#menu a.favorite:link, #menu a.favorite:visited {

	display: block;
	width: 50px;
	height: 50px;
	text-indent: 2000px;
	overflow: hidden;
	background: url('design/top_menu.gif') -50px 0 no-repeat;

}

#menu a.favorite:hover {

	background-position: -50px -50px;

}

#menu a.help:link, #menu a.help:visited {

	display: block;
	width: 50px;
	height: 50px;
	text-indent: 2000px;
	overflow: hidden;
	background: url('design/top_menu.gif') -100px 0 no-repeat;

}

#menu a.help:hover {

	background-position: -100px -50px;

}

#menu a.contact:link, #menu a.contact:visited {

	display: block;
	width: 50px;
	height: 50px;
	text-indent: 2000px;
	overflow: hidden;
	background: url('design/top_menu.gif') -150px 0 no-repeat;

}

#menu a.contact:hover {

	background-position: -150px -50px;

}

span.small {

	color: #666666;
	font-size: 12px;

}
