/* CSS Document */

/*#############################################################
 STRUCTURE
 #############################################################*/

#container{
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 950px;
	height:100%;
}

#topnav {
	position: relative;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 0px;
	padding-top:5px;
	float: none;
}

#pageHead {
	float:left;
	height: 20px;
	width: 950px;
	position: relative;
	padding-top: 100px;
}

#headText {
	margin-left: 130px;
	/*height: 30px;
	width: 800px;*/
	position: relative;
}

#footer {
	clear: both;
	width: 810px;
	margin-top: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 130px;
}

#background{
	position:absolute;
	margin: 0px;
	height:100%;
	width:100%;
}

#col1 {
	float: left;
	width: 120px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 15px;
	text-align:right;
}

#col2 {
	float: left;
	width: 500px;
	padding-top: 10px;
	color: #333;
	margin-bottom: 20px;
}

#col3 {
	padding-top: 0px;
	float: right;
	width: 300px;
}


td {
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00CCFF;
}

.col_td {
	background-color:#FF00FF;
	border-top-width: 0px;
	color:#FFFFFF;
}

/* ----------------------------------------------------------
   PRIMARY BACKGROUNDS
   ----------------------------------------------------------*/
.bg_01 {	
	background-attachment: fixed;
	background-image: url(../images/bg_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_02 {	
	background-attachment: fixed;
	background-image: url(../images/bg_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_03 {	
	background-attachment: fixed;
	background-image: url(../images/bg_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_04 {	
	background-attachment: fixed;
	background-image: url(../images/bg_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_05 {	
	background-attachment: fixed;
	background-image: url(../images/bg_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg_06 {	
	background-attachment: fixed;
	background-image: url(../images/bg_06.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.bg_07 {	
	background-attachment: fixed;
	background-image: url(../images/bg_07.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* ----------------------------------------------------------
   SECONDARY BACKGROUNDS
   ----------------------------------------------------------*/

.sbg_usa {
	background-attachment: scroll;
	background-image: url(../images/sbg_usa.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}

.sbg_airplane {
	background-attachment: scroll;
	background-image: url(../images/sbg_airplane.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}

.sbg_liberty {
	background-attachment: scroll;
	background-image: url(../images/sbg_liberty.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}
.sbg_bomb {
	background-attachment: scroll;
	background-image: url(../images/sbg_bomb.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}

.sbg_clock {
	background-attachment: scroll;
	background-image: url(../images/sbg_clock.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}

.sbg_paper {
	background-attachment: scroll;
	background-image: url(../images/sbg_paper.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}

.sbg_fuel {
	background-attachment: scroll;
	background-image: url(../images/sbg_fuel.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}

.sbg_ideas {
	background-attachment: scroll;
	background-image: url(../images/sbg_ideas.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
}
