/* CSS Document */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:960px;
		background:#fff;
		min-width:960px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		margin: auto;
		background-color: #231F20;
	}
	#header {
		background-color: #FFFFFF;
		border-left: solid 1px #FF0000;
		border-right: solid 1px #FF0000;
		border-top: solid 1px #FF0000;
		width: 960px;
		font-family: "Trebuchet MS", sans-serif, Helvetica;
		font-size: 15px;
		font-weight: normal;
		padding-top: 7px;
		padding-bottom: 7px;
		text-align: center;
		margin-top: 45px;
		
	}
	/* column container */
	#colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:960px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		background-color:#000000;
		border: solid 1px #FF0000;
		background-color: #373F41;
	}
	/* common column settings */
	#colright,
	#colmid,
	#colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	#col1,
	#col2,
	#col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	#col1 {
		width: 272px;
	}
	#col2 {
		width: 462px;
	}
	#col3 {
		width: 225px;
	}
	#col3 p {
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	text-transform: uppercase;
	color: #7A8080;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
#col2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 0px;
}
/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	font-size: 10px;
	color: #939192;
	text-align: center;
}
p { margin: 0;
}
#col2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
p a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
p a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
p a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
p a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
