body {
	font-family: Arial, Helvetica, san serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background:url(images/background-tile.jpg) top center #FFFFFF repeat-x;
	position: relative;
	margin: 0 auto;
	
} 

/* ======================================================== MAIN BODY CONTAINING ELEMENT ========================================================*/

#outer-wrap {
	width: 990px;
	height: auto;
	background: url(images/outer-wrap2.gif) no-repeat;
	margin: 0 auto;
	position: relative;

}
#wrap {
	width: 829px;
	height: auto;
	margin: 0 auto;
	position: relative;
	}

#container {
	width:829px;
	height: auto; /*SET TO AUTO- 500px*/
	background: url(images/body-background.jpg) #FFFFFF no-repeat top center;
	margin: 0 auto;
	border: 0px 3px 0px 3px solid #FFFFFF;
	}


#header {
	background: url(images/geronimo-header.gif) no-repeat left top;
	width:829px;
	height: 102px;
	}

.clearer{
	clear:both;
	margin:0px;
	}

#left {
	float:left;
	position: relative;
	width: 200px;
	height: auto;
	background:url(images/pedals-screened.jpg) no-repeat;
	margin: 150px 0px 0px 10px;
	padding: 15px 0px 10px 12px;
}

#contact-left {
width: 200px;
font-size: 11px;
color: #3a415b;
text-align:center;
}

#navigation {
font-size:16px;
font-weight: bold;
width: 200px;
height: auto; 
padding-bottom: 35px;
}

#right {
	float:left;
	position: relative;
	width: 500px;
	height: auto;
	margin-top: 150px;
	padding: 0px 30px 10px 50px;
	/* background-color: red; */
	}

#footer {
	width: 829px;
	height:89px;
	clear:both;
	margin: 0 auto;
	background:url(images/footer-image.jpg) no-repeat;
	padding-top: 20px;
	color: #164978;
	text-align:center;
	font-size: 12px;
}


/* ======================================================== PICTURE ALIGNMENT CONTROLS ========================================================*/

.img-left {
margin: 0px 8px 4px 0px;
border: solid 2px #57769b;
}

.img-right {
margin: 0px 0px 4px 8px;
border: solid 2px #57769b;
}

/*======================================================== NAVIGATION CONTROLS ======================================================== */

#navigation a:link {
 	color: #3a415b;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	color: red;
	text-decoration: none;
	}
	
#navigation a: active {
	color: red;
	text-decoration: none;
}

#navigation a: visited {
	color: #5C6A7B;
	text-decoration: none;
	color: #3a415b;
}

/*======================================================== TEXT STYLES ======================================================== */

h1 {
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h2, h3, h4, h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


.basic-bold {
	font-weight: bold;
	color: #000000;
}

.basic-italic {
	font-style:italic;
}

.quotes {
	font-style:italic;
	color: #2F4D8D;
}



/*======================================================== LINK STYLES ======================================================== */

a:link {
	text-decoration: underline;
	color: #3a415b;
}

a:hover {  
	color: red; 
	text-decoration: none;
}

a:active {  
	color: #666666; 
	text-decoration: underline;
}

a:visited {
	color: #3a415b;
	text-decoration: none;
}


#footer a:link {
	color: #164978;
	text-decoration: none;
}

#footer a:hover {  
 	color: red; 
	text-decoration: underline;
}

#footer a:active {  
	color: #999999; 
	text-decoration: underline;
}

#footer a:visited {
	color: #164978;
	text-decoration: none;
}

/*======================================================== FORM STYLES ======================================================== */
#typein { }

#typein input
        {
        color: #000033;
        background-color: #A4C0E6;
        padding: 2px;
        border: solid 1px #666666;
		}
