@charset "utf-8";
/* CSS Document */

body{
	background-color:#99AEC7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
	

img{
	border:none;
	}

#main_body{
	margin:0px auto 0px auto;
	background-image:url(../images/main_bg.gif);
	background-repeat:no-repeat;
	height:675px;
	width:815px;
	}
	#top_section{
		}
	#nav_container{
		float:right;
		}
		#nav_container a{
			position:relative;
			top:10px;
			right:55px;
		}	
		
	#content{
		position:relative;
		width:790px;
		height:500px;
		}
		
	#footer{
		width:790px;
		}
		
 /* PAGE CSS */
 
 	/* INDEX */
		.left_chips{
			}
		.middle_text{
			float:left;
			position:relative;
			top:-45px;
			left:-5px;
			}
		.right_chips{
			position:relative;
			top:-525px;
			left:200px;
			}
			
		.tin_cans{
			float:right;
			position:relative;
			top:-145px;
			left:55px;
			}
		
	/* BASE */
		#content_holder{
			position:relative;
			top:20px;
			left:65px;
			height:300px;
			width:650px;
			overflow:auto;
			}
			
		.page_title{
			position:relative;
			top:20px;
			left:65px;
			width:205px;
			height:59px;
			}
	
		#contact .page_title{
			background-image:url(../images/page_titles/contact.gif);
			background-repeat:no-repeat;
			}
		
		#faq .page_title{
			background-image:url(../images/page_titles/faq.gif);
			background-repeat:no-repeat;
			}
			
		#history .page_title{
			background-image:url(../images/page_titles/history.gif);
			background-repeat:no-repeat;
			}
		
		#privacy .page_title{
			background-image:url(../images/page_titles/privacy.gif);
			background-repeat:no-repeat;
			}