body
{
	background-color: #fff;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
input
{
	background-color: #fff;
	border: #000 1px solid;
	font-family: Arial;
	font-size: 12px;
}
textarea
{
	border: #000 1px solid;
	font-family: Arial;
	font-size: 12px;
}
img
{
	border: 0;
}
strong.error
{
	color: #a44;
	font-style: italic;
}
a
{
	outline: 0;
}
a:link
{
	color: #966;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #966;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #a77;
	text-decoration: none;
	font-weight: bold;
}
form
{
	margin: 0;
	padding: 0;
}
div.header
{
	position: relative;
	width: 800px;
	height: 332px;
	background: url(pic/layout/header.gif) no-repeat top left;
	margin: 0 auto;
}
div.content
{
	width: 800px;
	margin: 0 auto;
	background: url(pic/layout/content_bg.gif) repeat-y top left;
}
div.section
{
	width: 800px;
	height: 46px;
	text-align: left;
	background: url(pic/layout/section_bg.gif) no-repeat top left;
}
div.section span
{
	position: relative;
	top: 17px;
	left: 62px;
	font-size: 16px;
	font-weight: bold;
}
div.footer
{
	width: 800px;
	height: 56px;
	background: url(pic/layout/footer_bg.gif) no-repeat top left;
	margin: 0 auto;
}
div.text
{
	text-align: left;
	width: 740px;
	padding-top: 6px;
	margin: 0 auto;
}
div.n_wing
{
	width: 69px;
	height: 181px;
	background: url(pic/layout/n_wing.gif) no-repeat top left;
	position: absolute;
	top: 100px;
	left: -69px;
}

/*------ NEWS TABLE ------*/
table.news_table
{
	width: 740px;
	border: 0;
	background: url(pic/layout/news_bg.gif) no-repeat bottom right;
}
table.news_table td
{
	width: 738px;
	padding: 5px;
}
table.news_table td.content
{
	vertical-align: top;
	border-bottom: #000 1px dashed;
	padding-bottom: 10px;
}
table.news_table span.title
{
	font-size: 14px;
	font-weight: bold;
}
table.news_table span.subtitle
{
	font-style: italic;
}

/*------ ALLIES TABLE -------*/
table.allies_table
{
	width: 740px;
}
table.allies_table td
{
	text-align: right;
	padding: 3px;
}
table.allies_table td.name, table.allies_table td.web, table.allies_table td.myspace
{
	font-weight: bold;
	font-size: 14px;
	background-color: #f0f0f0;
}
table.allies_table td.name
{
	text-align: left;
	font-style: italic;
	width: 272px;
}
table.allies_table td.web
{
	width: 250px;
}
table.allies_table td.myspace
{
	width: 200px;
}
table.allies_table td.name_entry
{
	text-align: left;
}

/*------ GIGS TABLE ------*/
table.gigs_table
{
	width: 740px;
}
table.gigs_table td
{
	padding: 3px;
	text-align: right;
}
table.gigs_table td.category
{
	text-align: left;
}
table.gigs_table td.city, table.gigs_table td.venue, table.gigs_table td.price, table.gigs_table td.time, table.gigs_table td.date, table.gigs_table td.city2
{
	font-weight: bold;
	font-size: 14px;
	background-color: #f0f0f0;
}
table.gigs_table td.venue, table.gigs_table td.venue_entry
{
	text-align: left;
}
table.gigs_table td.venue
{
	width: 300px;
}
table.gigs_table td.city
{
	width: 200px;
}
table.gigs_table td.city2
{
	width: 280px;
}
table.gigs_table td.price
{
	width: 80px;
}
table.gigs_table td.time
{
	width: 50px;
}
table.gigs_table td.date
{
	width: 80px;
}
div.venueInfoBox
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #dda;
	border: #bb8 1px solid;
	width: 350px;
	z-index: 1;
	padding: 5px;
}