body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #7B706C;
}

/* hyperlinks */
/*
a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #e358a5; text-decoration: none}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #e358a5; text-decoration: none}
a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #e358a5; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #333333; text-decoration: none}
*/
#wrapper{
	position:absolute;
	top: 50%;
	left: 50%;
	width:999px;
	height:563px;
	margin-top: -281px; /*set to a negative number 1/2 of your height*/
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
	background-color: #000000;
}

#main{
	width:990px;
	height:450px;
	background-color: #000000;
	border: 1px solid #1a1a1a;
	background-image: url(../images/bretz_bg.jpg);
	background-repeat: repeat;
}
/*Tables*/
td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding: 0px;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	padding: 0px 8px;
}

/*Forms*/
.formclass {font-family: Verdana, Arial, sans-serif; font-size: 11px; font-style: normal; color: #000000;}

/* form buttons */
.pnorm {color:#000000; background-color:#ffffff; font: normal 11px Verdana, Arial, Sans Serif;}
.pover {color:#ffffff; background-color:#00abc5; font: normal 11px Verdana, Arial, Sans Serif;}

a.topic-menu {
	font-family: Century Gothic;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}

a.topic-menu:visited {
	font-family: Century Gothic;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}

a.topic-menu:hover {
	font-family: Century Gothic;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;

}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
