﻿body 
{
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}

/****Layout****/

#page_wrapper {
	width: 901px;
	margin-left: auto;
	margin-right: auto;
}

/***Header****/

#header {
	width: 901px;
	height: 160px;	
}

.header img {
	width: 219px;
	height: 160px;
	float: left;
	border: none;
}

.header a{
	border: none;
}

.icon 
{
    float: right;
    height: 30px;
	width: 30px;
}

.icon img {
	height: 30px;
	width: 30px;
	float: right;
	margin: 5px 0 0 0;
	border: none;
}

/****Smooth Gallery****/

.content
{
	margin: 0 6px;;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}

#myGallery
{
	text-align: left;
	margin: 0;
}

/***Main Body***/

#main_body {
	width: 901px; 
}

#left_column{
	width: 400px;
	float: left;
}

#right_column{
	width: 493px;
	float: right;
}

#events {
	background: url('img/tv.jpg') no-repeat;
	width: 493px;
	height: 325px;
	float: right;
	clear: right;
}

.twitterFacebookCorner
{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

#about {
	background: url('img/about_background.png') no-repeat;
	width: 400px;
	height: 275px;
	float: left;
	clear: left;
}

#newsletter {
	background: url('img/newsletter_background.png') no-repeat;
	width: 400px;
	height: 200px;
	float: left;
	clear: left;
	margin-top: 10px;
}

#newsletter_text {
	width: 160px;
	float: right;
	clear: right;
	margin-right: 30px;
}

#twitter {
	background: url('img/twitter_background.png') no-repeat;
	width: 400px;
	height: 230px;
	float: left;
	clear: left;
	margin-top: 10px;	
}

#next_event {
	background: url('img/next_background.png') no-repeat;
	width: 493px;
	height: 390px;
	float: right;
	clear: right;
	margin-top: 10px;	
}


/***Footer***/

#footer {
	width: 901px;
	height: 40px;
	clear: both;
	padding-top: 10px;
}

/***Text****/

.header_background {
	background: url('img/header.png') no-repeat;
	height: 30px;
	width: 250px;
}

#twitter ul {
	padding-left: 15px;
	margin-top: 0px;
}

#twitter h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 0 0 45px;
}

#twitter li{
	color: white;
	padding: 10px 15px 0 0;
	font-size: 12px;
	list-style: none;
}

#twitter a{
	color: red;
	font-size: 12px;
}
#about h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 0 0 45px;
}

#about p{
	color: white;
	padding: 0 15px 0 15px;
	font-size: 12px;
}

#next_event h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 0 0 45px;
}

#next_event p{
	color: white;
	padding: 0 15px 0 15px;
	font-size: 12px;
}

#next_event a {
	color: red;
}

.redLink a
{
    font-size: 11px;
    color: Red;
}

#newsletter h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px 0 0 45px;
}

#newsletter_text p {
	color: white;
	font-size: 12px;
}

#newsletter_form 
{
    color: White;
    font-size: 12px;
    margin-left: 15px;
}

#newsletter_form input
{
    margin: 2px;    
}

#newsletter_text a {
	color: red;
	font-size: 12px;
	
}

#footer p{
	font-size: 10px;
	color: white;
}
/***Form***/

.tumplate {
	padding-left: 20px;	
}

.button {
	margin: 10px 0 0 25px;
}

.label {
	color: white;
	font-size: 14px;
	line-height: 25px;

}


