body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
.content {
	font-size: 14pt;
	font-family: "Century Gothic", sans-serif;
}
.menu {
	color: #FFFFFF;
	font-size: 24px;
	background-color: #000000;
	text-align: center;
	text-decoration: none;
}
.menulink {
	color: #FFFFFF;
	text-decoration: none;
}
.bmenu {
	color: #FFFFFF;
	font-size: 18px;
	background-color: #000000;
	text-align: center;
	text-decoration: none;
}
.piclink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 30px;
}
.piclink2 {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	border-color:#000000;
}
.galpic {
	color: #FFFFFF;
}
.pheader {
	font-size: 36px;
}
#bottom_links {
	position:relative;
	visibility: visible;
}
#showit {
	position:relative;
	margin:0 auto;
}

/* New styles */
table.content {width: 900px; margin-top: 20px;}
    h1.pagetitle {color: #e20370; font-size: 16pt; font-weight: normal; font-family: "Century Gothic", sans-serif;}
    h2.paratitle {font-size: 14pt; font-weight: normal; font-family: "Century Gothic", sans-serif; padding-top: 20px}
    span.paratitle {color: #e20370;} 
    p.paracontent {text-align: justify;}

/* New Menu */
td.newmenu, td.newmenu:hover {
	width: 60px;
	height: 40px;
	font-size: 13px;
	background-image: url('menu.png');
	text-align: center;
	vertical-align: middle;
	font-family: "Century Gothic", sans-serif;
}
td.newmenu:hover {
	font-weight: bold;
	cursor: pointer;
}

a:link.newmenu, a:active.newmenu, a:visited.newmenu, a:hover.newmenu {
	color: #FFFFFF;
	text-decoration: none;
}
    
/* input styles */
input.contact {font-size: 8pt; margin-top: 5px; margin-bottom: 10px; width: 250px}
textarea.contact {font-size: 8pt; margin-top: 5px; width: 380px; height: 200px}
