body {
	background: #000;
	width:1150px;
	margin:0 auto;
}
h2 a {
	font-size:19px;
	text-decoration: none;
	color: #CCCCCC;
}
h2 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
h3 {
	border-bottom:1px solid #1d1d1d;
	color: #b4b4b4;
	margin: 0;
	padding: 0;
}
#header { 
	text-align: left;
}
#container {
	text-align: center;
	background: #000;
	clear: both;
}
#menu {
	width: 130px;
	float: left;
	text-align: left;
}
#menu #menuLetter {
	width:  120px;
	margin-bottom:25px;
	clear:both;
	border:1px solid #1d1d1d;
	text-align: left;
}
#menu #menuLetter div {
	width:120px;
	clear:both;
	display: block;
	height: 25px;
	padding: 2px;
}
#menu #menuLetter div a {
	text-decoration: none;
	display: block;
	height: 25px;
	color: #ffffff;
	width:120px;
}
#menu #menuLetter div a:hover  {
	padding-left:2px;
	margin-left:-2px;
	text-decoration: none;
	display: block;
	height: 25px;
	font-weight: bold;
	background-color: #6666ff;
	color: #cccccc;
}
#content {
	text-align:center;
	padding-left:10px;
	float: left;
	width: 880px;
}
#content a {
	text-decoration: none;
	color: #ffffff;
	
}
#adverts_left {
	text-align:left;
	width: 130px;
	float: left;
}

#adverts_right {
	text-align:right;
	width: 130px;
	float: right;
}
#adverts_right img {
	width: 130px;
}
#content .thumbs img {
	text-align: center;
	border:0;
	width: 180px;
	padding: 10px;	
}

#content th {
	color: #fff;
}
#thumbs {
	margin: 5px;
	overflow: hidden;
	font-size:11px;	
	text-align: center;
	border: 1px solid #d7d7d7;
	width:110px;
	height:150px;
}

#thumbs img {
	width:110px;
}
#thumbs a {
	text-align:center;
	text-decoration: none;
	color: #fff;
}
#spacer {
	float:left;
	width:100px;
	border: none;
}
#row {
	padding-left: 30px;
	text-align:center;
}

#banner {
	padding-right: 5px;
	text-align: center;
}

#pagination {
	clear:both;
	text-align: center;
	color: #fff;
}

#pagination a {
	font-size:18px;
	border:1px solid #1d1d1d;
	padding:0 5px;
	margin:0 5px;
	color: #FF0000;
}
#pagination a:hover {
	background-color:1px solid #1d1d1d;
	color: #6666ff;
}
#view-by-sites {
	font-size: 16px;
	text-align: center;
	border:1px solid #d7d7d7;
	list-style: none;
	display: block;
	height: 32px;
	width: 150px;
}
#sites {
	width: 150px;
	display: none;
	visibility: hidden;
}
#view-by-sites:hover #sites {
	display:block;
	visibility: visible;
	position: relative;
	left: -40px;
}
.site {
	display: block;
	background-color: #6766FF;
	height: 25px;
	width: 150px;
}
.site a {
	color: #000000;
	text-align: left;
	display: block;
	height: 25px;
	width: 150px;
	text-decoration: none;
}
.site a:hover {
	display: block;
	height: 25px;
	width: 150px;
	background-color: #FF6666;
}
