/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	letter-spacing: 0.1em;
	font-size: 1em;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-image: url(img/back.png);
	background-repeat: repeat-x;
}
a 
{
	color: #FFFFFF;
	border: none;
}
a:focus {
	outline: none;
}
a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Outer */

#outer
{
	width: 800px;
	margin: 2em auto;
}
#audio {
	background-position: right top;
	float: right;
	margin-right: 1em;
}

/* Header */

#header
{
	height: 160px;
	margin-top: 7em;
	margin-bottom: 2em;
}


/* Menu */

#menu
{
	font-size: 1em;
	font-style: normal;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	background-position: top;
	text-decoration: none;
	white-space: normal;
	outline: none;
	border: none;
	margin-bottom: 2em;
}
#menu img {
	border: none;
	display: inline;
	margin-right: 1.5em;
	outline: none;
}



#menu li
{
	display: inline;
	outline: none;
	border: none;
}

#menu li a
{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	outline: none;
	border: none;
}

#menu li a:hover
{
	outline: none;

}
#content
{
	background-position: left top;
}

#content p
{
	line-height: .75em;
}
#content    h1,h2,h3,h4,h5,h6
{
	position: relative;
	color: #FFFFFF;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 1em;
}
#content h3 {
	margin-bottom: .5em;

}
#signup   {
	margin-bottom: 2em;
	font-size: 0.75em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


#content ul
{
	margin-bottom: 2em;
	padding-left: .5em;
}

#content table
{
	margin-bottom: 1em;
	color: #000000;
	margin-right: 0em;
	margin-left: 0em;
	overflow: hidden;
	font-weight: bold;
}
#content table a {
	color: #000000;
	text-decoration: underline;
}
#content   table   th
{
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	color: #000000;
	background-image: url(img/transwhite.png);
	background-repeat: repeat;
}

#content table tr.rowB
{
	color: #000000;
}
#contentContainer/* Primary Content */


{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -23em;
	width: 800px;
	margin-top: 3em;
	margin-bottom: 5em;
}
#primaryContent
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 5em;
	margin-left: 23em;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 1.5em;
	height: 50em;
}
#secondaryContent {
	position: relative;
	z-index: 2;
	float: left;
	width: 19em;
	margin-top: 5em;
	margin-left: 2em;
}
#player {
	margin-bottom: 2em;
	padding: 0.5em;
	background-repeat: repeat;
	text-align: center;
}
#place {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}


#image {
	background-image: url(img/transwhite.png);
	background-repeat: repeat;
	background-position: center center;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 2em;
	padding: 0.5em;
}

#video {
	background-image: url(img/transwhite.png);
	background-repeat: repeat;
	background-position: center center;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 5em;
	padding: 0.5em;
}


/* Footer */

#footer
{
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 56px;
	color: #000000;
	font-variant: small-caps;
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}


.clear
{
	clear: both;
}
.button {
	background-color: transparent;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
}
#news {
	width: auto;
	margin-bottom: 4em;
	margin-top: 1em;
	text-indent: 0.5em;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
}
#news a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

