@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	text-align:center;
	letter-spacing: 0.2em;
}
body {
	background-color: #25292a;
	margin-top:0em;
	padding:0;
}
a {
	letter-spacing: .2em;
}
a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: white;
}
a:active {
	text-decoration: none;
	color: white;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0.2em;
	width: 600px;
	margin: 0 auto;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0.4em;
	text-align: center;
	line-height: 1.5em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
h3 .georgiaBig {
	font-size: 2em;
}
#divWrapper {
	margin: 0 auto;
	text-align: center;
	overflow: auto;
}
#divWrapper.homePhoto {
	width: 380px;
	height: 600px;
	margin: 0 auto;
	background-image: url(images/city-different-poster-winner.jpg);
	background-repeat: no-repeat;
	padding: 0 10px;
}
#divWrapper.gallery {
	margin: 0 auto;
	padding: 0px;
	width: 540px;
}
#divWrapper a {
	font-weight: bold;
}
div.floatLeft {
	float: left;
	margin-right: 20px;
}
#divWrapper div.text {
	margin: 0px auto;
	text-align: left;
	padding: 1em;
	background-color: #FFFFFF;
	color: #25292A;
	letter-spacing: normal;
	line-height: 1.3;
	width: 500px;
}
#divWrapper  .text  table td {
	color: #25292A;
	text-align: left;
	letter-spacing: normal;
}
#divWrapper div.textCentered {
	margin: 0px auto;
	text-align: center;
	padding: 1em;
	background-color: #FFFFFF;
	color: #25292A;
	letter-spacing: normal;
	line-height: 1.3;
	width: 500px;
}
.text a:link, .text a:visited {
	color: #25292A;
	text-decoration:None;
}
.text a:hover, .text a:active {
	color: #25292A;
	text-decoration:underline;
}

#divGalleryHome {
	margin: 0px auto;
	overflow: auto;
}
.floatLeft img {
	padding: 10px 0px 40px;
	margin: 0px;
}
#divFooter {
	clear: both;
}
#divWrapper.galleryHome {
	width: 700px;
}
