@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

a:link {
	text-decoration: none;
	color: #da95c7;
}
a:visited {
	text-decoration: none;
	color: #BBAAC6;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1	{
	font-size: 16px;
}

#centerContent {
	width: 850px;
	margin: 0 auto;
}

#box {
	margin: 5px 0 0 0 !important;
	float: left;
	width:824px;
	height: 450px;
	border: 1px solid #95C1DA;	
}

#contact {
	margin: 5px 0 0 0 !important;
	float: left;
	width:824px;
	height: 450px;
	border: 1px solid #95C1DA;	
	background: url(Images/contact-image.jpg) right no-repeat;
}

#header {
	width: 100%;
	height: auto%;
}


/*_________________________Nav Info___________________________*/

#nav	{
	margin: 0;
	padding: 60px 0 0 0;
	text-align: center;
	width: 910px;
}

*:first-child + html #nav	{
	padding: 80px 0 0 0;
}

#nav li	{
	float: left;
	list-style-type: none;
	padding: 0 90px 0 10px;
}

#nav li a	{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav li a:hover	{
	color: #83a9c0; /*creme blue*/
	text-decoration: none;
}

.active	{
	color: #83a9c0; /*creme blue*/
	text-decoration: none;
}

.nav-filler	{
	width: 20px;
}

#header-flash-inner	{
	margin: 0 0 0 314px;
	position: absolute;
}

*:first-child + html #header-flash-inner	{
	margin: 0 0 0 310px;
	position: absolute;
}	

#page-curl	{
	float: right;
	height: 128px;
	width: 144px;
	z-index: 99;
}

#page-curl a	{
	border-style: none;
}

#homebody {
	background: url(Images/home-image.jpg) no-repeat;
	height: 450px;
	width: 824px;
}

#leftcol {
	float: left;
	padding: 10px 0 0 0;
	width: 350px;
	height: 400px;
}

#rightcol {
	float:right;
	width: 440px;
	height: 400px;
}

#footer {
	width: 100%;
	height: auto%;
}

#copyright {
	text-align: center;
	width:100%;
	height:20px;
}

#clearit {
	clear: both;
}

#contact_text {
	margin-top:325px;
	height: 100px;
	width: 300px;
}

.maintext {
	font: 13px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px 14px 14px;
	padding: 0px;
}

.maintext-events {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px 14px 14px;
	padding: 0px;
}

.maintextcolour {
	font: 20px Verdana, Helvetica, sans-serif;
	color: #e8b4db;
	margin: 0px 14px 14px;
	padding: 0px;
}

/*__________________________Footer Styles_________________________*/

.copyright {
	font-size: 9px;
	color: #8F8F8F;
	padding: 0 0 10px 0;
}

.copytext {
	font: 11px Verdana, sans-serif;
	color: #FFFFFF;
	margin: 0px 14px 14px;
	padding: 0px;
}

.captiontext 	{
	font: 10px Verdana, sans-serif;
	color: #ffffff;
	margin:0px;
	padding: 5px;
} 

.style8 {
	font-size: 6px
}

/*__________________________Cover List Info_________________________*/
ul.cover a {
	display:block;
	float:left;
	margin:0 0 10px 0;
	padding: 2px 2px 2px 2px;
	text-align:center;
	width: 185px;
	height: 275px;
	margin-right: 1px;
	margin-bottom: 1px;
}

ul.cover {
	height: 275px;
	margin: 0 0 10px 0;
	padding: 2px 2px 2px 2px;
	text-align: center;
	line-height: 1em;
	list-style:none;
	margin-right: 1px;
	margin-bottom: 1px;
}

ul.cover li, ul.navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.cover a:hover {
	border-color: blue;
}


/*thumbnail information*/
ul.thumbnails a {
	display:block;
	float:left;
	margin:0;
	padding: 4px 3px 2px 2px;
	background-color: black;
	text-align:center;
	width: 160px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.thumbnails {
	margin: 0 0 10px 0;
	padding: 35px;
	text-align: center;
	line-height: 1em;
	list-style:none;
}

ul.thumbnails li, ul.navigation li{
	display: inline;
	margin: 0;
	padding: 0;
}

ul.thumbnails a:hover {
	border-color: #ccc;
	background-color: #eee;
}