@charset "utf-8";
/* Flynn Training Systems CSS */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/flynntraining_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
td,th {

}

a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

#container{
	height: auto;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

#header {
	width: 940px;
	height: 339px;
	margin: 0px;
	padding: 0px;
}

#menudiv{
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 940px;
}

#content{
	height: auto;
	width: 940px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

#homecontenttextbox{
	height: auto;
	width: 280px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: justify;
}

#footer{
	height: auto;
	width: 940px;
	margin: 0px;
	font-size: 9px;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

