@charset "UTF-8";
body {
	background: #000000;
	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: #FFFFFF;
	font-family: sans-serif;
}

p.text {
	color:#FFF;
	font: arial;
	font-family: sans-serif;
	font-size: small;
	
}

.oneColFixCtr #container {
	width: 900px;
	height: 600px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: right;
}

.oneColFixCtr #container2 {
	width: 900px;
	height: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000000;
}

#textimage {background-image: url(../img/textbackground.jpg);}#contact {
	text-align: left;
	font-size: x-small;
}
#logos {
	text-align: right;
}

a img {border: none; } 

/* LINKS STUFF */

a.menu:link {color:#000000; border: none;} /* unvisited link */

a.menu:visited {color:#000000; border: none;} /* visited link */

a.menu:hover {color:#000000; border: none;} /* mouse over link */

a.menu:active {color:#000000; border: none;} /* selected link */

a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #000000; text-decoration: underline; }

a.foot:link {color:#ffffff; border: none;} /* unvisited link */
a.foot:visited {color:#ffffff; border: none;} /* visited link */
a.foot:hover {color:#ffffff; border: none;} /* mouse over link */
a.foot:active {color:#ffffff; text-decoration: underline; } /* selected link */



a.homepagetxt:link {color:#ffffff; border: none;} /* unvisited link */
a.homepagetxt:visited {color:#ffffff; border: none;} /* visited link */
a.homepagetxt:hover {color:#ffffff; text-decoration: underline;} /* mouse over link */
a.homepagetxt:active {color:#ffffff; text-decoration: underline; } /* selected link */
