@charset "UTF-8";
/* CSS Document */


/*------------------------- PAGE STYLING ---------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;	
}

div#container{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

div#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 251px;
	width: 990px;
}

div#links{
	float: right;
	height: 131px;
	width: 422px;
	position: relative;
	background-image: url(images/links-bg.gif);
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#newslist{
	float: right;
	height: 131px;
	width: 536px;
	position: relative;
	background-image: url(images/newsbox.gif);
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


div#att{
	width: 691px;
	float: left;
	position: relative;
	margin-left: 200px;
}

div#next{
	background-image: url(images/next-bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 284px;
	height: 100px;
}



div#mail{
	background-image: url(images/mail-bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 284px;
	height: 100px;

}


/*------------------------- LINK STYLING ---------------------------------*/

div#linksbox{
	background-image: url(images/links-bg.gif);
	height: 131px;
	width: 422px;
	float: left;
	position: relative;
}

ul#linklist a span{
	display: none;
}

ul#linklist{
	
}

ul#linklist{
	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.homelink a{
	display: block;
	height: 26px;
	width: 81px;
	left: 330px;
	top: 15px;
	position: relative;
	background-image: url(images/link-home.gif);
	background-repeat: no-repeat;
}

li.aboutlink a{
	display: block;
	background-image: url(images/link-about.gif);
	position: relative;
	left: 330px;
	top: 25px;
	height: 27px;
	width: 81px;
}
li.upcominglink a{
	display: block;
	position: relative;
	height: 32px;
	width: 125px;
	top: 30px;
	left: 20px;
	float: left;
	background-image: url(images/link-upcoming.gif);
}
li.previouslink a{
	display: block;
	float: left;
	position: relative;
	height: 32px;
	width: 125px;
	left: 40px;
	top: 30px;
	background-image: url(images/link-previous.gif);
}
li.contactlink a{
	display: block;
	float: left;
	position: relative;
	top: 30px;
	height: 32px;
	width: 109px;
	left: 54px;
	background-image: url(images/link-contact.gif);
}


/*------------------------- NEWS LIST STYLING ---------------------------------*/

div#articles{
	height: 100px;
	position: relative;
	width: 325px;
	margin-left: 200px;
	overflow-y: scroll;
	float: left;
	margin-top: 15px;
}

div#articles p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

div#articles a{
	color: #4326EF;
	text-decoration: none;	
}


/*------------------------- MAIN STYLING ---------------------------------*/

div#att-header{
	float: left;
	position: relative;
	background-image: url(images/att-bg.gif);
	background-repeat: no-repeat;
	width: 680px;
	height: 98px;
}

div#about-header{
	float: left;
	position: relative;
	background-image: url(images/about-bg.gif);
	background-repeat: no-repeat;
	width: 680px;
	height: 98px;
}

div#news-header{
	float: left;
	position: relative;
	background-image: url(images/news-bg.gif);
	background-repeat: no-repeat;
	width: 680px;
	height: 98px;
}

div#content{
	position: relative;
	float: left;
	background-color: #161616;
	margin-left: 16px;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}

div#content a{
	font-style: normal;
	font-weight: bold;
	color: #4326EF;
	text-decoration: none;
}

.gone{
	display: none;
}

