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

body {
	background-color: #d1e1f0;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
}

a {
	color: #fff;
}
/*VERTICAL CENTERING MECHANISM*/

#vertwrap_1 {
	width: 100%;
	height: 100%;
	display: table;
	text-align: left;
}
#vertwrap_2 { 
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	text-align: center; 
}

  /* Vertical centering: make div as large as viewport and use table layout */
  div.container {top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table}




#wrapper_home {
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 635px;
	width: 1036px;
	margin-right: auto;
	margin-left: auto;
}

h4 {
	color: #425f7c;
	margin-bottom: 0px;
}

.iframe_div a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#wrapper_contact {
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 635px;
	width: 1036px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}

#wrapper_schedule {
	background-image: url(../images/bg_schedule.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 635px;
	width: 1036px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper_sponsors {
	background-image: url(../images/bg_sponsors.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 635px;
	width: 1036px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	float: left;
	margin-top: 30px;
	margin-left: 10px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	margin-bottom: 15px;
}

#iframe_wrapper {
	margin-top: 40px;
	margin-right: 40px;
	width: 425px;
	height:563px;
	float:right;
	background-image: url(../images/iframe_wrapper.png);
}

#iframe_head img {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#content {
	text-align: center;
}

#content img {
	clear: both;
	float: left;
	margin-left: 100px;
}



img {
	border:none;
}

.iframe_div {
	background-color: rgba(0,0,30,0.2);
	overflow: auto;
	height: 375px;
	width: 400px;
	margin-top: 50px;
	margin-left: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #D5E7F4;
	font-size: 12px;
	background-repeat: repeat;
	padding-top: 5px;
}

#tuesdays {
	margin-top: 45px;
}

.iframe_div table{
}

.iframe_div tr{
	border: thin solid #CCC;
	text-align: center;
}



#ssp_container {
	width: 960px;
	height: 550px;
	padding-left: 15px;
	padding-top: 20px;
}
