
body {
	background: url('background_c.jpg') center top repeat-x;
	color:#4e4e4e;
	font-family:Palatino,Georgia, serif;
	font-size:75%;
	margin:10px 0 0 0;
	padding:0;
	text-align: center;
}


a, a:visited {
	border:#fff solid 1px;
	background-color:#000;
	color:#fff;
	padding:4px 4px 2px 4px;
	text-decoration: none;
	font-style: italic;
	outline: none;
}

a:hover {
	background-color:#fff;
	border:#ccc dotted 1px;
	color: #000;
	outline: none;
}

a:active {
	background-color: #00bff3;
	outline: none;
}



.clear {
	clear: both;
	}
	
.container {
	margin: 10px auto auto auto;
	text-align: center;
	width:985px;
}

h1 {
	/* border-top: #9bcddd solid 4px;
	border-bottom: #9bcddd double 4px; */
 	border-top: #000 solid 4px;
	border-bottom: #000 double 4px;
	color:#000;
	font-weight: normal;
	font-size:12px;
	letter-spacing: 15px;
	margin:300px auto 0 auto;
	padding:8px 0 3px 0px;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	clear:both;
	font-size: 20px;
	font-weight:normal;
	padding: 0 2px 0;
	margin:10px 0 0 0;
	text-transform:lowercase;
	border-bottom: #ccc double 4px;
	width:100%;
}

p {
	margin:.2em;
}

p.alphabet { 
	letter-spacing: 10px;
	text-transform: capitalize;
	width:985px;
	margin:10px auto;
	text-align: left;
	padding-left:20px;
}

p.alphabet a {
	font-family:'Gill Sans';
	padding:3px 0 3px 7px;
	font-style: normal !important;
}


.place {
	border:#ccc double 4px;
	float:left;
	height: 300px;
	margin:5px 5px 5px 5px;
	padding:10px 5px;
	width:300px;
	text-align:center;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.place h3 {
	text-align:left;
}

.place img {
	border:#eee solid 20px;
	padding:3px;
	margin:auto;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}


hr {
	background-color: #000;
	clear:both;
	color: #000;
	height:1px;
	border:0;
	margin:20px auto;
}

ul {
	margin:10px 0 0 0;
	padding: 0;
	list-style:none;
}

ul li {
	float:left;
	margin: 0 10px 0 0;
	padding:0;
}

.x {
	position:absolute;
	font-face:helvetica,verdana, sans-serif;
	font-size:50px;
	font-weight: bold;
	top:5px;
	right:25px;
	color:#000;
}

.x a {
	background: transparent url('transparent.png') repeat;
	border:none;
	padding:40px 5px;
}

.x a:hover {
	background-color: #000;
	color: #fff;
}