@charset "utf-8";
/* CSS Document */

/*
color
#fdfdf5 - bgColor;
#e22239 - textTitle;
#00909d - btnColor
font
Century Schoolbook - title
Franklin Gothic Book - text
*/
html body {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	background-color:#fdfdf5;
}

img {
	border:none;
	}
hr {
	width:920px;
	margin:5px auto 0 auto;
}
.hrNice {
	border-bottom-style: double;
	margin: 9px auto 0px auto;
	width: 920px;
}
#topShare {
	background-color:#fdfdf5;
	height:28px;
	text-align:center;
	padding-top:5px;
}
#all {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#fdfdf5;
	height:100%;
	width:100%;
	text-align:center;
	position:absolute;
}
#logos {
	width:920px;
	height:220px;
	margin:0 auto 0 auto;
	position:relative;
}
#mainText {
	margin: 15px auto;
	position: relative;
	width: 920px;
	text-align: left;
	
}
#mainText .title {
	color:#e22239;
	text-align:center;
	font-family: 'Junge', serif;
	font-size:37px;
}
#mainText h3 {
	color:#e22239;
	font-family: 'Signika', sans-serif;
	text-align:center;
	font-style:italic;
}
#mainText .text {
	color:#000000;
	font-family: 'Signika', sans-serif;
	text-align:left;
}
#mainText a {
	background-color: #00909D;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	display: block;
	height: 60px;
	padding: 3px;
	position: relative;
	text-decoration: none;
	width: 250px;
	margin: 0 auto 0 auto;
	font-family: 'Signika', sans-serif;
}
#mainText a:hover {
	background-color: #000000;
}
#WhiteSquare {
	width:920px;
	height:300px;
	margin:0 auto;
	position:relative;
}
#WhiteSquare h2 {
	font-size:22px;
	font-family: 'Signika', sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
#WhiteSquare .gallery {
	float: left;
	height: 217px;
	position: relative;
	width: 475px;
}
#WhiteSquare .gallery ul {
	margin:0px;
	padding:0px;
}
#WhiteSquare .gallery ul li {
	position:relative;
	list-style: none;
	float:left;
}
#WhiteSquare .likeBox {
	/*border:1px solid #000;*/
	position:relative;
	float:right;
	margin-left:15px;
}
#Juries {
	width:920px;
	height:260px;
	margin:0 auto 0 auto;
	position:relative;
}
#Juries h2 {
	font-size:22px;
	font-family: 'Signika', sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
#Juries ul {
	margin:0px;
	padding:0px;
}
#Juries ul li {
	position:relative;
	list-style: none;
	float:left;
	width: 152px;
}
#Juries ul li .fb-name{
	font-size:20px;
	font-family: 'Signika', sans-serif;
	font-weight:normal;
	text-align:left;
	}
#Juries ul li p{
	font-size:12px;
	font-family: 'Signika', sans-serif;
	font-weight:normal;
	margin:0;
	padding:5px;
	text-align:left;
}

#sponserdBy{
	background-color:#d61d37;
	width:920px;
	height:161px;
	margin:5px auto 0 auto;
}
#sponserdBy ul{
	margin:0px;
	padding:0px;
}
#sponserdBy ul li {
	position:relative;
	list-style: none;
	float:left;
	width: 184px;
}

#footer{
	width:920px;
	height:100px;
	margin:0 auto; 
}

#footer .share{
	margin:0 auto 0 auto; 
	width:500px;
	text-align:center;
	padding-top: 5px;
}
#footer .link{
	position:relative;
	float:right;

	}
	#footer .link a{
text-decoration:none;
	font-size: 12px;
	font-family: 'Signika', sans-serif;
	font-weight:normal;
	color:#000000;
		}
	#footer .link a:hover{
text-decoration:underline;
		}
/**/

/* rotator in-page placement */
div.rotator {
	height:234px;
  margin:0 auto;
  position:relative;
  width:630px;
}
div.rotator ul {
	margin:0px;
	padding:0px;
}
/* rotator css */
div.rotator ul li {
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
	/*text-align:center;*/
	_margin:0 auto 0 -315px;
  	_position:absolute;
	/*border:1px solid #ccc;
	padding: 4px;background: #FFF;*/
}
div.rotator ul li.show {
	z-index:500;
}
