@charset "utf-8";

* {
margin:0;
padding:0;
}

ol, ul {
	list-style: none;
}

#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;
}



#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;
}
