/*=================================
Colors
=============
#000000:black = body copy
#383838:dark grey = hover/current nav link
#c5c5c5:light grey = headings 
#ff0700:red = links
#aa0400:dark red = visited links
==================================*/

body {
       background-color:#383838;
       /*background-image:url("images/background.gif");
       background-position: 130px 0px;
       background-repeat:no-repeat; */
}

#container { max-width: 860px;
			min-width: 860px;
			/*padding: 1em;*/
			background-color: #eeeeee;
			 margin-left: auto;
			 margin-right: auto;
			 height: auto !important;
			 font-family: /* default sans-serif stack */
			 myriad, lucida, sans-serif;
}
			 
#header { 
		 /*max-width: 860px;*/
		 min-width: 100%;
		 min-height: 150px;
		 position: relative;
		 bottom: 5px;
		 background-color: #ffffff;
		/*background-image: url(images/logo.gif);*/
		}
		
#headerImg {height: 165px;
		margin-left: 5px;
		margin-right: 5px;
}

#home { position: absolute;
		height: 1em;
		bottom: .25em;
padding: 0 0 12px 12px;
}

#nav { width: 160px;
		/* min-width: 160px; */
		float: left;
		padding-left: 12px;
		/* height: auto; */
		min-height: 100%;
		/*display: block-line;*/  /*--dunno what I'm doing here */
}
#nav ul { margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
#nav li { /*list-style-position: outside;*/
		/* margin-left: 0;
		padding-left: 0; */
		list-style-type: none;
		line-height: 1.8em;
}

#outsideLinks { width: 100%;
		/*float: left;
		padding-left: 1em;
		display: block-line;
		margin-left: -2.5em;*/
		line-height: 1.8em;
}

#content { 
			/* float: right; */
			/* position: relative; */
			/* right: 0; */
			min-width: 664px;
			max-width: 664px;
			min-height: 500px;
			height: auto !important;
			padding-right: 12px;
			margin-left: 182px;
			/*padding-left: 6px;
 */}

 #promos {width: 664px;
}
 
 #col1 { width: 222px;
		float: left;
				text-align: left;
}
 #col2 { width: 221px;
float:left;
		text-align: left;
}
 #col3 { width: 221px;
 float:left;
 		text-align: left;
}

#image1 { margin-left: auto;
		  margin-right: auto;
}

#image2 { position: relative;
		  left: 5px;
}

#image3 { float: right;
}

#footer { /* clear:both; */
background-color: #c5c5c5;
/* min-width: 860px; */
min-height: 2.5em;
padding: .25em;
}

#footerContact { float:left;
}

#copyright { float: right;
text-align: right;
}

