/* CSS Document */


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

body {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	color: #f0027f;
	font-family: 'trebucht ms', Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
	
p, .about-div p {
	font-size: 1.4em;
	margin-bottom: 10px;
	}	
	
h1 {
	font-size: 1.6em;
	margin-bottom: 15px;
	}	
	
#top {
	/*border: 1px solid black;*/
	height: 60px;
	margin: 0px auto;
	padding-top: 30px;
	text-align: left;
	width: 900px;
	}	
	
#nav {
	/*border: 1px solid black;*/
	height: 30px;
	margin: 0px auto;
	padding-top: 10px;
	width: 900px
	}	
	
#nav ul li {
	display: inline;
	font-family: "Century Gothic", Arial;
	font-size: 1.6em;
	font-weight: bold;
	padding-right: 10px;
	}	
	
#nav ul li a {
	color: #f0027f;
	text-decoration: none;
	}	
	
#nav ul li a:hover {
	color: #48f818;
	text-decoration: underline;
	}
	
a {
	color: #f0027f;
	text-decoration: underline;
	}	
	
a:hover {
	color: #48f818;
	text-decoration: underline;
	}	
			
	
#maincontainer {
	/*border: 1px solid black;*/
	height: 400px;
	margin: 5px auto;
	padding-bottom: 20px;
	width: 900px
	}
	
#gallery-container {
	/*border: 1px solid black;*/
	margin: 5px auto;
	padding-bottom: 20px;
	width: 900px
	}	
	
#foot {
	background-image: url(images/foot1.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 120px;
	margin-top: 20px;
	width: 100%;
	}	
	
#foot-image {
	/*border: 1px solid black;*/
	height: 60px;
	margin: 0px auto;
	padding-top: 20px;
	padding-right: 120px;
	text-align: right;
	width: 900px;
	}
	
#index-left {
	/*border: 1px solid black;*/
	float: left;
	height: 400px;
	margin-right: 50px;
	width: 257px;
	}	
	
#index-con {
	/*border: 1px solid black;*/
	float: left;
	height: 400px;
	width: 500px;
	}		
		
#indexbox {
	/*border: 1px solid black;*/
	margin: 0px auto;
	width: 900px;		
		}
		
		
#gallery-text {
	/*border: 1px solid black;*/
	height: 90px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	}		
		
.pics {
	/*border: 1px solid black;*/
	height: 120px;
	width: 120px;
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
	}		

.about-div {
	float: left;
	padding-right: 30px;
	width: 260px;
	}		
	
.thanks {
	font-size: .9em;
	}	
	
.copy {
	color: white;
	}	
	