
/* Structure
-------------------------------------------------------------- */

/*   
==========================
* Page width:          860 px
* Number of columns:   4 @ 215 px
* Margin width:        10 px
==========================
*/      
   
   
/* body 
-------------------------------------------------------------- */
body {
	margin: 0px;
	text-align: center;
	background-color: #000000;
		background-image: url(images/backgrounds/gray.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	margin:0 3 0 0;
}





   
/* containers
-------------------------------------------------------------- */
#master_container {
	padding-top: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;

}

#container {
	margin: 0 auto;
	width:870px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	padding:0;
	background-color: #ffffff;
	height: 100%;
}


/* navbar
-------------------------------------------------------------- */
 #nav_bar {
	clear: left;
	width:870px;
	background-image: url(images/backgrounds/nav_bar.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	height: 20px;
	text-align: left;
	background-color: #221C1D;
	padding-left: 0px;
}


/* center
-------------------------------------------------------------- */
#center {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:left;
	clear: both;
	text-align: center;
	width: 870px;
	background-color: #000000;
	
}


/* content_main
-------------------------------------------------------------- */

#main_content {
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 870px;
	text-align: center;
	background-color: #000000;
	vertical-align: top;
}






/* level 2 links
-------------------------------------------------------------- */
#links2 {
	clear: left;
	height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width:870px;
	background-image: url(images/backgrounds/nav_bar.gif);
	background-repeat: no-repeat;

}

#bottom {
	clear: both;
	width:870px;
	padding:0;
	float: left;
}

#bottom p{
	padding:0;
	margin: 0;
}



/* masthead
-------------------------------------------------------------- */
.masthead {
	width:870px;
	height: 100px;
	background-color: #000000;
	vertical-align: bottom;

}


/* footer
-------------------------------------------------------------- */
#footer {
	padding:0;
	list-style:none;
	width:870px;
	height: 120px;
	clear: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	text-align: center;
	text-decoration: none;
	background-color: #000000;

	
	}


/*
.weather {
	padding: 0px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}





.weather a{
	padding: 0px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


*/


/* Templates
-------------------------------------------------------------- */

/*   
==========================
* width:          695 px
* Number of columns:   5 (127px)
==========================
*/   

#temp_container{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	height: 100%;
	width: 830px;
	text-align: left;
	background-color: #000000;
	background-image: url(images/backgrounds/gray.jpg);
	background-repeat: repeat-x;
	background-position: top;

	
}






