body {
	background-attachment: fixed;
	background-image: url(images/light_background2.png);
	background-color: #fa6700;
	background-repeat: no-repeat;
	background-position: center top;
        font-family: verdana,arial,helvetica;
        color: black;
}

.page {
	width: 900px;
	margin: auto;
}

.logo {
	height: 211px;
	width: 600px;
	margin: auto;	
	background-image: url(images/logo3.jpg);
	background-repeat: no-repeat;
}

.navbar {
	margin-bottom: 20px;
	width: 940px;
	height: 50px;
}

.navbar a {
        padding: 2px 10px 2px 10px;
        background-color: #858384;
        font-family: verdana,arial,helvetica;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        text-transform: lowercase;
        border-style: solid;
        border-width: 2px;
        border-color: white; 
        -webkit-border-radius: 10px;    /* for Safari */
        -moz-border-radius: 10px;       /* for Firefox */
}
.navbar a:visited {color: white;}
.navbar a:link {color: white;}
.navbar a:hover {
        border-style: solid;
        border-width: 2px;
        border-color: black; 
}
a.tickets {
	background-color: black;
	color: white;
}

li {
        display: inline;
        list-style: none;
}

a:link 	{color: blue;}
a:visited {color: blue;}
a 	{
	text-decoration: none;
}

a:hover {color: blue;}

.text-right {
	float: right;
	width: 475px;
	margin-right: 90px;
}

.text-left {
	clear: both;
	float: left;
	width: 450px;
	margin-left: 90px;
}

.text-center {
	width: 750px;
	margin: auto;	
}

.sidebar-right {
	width: 300px;
	float: right;
	margin-right: 60px;
}

.sidebar-left {
	clear: both;
	float: left;
	width: 225px;
	margin-left: 90px;
}

.footer {
        font-family: verdana,arial,helvetica;
        text-align: center;
        font-size: .75em;
        font-weight: bold;
	clear: both;
	color: black;
	text-align: center;
}
