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


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

body {
	background-color: #000000;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	color: #00ff00;
}
a:visited {
	color: #ff99ff;
}
a:hover {
	color: #00ffff;
}
a:active {
	color: #00ff00;
}

#container {
	background:url(Background.jpg);
	background-repeat:repeat-y;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
p, h1, h2, h3, h4, h5, h6 {
	padding-left:75px;
	padding-right:75px;
	text-align:center;
}

ul li {
	list-style-position:inside;
}


#header {
	width:656px;
	height:272px;
	float:left;
}

#topRtNav {
	height:272px;
}

#homePage {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#mainContent {
	width:825px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;

}

#mainContent img {
	display:inline;
}

#gallery {
	width:1000px;
	height:auto;
	text-align:center;
}

#gallery table {
	width:845px;
	margin-left:auto;
	margin-right:auto;

}

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



#bottom {
	width:1000px;
	height:226px;
	background:url(images/Bottom.jpg);
	background-repeat:no-repeat;
}

#bottom p {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	font-style:italic;
	color:#685c3e;
	text-align:right;
	padding-top:160px;
	padding-right:185px;
}

.thickBlackBorder {
	border:thick;
	border-style:solid;
	border-color:#000000;
}
.thinBlackBorder {
	border:thin;
	border-style:solid;
	border-color:#000000;
}

.noBorder {
	border:none;
}


.heading {
	font-size:24px;
	color:#FFFF00;
}

.smallFont {
	font-size:12px;
}

.pinkHeading {
	font-size:24px;
	color:#ff99cc;
}