body {
	padding: 0;
/*	color: #FFFFFF;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 0 0;
	background-color: #000000;
	/*background-color: #B5B5B7;*/
	/*text-align:center;*/
}
a:link { color: #FFFFFF !important; text-decoration: none; }
a:visited { color: #FFFFFF !important; text-decoration: none; }
a:hover { color: #FFFFFF !important; text-decoration: underline; }
a:active { color: #FFFFFF !important; text-decoration: underline; }

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*margin: 0; padding: 0;*/
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* HEADER */

.headerstyle {
	background: #FFFFFF;
}

/* MAIN BANNER */

.mainstyle {
	/*background-image: url();
	background-repeat: repeat-y;
	background-attachment: fixed;*/
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	color: #FFFFFF;
	width:800px;
}

.gallery-back {
	background-image:url(images/GallBG.jpg);
	background-repeat:no-repeat;
}

/* STYLES */
.text-main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
}
.text-pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}
.text-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #B5B5B7;
}
.text-white { 
	color: #FFFFFF; 
	background-color: #000000;
}


img.bordered-white {
	border: 2px #FFFFFF solid;
	background-color: #000000;
}
img.bordered-black {
	border: 2px #000000 solid;
	background-color: #000000;
}
img.bordered-black-thin {
	border: 1px #000000 solid;
	background-color: #000000;
}

