/* STYLES */

body
{
	margin: auto;
	background-color: black;
	color: white;
	text-align: center;
	width: 800px;
}

h1
{
font-size: 24px;
color: rgb(243,201,73);
margin: 8px 0px 4px 0px;
}

.smallcaps
{
	font-variant: small-caps;
}

.xlarge
{
	font-size: 48px;
}

.large
{
	font-size: 32px;
}

.medium
{
	font-size: 24px;
}

.small
{
	font-size: 18px;
}

.xsmall
{
	font-size: 12px;
}

.bluetext
{
	color: rgb(18,47,90);
}

.whitetext
{
	color: white;
}

.yellowtext 
{
	color: rgb(243,201,73);
}

.graytext
{
	color: gray;
}


.bold
{
	color: rgb(243,201,73);
}

.right
{
	text-align: right !important;
}

.newsheader
{
	text-align: center;
	color: rgb(243,201,73);
	font-size: 24px;
}

a:link { color: rgb(243,201,73) !important; }
a:visited { color: rgb(243,201,73) !important;}
a:hover{ color: rgb(243,201,73) !important;}
a:active { color: rgb(243,201,73) !important;}


/* SECTIONS */

#news
{
	position: absolute;
	padding: 10px;
	margin: 0px;
	left: 74%;
	top: 1%;
	max-height: 60%;
	

	width: 22%;
	
	text-align: left;
	
	background-color: rgb(18,47,90);
	
	border: 2px solid #FFFFFF;
	
	/* for IE */
	filter:alpha(opacity=85);
	
	/* CSS3 standard */
	opacity:0.85;
	
	font-weight: bold;
	
	z-index: 1;
}

#youtube
{
	position: absolute;
	left: 20%;
	top: 5%;
	background-color: black;
	

	width: 425px;
	height: 344px;

	z-index: 1;
}

#leftcolumn
{
	float: right;
	padding: 10px;
	margin: 10px;
	

	width: 75%;
	
	text-align: left;
	
	background-color: black;
	
	/* for IE */
	filter:alpha(opacity=85);
	
	/* CSS3 standard */
	opacity:0.85;
	

	
	z-index: 1;
}

#fullcolumn
{
	float: right;
	padding: 10px;
	margin: 10px;
	

	width: 90%;
	
	text-align: left;
	
	background-color: black;
	
	/* for IE */
	filter:alpha(opacity=85);
	
	/* CSS3 standard */
	opacity:0.85;
	
	z-index: 1;
}

#fullcolumn_contact
{
	float: right;
	padding: 10px;
	margin: 10px;
	

	width: 95%;
	
	text-align: left;
	
	background-color: black;
	
	/* for IE */
	filter:alpha(opacity=85);
	
	/* CSS3 standard */
	opacity:0.85;
	
	z-index: 1;
}

#header
{
	margin-left: auto;
	margin-right: auto;
	height: 109px;
	width: 800px;
}

#menudiv
{
	top: 144px;
	margin: auto;
	height: 20px;
	z-index: 2;
}

#menu 
{
	list-style: none;
	margin: auto;
	padding: 0;
	width: 1024px;
	height: 35px;
	width: 800px;
}

ul#menu
{
	margin: 0;
	padding: 0;
}

ul#menu li
{
	display: inline;
	list-style-type: none;
}

ul#menu a
{
	display: block;
	float: left;
}


#countdown
{
	position: absolute;
	top: 32px;
	left: 520px;

	text-align: center;

	vertical-align:middle;

	width: 197px;
	height: 105px;
	padding: 15px 10px;
}

#content
{
	margin: auto;
	width: 800px;
	height: 600px;

	background-image: url('../images/backstatue.png');
	background-repeat: no-repeat;
}

#content_large
{
	margin: auto;
	width: 800px;
	height: 600px;

	background-image: url('../images/back.png');
	background-repeat: no-repeat;
}

#picture1
{
	position: absolute;
	top: 32px;
	left: 294px;

	width: 216px;
	height: 135px;
	
	background-image: url('../images/StripSpeakers.png');
}

#picture2
{
	position: absolute;
	top: 32px;
	left: 68px;

	width: 216px;
	height: 135px;
	
	background-image: url('../images/StripManoir.png');
}

#strip
{
	position: relative;
	top:390px;
	background-image: url('../images/strip.png');
	height: 200px;
	background-repeat: repeat-x;
}

#footer
{
	margin: auto;
	width: 800px;
	text-align: left;
}
