body {
	background: url(../images/background_aftrnoon.jpg) repeat-y;
	font-family: arial,sans-serif;
	margin: 0px auto;
	width: 860px;
	padding-top: 10px;
	font-size: 12px;}
	
a {color: #800080;}

h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
	letter-spacing: -0.025em;
	font-family: "Times New Roman",serif;}

h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.header {
	width: 860px;
	padding: 50px 0px;
	background: #fbf528;
	border: 1px solid black;}

.menu {
	margin: 10px auto;
	width: 740px;
	_width: 750px;}	

.menu a {
	width: 141px;
	line-height: 20px;
	background: #fbf528;
	border: 1px solid #d9b40b;
	text-align: center;
	display: block;
	float: left;
	color: black;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 5px 5px 0px}
	
	.menu a:hover {
		background: #fbf56f;}

.listings a {
	color: black;
	text-decoration: none;}
.listings a:hover {
	border-bottom: 1px solid black;}
		
.footer {font-size: 10px;}

.clear {clear: both;}

.alphabet {
	float: right;
	margin-top: 20px;}

.alphabet a {
	border: 1px solid #eeeeee;
	color: gray;
	text-decoration: none;
	padding: 2px;}
	
.alphabet a:hover {
	background: gray;
	color: white;}

.login_form {
	background: #FAF3A2;}
.login_form input, textarea {
	/*border: 1px solid #451024;*/
	padding: 2px;}
