﻿


a:link {
color:#fae6b2;
text-decoration:underline;
}
a:visited {
color:#fae6b2;
text-decoration:underline;
}
a:active {
color:#fae6b2;
text-decoration:underline;
}
a:hover {
text-decoration:none; 
}


#nav {
	background: url('../siteart/navbar.jpg') repeat-x;
	text-align:right;
	font-size: 12px;
	width:100%;
	}
a.nav:link {
	color: white;
	text-decoration:none;
	padding: 10px 15px 10px 15px;
	font-size: 13px;
	text-align:center;
	}	
a.nav:active {
	color: white;
	text-decoration:none;
	padding: 10px 15px 10px 15px;
	font-size: 13px;
	text-align:center;
	}	
a.nav:visited {
	color: white;
	text-decoration:none;
	padding: 10px 15px 10px 15px;
	font-size: 13px;
	text-align:center;
	}	
a.nav:hover {
	text-decoration: underline;
	color: white;
	padding: 10px 15px 10px 15px;
	font-size: 13px;
	text-align:center;
}	


.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #fff;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #1d3357;
	width:120px;
	font-size: 12px;

}
.anylinkcss a:link {
	display: block;
	border-bottom: 1px solid #fff;
	padding:5px;
	text-decoration: none;
	color:#fff;
}
.anylinkcss a:visited {
	display: block;
	border-bottom: 1px solid #fff;
	padding:5px;
	text-decoration: none;
	color:#fff;
}
.anylinkcss a:active {
	display: block;
	border-bottom: 1px solid #fff;
	padding:5px;
	text-decoration: none;
	color:#fff;
}
.anylinkcss a:hover{ /*hover background color*/
	background-color: black;
	color: white;
}



#main {
	margin-left:auto; 
	margin-right:auto; 
	text-align:left; 
	width:986px;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	margin: 15px 0px 0px 0px;
	background: #120f0f url('../siteart/background.jpg') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	}


	
#maintable {
	width: 750px;
	background: #272529;
	text-align: center;
	border-left: #383636 1px solid;
	border-right: #383636 1px solid;
	border-bottom: #383636 1px solid;
}	


#date {
	text-align:right;
	color: #dbdbdb;
	font-size: 11px;
	vertical-align:middle;
	padding: 6px 10px 0px 0px;
}

#content {
	background: #000 url('../siteart/content-background.jpg') repeat-x bottom;
	border-left:1px #333333 solid; 
	border-right:1px #333333 solid;
	border-bottom:1px #333333 solid;
}

#special {
	padding:10px 10px 10px 10px; 
	color:#000;
}

.big {
	font-size: 16px;
	font-weight:bold;
}

.phonenumber {
	font-size: 28px;
	font-weight: bold;
	font-style:italic;
	color:#f4f4f4;
	letter-spacing:1px;
}


.bigger {
	font-size: 24px;
	font-weight: bold;
}


.heading {
	font-size: 14pt;
	font-style:italic;
}