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


* {
	margin:0;
	padding:0;
	border:0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background-color: #000000;
}

table {
	width:695px;
	margin-left:auto;
	margin-right:auto;
}

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#nav {
	width:1000px;
	height:85px;

}

#facebook {
	width: 329px;
	float:left;
}

#topNav {
	height:85px;
	width:671px;
	background:url(images/TopNav.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	float:right;
}

#topNav ul {
	list-style-type:none;
	color:#CCCCCC;
	margin-right:30px;
	margin-top:20px;
}

#topNav li {
	display:inline;
	padding-right:5px;
}

#gallery {
	background:url(images/Background.jpg);
	background-repeat:repeat-y;
	min-height:400px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
}

#gallery table img {
	border:thin;
	border-style:solid;
	border-color:#000000;
}

#gallery p{
	padding-left:140px;
	padding-right:140px;

}

#gallery h1, h2, h3, h4, h5, h6 {
	text-align:left;
	padding-left:75px;
	color:#FFFF99;
}

#rates {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#000000;
	color:#CCCCCC;
}

#rates p {
	padding-top:15px;
	padding-bottom:15px;
	margin-left:15px;
	margin-right:15px;
	padding:0px;
}

#bottom {
	background:url(images/Bottom.jpg);
	background-repeat:no-repeat;
	height:86px;
}
#copyright {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10;
	color:#CCCCCC;
	padding-bottom:20px;
}

#topNav a:link {
	color: #ffffff;
}
#topNav a:visited {
	color: #9900CC;
}
#topNav a:hover {
	color:#CC00FF;
}
#topNav a:active {
	color: #ffffff;
}

a:link {
	color:#ffffff;
}
a:visited {
	color:#CCCCCC;
}
a:hover {
	color:#FFFF00;
}
a:active {
	color: #0000CC;
}

#gallery ul, ol {
	padding-left:150px;
	padding-right:150px;
	text-align:left;
}
li {
	list-style:inside;
	list-style-type:circle;
	text-align:left;
}
.pinkHeading {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
}

.smallItalicFont {
	font-size:10px;
	font-style:italic;
}

.smallFont {
	font-size:10px;
}

