/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/grungebg.gif);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	}
	
a { color: #ffffff; font-weight: bold; text-decoration: none; }
a:visited { color: #ffffff; font-weight: bold; text-decoration: none; }
a:hover { color: #ffccff; font-weight: bold; text-decoration: underline; background-color: #000000;}
a:active { color: #ffffff; font-weight: bold; text-decoration: none;}

a.links { color: #ffffff; font-weight: bold; text-decoration: underline; }
a.links:visited { color: #ffffff; font-weight: bold; text-decoration: underline; }
a.links:hover { color: #ffccff; font-weight: bold; text-decoration: underline; background-color: #000000;}
a.links:active { color: #ffffff; font-weight: bold; text-decoration: underline;}

a.foot { color: #993366; font-weight: normal; text-decoration: underline; }
a.foot:visited { color: #993366; font-weight: normal; text-decoration: underline; }
a.foot:hover { color: #993366; font-weight: normal; text-decoration: underline; background-color: #000000;}
a.foot:active { color: #993366; font-weight: normal; text-decoration: underline;}
		
#wrapper {
	width: 800px;
	min-height: 800px;
	background-image: url(images/wrapperbg.gif);
	background-repeat: no-repeat;
	} 

#header {
	height: auto;
	margin: 0px;
	}

#nav {
	float: right;
	width: 220px;
	min-height: 664px;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
	color: #ffccff;
	}

#content {
	width: 560px;
	min-height: 664px;
	margin: 0px;
	}

#footer {
	width: auto;
	margin-left: 100px;
	text-align: left;
	clear: both;
	color: #993366;
	font-size: 11px;
	}

div.gallery {
	padding-left: 120px;
	min-heigh: 230px;
	}	
	
p.copy {
	padding-left: 120px;
	padding-right: 20px;
	text-align: justify;
	line-height: 20px;
	color: #FFCCFF;
	}
	
p.links {
	padding-left: 120px;
	padding-right: 20px;
	text-align: left;
	line-height: 20px;
	color: #FFCCFF;
	}
	
p.nav {
	line-height: 22px;
	}
	
p.event: {
	padding: 0px;
	font-weight: bold;
	color:#ffffff;
	}
		
h1 {
	margin-left: 120px;
	margin-right: 20px;
	text-align: left;
	font-size: 17px;
	color: #ffffff;
	}	

h2 {
	font-size: 17px;
	font-weight: bold;
	color:#ffffff;
	background-color:
	}
	
table.bdlink {
	margin-left: 120px;
	color: #FFCCFF;
	text-decoration: none;
	}

table.paypal {
	margin-left: 120px;
	color:#FFFFFF;
	}