﻿body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Comic Sans MS", arial, helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

ul {
	list-style-type: none;
	list-style-image: url(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 2.1em;
	vertical-align: middle;
	margin-left: 1.25em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

blockquote {
	color: #1e32ab;
}

.firstplace {
	color: #FF0000;
	font-weight:bold;
}
.secondplace{
	color: #0000ff;
	font-weight:bold;
}
.thirdplace {
	color: #FF9900;
	font-weight:bold;
}

.fourthplace{
	color:#00ff00;
	font-weight:bold;
}

.fifthplace{
	color:fuchsia;
	font-weight:bold;
}


.link {
	list-style-image: url(images/bullet-1.gif);
}


.whatsnew {
 	background-image: url(images/new.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
 	margin-left: 40%;
	margin-right: 30%; 
 	padding-left: 50px;
 	text-align: left;
}

.banner {
	text-align: center;
	margin-top: 5px;
	padding-top: 30px;
}

.navigation {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	position: relative;
	width: 800px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.footer {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	position: relative;
	width: 800px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px; /* Mozilla Bug */
	padding-bottom: 1px; /* Mozilla Bug */
	text-align: center;
	font-size: x-small;
}

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
	position: relative;
	width: 800px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px; /* Mozilla Bug */
	padding-bottom: 1px; /* Mozilla Bug */
	text-align: center;
	font-size: x-small;
}

.content {
	width: 750px;
	text-align: justify;
	margin-left: 25px;
	margin-right: 25px;
}

.about {
	width: 500px;
	margin-left: 200px; 
	margin-right: 30px; 
	position: absolute;
}

.aboutlinks {
	height: 200px;
}

#home {
	background-image: url(images/borders.png);
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px; /* Mozilla Bug */
	padding-bottom: 1px; /* Mozilla Bug */
	text-align: center;
}

#gallery img{
	margin: 10px;
	padding:5px;
}

#navsite {  
	width: 750px;
	text-align: center;
	margin-left: 25px;
	padding-top: 30px;
} 
#navsite h5 {  
	display: none; 
} 
#navsite ul { 
 	padding: 3px 0;
 	margin-left: 0;  
 	border-bottom: 1px solid #778;  
 	font: bold 12px "Comic Sans MS", arial, helvetica, sans-serif;  
} 
#navsite ul li { 
 	list-style: none; 
 	margin: 0;  
 	display: inline;  
} 
#navsite ul li a { 
 	padding: 3px 0.5em;  
 	margin-left: 3px;  
 	border: 1px solid #778; 
 	border-bottom: none; 
 	background: #DDE; 
 	text-decoration: none; 
} 
#navsite ul li a:link { 
 	color: #448; 
} 
#navsite ul li a:visited { 
 	color: #667; 
} 
#navsite ul li a:link:hover, #navsite ul li a:visited:hover { 
 	color: #000; 
 	background: #AAE; 
 	border-color: #227; 
} 
#navsite ul li a#current { 
 	background: white;  
 	border-bottom: 1px solid white; 
}



