body
{
	margin: 25px;
}

body, td, h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 1.45em;
}

p
{
	margin-top: 0;
}

h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 1em 0 0 0;
}

img {
	border: 0;
}

#thebox
{
	width: 100%;
	border: 1px #fff solid;
	padding: 200px 25px 25px 25px;
	background-position: 25px 0px;
	background-repeat: repeat-x;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.header
{
}

td.content
{
	width: 62%;
}

td.content div.content-padding, td.footer div.content-padding
{
	max-width: 470px;
	width: expression( document.body.clientWidth > 470 ? "470px" : "auto" );
	margin-left: auto;
}

td.navigation
{
	width: 38%;
	border-left: 1px #fff solid;
	font-size: 12px;
}

td.navigation div.content-padding
{
	max-width: 280px;
	width: expression( document.body.clientWidth > 280 ? "280px" : "auto" );
}

td.footer
{
	font-size: 11px;
}

.content-padding
{
	padding: 20px;
}

/*
div#wrapper-content
{
	position: relative;
	padding-top: 180px;
	z-index: 20;
}

table.wrapper
{
	position: relative;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

table.wrapper td
{
	vertical-align: top;
	padding: 0;
}

table.wrapper td.col1
{
	width: 62%;
}

table.wrapper td.col2
{
	width: 38%;
	border-left: 1px #fff solid;
}

h1		
{
	color: #fff;
	font-size: 2.3em;
	margin: 0 0 1.2em 0;
	font-weight: normal;
}

div#content
{
	position: relative;
	margin: 0 0 0 auto;
	padding: 0 1em 2em 2em;
}

div#content.text
{
	max-width: 38em;
	width: expression( 
		document.body.clientWidth > (500/12) * 
		parseInt(document.body.currentStyle.fontSize)?
			"38em":
			"auto" );
}

div#navigation
{
	position: relative;
	margin: 0 auto 0 0;
	max-width: 20em;
	width: expression( 
		document.body.clientWidth > (300/12) * 
		parseInt(document.body.currentStyle.fontSize)?
			"20em":
			"auto" );
	padding: 1em 2em 2em 1em;
}

ul.navi
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.navi li { padding-bottom: 0.4em; }

ul.navi li a
{
	text-transform: uppercase;
	font-size: 1.2em;
}

ul.navi li a:link { text-decoration: none; }
ul.navi li a:visited { text-decoration: none; }

.footer
{
	border-top: 1px #dddddd double;
	color: #ffffff;
	font-size: 11px;
	line-height: normal;
	padding-top: 6px;
}

.indexform
{
	margin-bottom: 6px;
	margin-top: 3px;
}

.remix { font-style: italic; }
.label { font-size: 90%; }

.heading
{
	font-family: Verdana, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

.pastgig { color: #ff9999; }

.alert
{
	color: #ff0000;
	font-weight: bold;
}

a:link
{
	color: #ffffff;
	text-decoration: underline;
}

a:visited
{
	color: #dddddd;
	text-decoration: underline;
}

a:active
{
	color: #990000;
	text-decoration: underline;
}

a:hover
{
	color: #ff3300;
	text-decoration: underline;
}

table.editor { width: 100%; }
table.editor input
{
	margin: 0.1em;
	padding: 0.1em;
	border-bottom: #fff;
	border-width: 1px;
	border-style: none none solid none;
	color: #fff;
	width: 100%;
}
*/