*{
	/* Resetting the default styles of the page */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	font-size:0.825em;
	color:#666;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
}

.sponsorListHolder{
	margin-bottom:30px;
	background-color: #CCC;
}

.sponsor{
	width:125px;
	height:450px;
	float:left;
	margin:0px;
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
	background-color: #CCC;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border: 0px solid #ccc;
	background-color: #CCC;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.sponsorFlip:hover{
	border:1px solid #CCC;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
	background-color: #CCC;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:0%;
	left:50%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -62px;
	background-color: #CCC;
}

.sponsorFlipBack{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border: 0px solid #ccc;
	background-color: #CCC;
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.sponsorFlipBack:hover{
	border:1px solid #CCC;
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
	background-color: #CCC;
}

.sponsorFlipBack img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:0%;
	left:50%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -62px;
	background-color: #CCC;
}





.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:11px;
	padding:50px 10px 20px 20px;
	font-style:italic;
	z-index: 1000;
	position: relative;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
	z-index: 1000;
	position: relative;
}
#Container_text2 {
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 4px;
}
#Container_text2 p {
	position: relative;
	text-align: center;
	padding-left: 2%;
}



.clear{
	/* This class clears the floats */
	clear:both;
	background-color: #CCC;
}


/* The styles below are only necessary for the styling of the demo page: */

#main{
	position:relative;
	width:1000px;
	background-color: #CCC;
	margin-top: 4;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

h1{
	padding:30px 0;
	text-align:center;
	text-shadow:0 1px 1px white;
	margin-bottom:30px;
	background:url("img/page_bg.gif") repeat-x bottom #f8f8f8;
}

h1,h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

h2{
	font-size:14px;
	font-weight:normal;
	text-align:center;
	
	position:absolute;
	right:40px;
	top:40px;
}

.note{
	font-size:12px;
	font-style:italic;
	padding-bottom:20px;
	text-align:center;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}
