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

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-color:#ffd2b3;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	border:0;
	min-height:100%;
	width: 960px;
	background-color:#999999;
}

#header {
background-color:#cfcfcf;
width:960px;
height:100px;
background-image:url(../images/header1.jpg);
margin-bottom:10px;
left:0;
top:0
}

#header h1 {
text-indent:-1000em;
}

#col_left {
	float: left;
	width: 120px;
	margin:10px;
}

#col_right {
	float: right;
	width: 120px;
	margin:10px;
	text-align:center;
}

#content {
	height:100%;
	float: left;
	width:654px;
	border:1px solid #ff7f00;
	margin-top:10px;
	padding:10px 10px 0 10px;
	background-color:#cfcfcf;
	color:#0033cc;
	text-align:justify;
}

#content-p {
    font-family: "good-dog-1","good-dog-2",cursive;
	margin-left:auto;
	margin-right:auto;
	width:75%;
	border: 1px solid #ff7f00;
	min-height:100px;
}

#content #form1 {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #d35c02;
	padding: 15px;
}

#content table {
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#content blockquote {
	font-size:small;
	padding:0 15px;
	border:1px solid #ff7f00;
	color:#999999;
	background-color:#ffd2b3;
}

#container object {
	margin-top:10px;
	margin-left:110px;
}

#footer {
	clear: both;
	background: #999999;
	text-align:center;
	color:#ff7f00;}
	
p {
    font-family: "good-dog-1","good-dog-2",cursive;
}

h1, h2 {
    font-family: "bigfish-1","bigfish-2";
	text-align:center;
	color:#3399FE;
	margin-top: 0px;
	padding-top: 0px;
}

h3, h4, h5, h6 {
    font-family: "bigfish-1","bigfish-2";
	text-align:center;
	color:#0033cc;
	margin-top: 0px;
	padding-top: 0px;
}

/**************Rules for the menu_bar*********************/
#menu {
	width:960px;
	height:52px;
	background-color: #666;
    }
	
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
    }
	
#menu li {
    float:left;
    margin:0;
    padding:0;
	background-image:url(../images/menu_item_blue.jpg);
	background-color:#cfcfcf;
    }
	
#menu a {
    display:block;
	width:160px;
	height:52px;
	text-align:center;
	line-height:3em;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	color:#666;
    }
	
#menu .currentpage a {
	background-image:url(../images/menu_item_blue.jpg);
	font-weight:bold;
	color:#ffff00;
}

#menu a:active {
background-image:url(../images/menu_item_down_blue.jpg);
}

/**************Rules for the menu_bar*********************/

#VenueList {
	font-size:small;
	float: left;
}

#VenueFilter {
	float:right;
	margin-left:40px;
	border:1px solid #F90;
}

img
{  border-style: none;
}

/**************Rules for Venue blocks*********************/
#left_tower {
	border:1px solid #ff7f00;
}
#right_tower {
	border:1px solid #ff7f00;
}

.venueBlock {
	display:inline;
	width:630px;
	min-height:200px;
	margin-bottom:10px;
}
.venueBlock li {
	display:inline;
	list-style:none;
	width:200px;
	height:100px;
	padding:10px;
	border:1px solid #ff7f00;
	line-height:100px;
}
