body {
	background-color: #989898;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 160%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 140%;
	color:#000;
	text-decoration:underline;
}

#header {
	height: 143px; 
	width: 1000px;
	margin-bottom: 0;
	background: url(images/header_latitude.jpg) top right no-repeat;
	background: url(images/header_latitude.jpg) top right no-repeat;
}

#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#bites {
	/* Typical fixed height and fixed width example */
width: 428px;
	height: 230px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	top:357px;
	left:66px;
	margin: 0.3em auto;
	padding: 15px;
	cursor: text;
}
#news {
	/* Typical fixed height and fixed width example */
width: 325px;
	height: 230px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	top:357px;
	left:588px;
	margin: 0.3em auto;
	padding: 15px;
	cursor: text;
}

#time {
	/* Typical fixed height and fixed width example */
width: 821px;
	height: 240px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	top:743px;
	left:66px;
	margin: 0.3em auto;
	padding: 15px;
	cursor: text;
}

#ad {
	position: absolute;
	top:56px;
	left:48px;
	margin: 0.3em auto;
	padding: 15px;
	cursor: text;
}

#dirs {
	/* Typical fixed height and fixed width example */
width: 323px;
	height: 230px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	top:54px;
	left:542px;
	margin: 0.3em auto;
	padding: 15px;
	cursor: text;

}

#writers {
	/* Typical fixed height and fixed width example */
width: 333px;
	height: 149px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	top:327px;
	left:63px;
	margin: 0.3em auto;
	padding: 0px;
	cursor: text;

}

#performers {
	/* Typical fixed height and fixed width example */
width: 333px;
	height: 149px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	top:326px;
	left:560px;
	margin: 0.3em auto;
	padding: 0px;
	cursor: text;

}

#twitter_div {
	/* Typical fixed height and fixed width example */
width: 245px;
	height: 80px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: absolute;
	top:1px;
	left:700px;
	margin: 0.3em auto;
	padding: 15px;
	padding-top: 0px;
	cursor: text;
}

#special {
	width: 200px;
	height: 50px;
	position: absolute;
	top:544px;
	left:353px;
	cursor: text;

}

#contact {
	width: 580px;
	height: 335px;
	position: absolute;
	top:93px;
	left:236px;
	cursor: text;

}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

#menu{
margin: 0;
padding: 0;
float: left;
font: 15px courier;
width: 100%;
border: 0px solid #625e00;
border-width: 0px 0;
background: #000;
position:absolute;
top:150px;
margin-left: auto;
margin-right: auto;
text-align: center;
z-index:60;
}

#footer {
	position:relative;
	width:1000px;
	height:10px;
	color:#fff;
	}

.underline {
	text-decoration: underline;
}
