body  {
	font: 100% "Trebuchet MS";
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FECAF9;
	background-image: url(../images/mat-backtile.png);
}

a {
	color: #FF90FF;
	text-decoration: none;
}

a:hover, a:focus { text-decoration: underline; }


#mainContent h1 {
	color: #5B3191;
	border-bottom: 2px solid #FF90FF;
	font: normal 28px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	margin: 0 0 5px 0;
}

#mainContent h2 {
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #5B3191;
	border-bottom: 1px dotted #CCCCCC;
}
#mainContent p {
	font-size: 13px;
	margin-bottom: 5px;
	color: #333333;
}

a img {
	border-style: none;
}


#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}

#container {
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

.photoGiz01 {
	text-align: center;
	width: 300px;
	float: right;
	margin-left: 10px;
}

.photoBrett {
	text-align: center;
	width: 150px;
	float: left;
	margin-right: 10px;
}

#header img { display: block; }

#header {
	color: #FFFFFF;
	background-color: #5B3191;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#footer .links {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

#footer .copy {
	font-weight: bold;
	color: #999999;
}

#footer .copy a {
	text-decoration: none;
	color: #999999;
}

#footer .copy a:hover, #footer .copy a:focus {
	text-decoration: underline;
	color: #FF9900;
}




#footer { font-size: 12px; 
}
#apNav {
	position:absolute;
	width:490px;
	height:300px;
	z-index:1;
	float: right;
	top: 0px;
	right: 0px;
}

.bullet {
	float: left;
	height: 34px;
	width: 34px;
	padding-right: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF90FF;
	margin-right: 10px;
}

.bulletFB {
	float: left;
	height: 34px;
	width: 34px;
	margin-right: 5px;
}


#mainContent #feedback {
	font-size: smaller;
	font-style: italic;
	color: #2D1847;
	margin-left: 30px;
	padding-right: 50px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FF90FF;
	margin-right: 5px;
}

#mainContent #feedback .name {
	font-style: normal;
	color: #2D1847;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF90FF;
	margin-bottom: 30px;
	padding-bottom: 4px;
}
