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


/**********************************/
body {
	background-color: #000000;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
    padding:0;
    margin:0;
}

/*Structural Elements*/
/**********************************/
	
#frame {
	width:90%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	background-color: #000000;
		}

#header {
	text-align:center;
    width: 100%;
    margin:20px 0;
		}
#header img {width:50%; height:auto;}

p {font-size:24px; line-height:28px; margin-bottom:14px;}
a {color:#FFFFFF;}

#main {
	text-align:center;
    float:left;
    width: 100%;
    margin:0 0 20px 0;
		}




.venuebox {width:50%;
            float:left;}
.venuebox img {width:70%; height:auto;}

.venuepad{display:none;}


@media only screen and (min-width: 1080px) {
    
    #header img {width:30%; height:auto;}

p {font-size:18px; line-height:22px; margin-bottom:9px;}

.venuebox {width:33%;
            float:left;}
.venuebox img {width:50%; height:auto;}

.venuepad{width:16.5%; float:left; display:block;}
}

div#footer {
	clear: both;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}