@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image:url(images/Q2-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 190px;
	color: #FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a{
	color:#FFFF99;
	text-decoration:none;
}
.content {
	width: 825px;

}
.logo_column{
	padding-right: 15px;
	border-right: 2px dotted gray;
	}
.nav_column{
	padding-left: 10px;
	padding-top: 10px;
	border-left: 2px dotted gray;
	}
.content_column{
		padding-left: 15px;
		padding-right: 15px;
		width: 400px;
}
.contact
{
	font-size: 9pt;
	color:#CCCCCC;
	text-align: center;
	width: 400px;
	padding-top: 25px;
}
.TakeOne {color: #CCCCCC}
