@charset "UTF-8";
/* CSS Document */

/* main body properties */

body {
	background-color: #000;
	margin: 0px;
}

/* this gets rid of the border around a picture that is a link   */
a img          
{border: none;}


/* background design */

#header {
	background-color: #333;
	width: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footer {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 127px;
}
#content {
	background-color: #000;
	width: 769px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 434px;
}
#content_redstripe {
	background-color: #000;
	width: 769px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 434px;
	background-attachment: scroll;
	background-image: url(images/redstripe.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.h1 {
	font-size: 12px;
	color: #b70000;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
body,td,th {
	font-family: "Century Gothic";
	color: #CCC;
	font-size: 12px;
	line-height: 15px;
}
.h2 {
	font-family: "Century Gothic";
	font-size: large;
	color: #CCC;
	padding-top: 2px;
	padding-bottom: 5px;
}
.rowgrid {
	background-image: url(images/rowgrid.png);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 12px;
	line-height: 15px;
}
.samplefocus {
	font-size: 16px;
	width: 409px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.contacttext {
	font-size: 14px;
}
