@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
ul.list {
	list-style:circle;
	padding-left: 20px;
	padding-bottom: 30px;
}
#container {
	background-image:url(images/GiveMe5SITEflat.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:950px;
	margin:0 auto;
}
#container2 {
	background-image:url(images/GiveMe5SITEflat2.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:950px;
	margin:0 auto;
}
#masthead {
	width: 950px;
	margin: 5px;
}
h1 {
	float:left;
	height: 141px;
	width: 453px;
	display: block;
	background: url(images/logo.png) no-repeat left top;
}
h1 a {
	height: 141px;
	width: 453px;
	display: block;
}
h1 span, h2 span {
	text-indent: -9999px;
	display:block;
}
#content {
	clear: both;
	width: 950px;
	padding-top: 15px;
	margin:5px;
}
#nav {
	float:right;
	height: 54px;
	width: 487px;
	margin-top: 50px;
}
#nav li {
	display:block;
	float: left;
	height:46px;
	margin: 0 2px;
	background: url(images/reelspin.png) no-repeat left top;
}
#nav a {
	float: left;
	height: 46px;
	color: #c61e2c;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	/*vertical-align:middle;*/
 text-decoration: none;
	text-transform: uppercase;
	text-indent: 44px;
	display: block;
	padding-top: 11px;/*padding-left: 20px;*/
}
#nav li:hover {
	background: url(images/reelspin.png) no-repeat left bottom;
}
h2 {
	float: left;
	height: 320px;
	width: 500px;
	display: block;
	background: url(images/bigscreen.jpg) no-repeat left top;
}
h3 {
	font-weight:normal;
	font-size: 18px;
	color: #d51c29;
	border-bottom: 1px solid #d51c29;
	margin-bottom: 7px;
}
h4 {
	font-weight:normal;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d51c29;
	padding-top: 5px;
	padding-left: 5px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 5px;
}
#textcontent {
	float:right;
	width: 400px;
	margin-top: 0;
	margin-right: 14px;
}
body {
	background-image: url(images/bgpat.jpg);
}
.home {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.homered {
	color:#FF0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	padding-bottom: 20px;
}

