body {
text-align: center;
color: #FFFFFF;
background: url(../images/background.jpg) no-repeat ;
background-color: #000000;
background-position: top center;
}
#container {
position: relative;
margin: 0 auto;
width: 744px;
text-align: left;
}
#home {
/* border: thin solid #FFFFFF; */
position: absolute;
top: 150px;
left: 155px;
width: 200px;
}
#navagation {
/* border: thin solid #FFFFFF; */
position: absolute;
top: 150px;
left: 220px;
width: 450px;
text-align: right;
}
#nextgig {
/*border: thin solid #FFFFFF;*/
position: absolute;
top: 10px;
left: 495px;
width: 175px;
padding: 0px;
}
#nextgig h1 {
  margin-bottom:	.33em;
}
#indexFooter {
position: absolute;
top: 525px;
left: 155px;
width: 515px;
}
#main {
/* border: thin solid #FFFFFF; */
position: absolute;
top: 200px;
left: 200px;
width: 450px;
background-color: #494242;
padding: 10px;
}
#home p, #navagation p {
font-size: 85%;
}
#video
{
text-align: center;
}
p {
font-family:	"Verdana";
margin-bottom:	1em;
line-height: 1.4;
}
h1 {
color: #FF0000;
font-size: 136%;
font-family:	"Trebuchet ms";
margin-bottom:	.8em;
}
h2, legend {
color: #CC3300;
font-size: 122%;
font-family:	"Trebuchet ms";
font-weight: bold;
margin-bottom:	.5em;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  }
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}
a:active  {
  text-decoration: none;
  font-weight: bold;
  color: #00FF00;
}
a:hover {
  text-decoration: none;
  color: #FF0000;
}
ul li {
  list-style-type: disc;
}
li {
  margin-left:  15px;
  margin-bottom: .33em;
}
label {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
th {
  font-weight: bold;
}
th, td {
  padding: 5px;
  vertical-align: top;
}
.col1, .col2 {
  width: 20%;
}