* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f8d372;
	text-align: center;
        min-width: 800px;
        font-size: 10pt;
        font-family: Arial, sans-serif;
        font-weight: normal;

}

#centering {
        width: 795px;
        margin: 0 auto;
        text-align: center;
}

#stripe img {
	width: 794px;
	height: 15px;
	border: none;
}

#left_column {
	width: 182px;
	float: left;
	vertical-align: top;
	text-align: center;
}

img.logo {
	width: 142px;
	height: 141px;
	border: none;
	margin: 10px 0 10px 0;
}

#left_column #buttons img {
	width: 182px;
	border: none;
}

#left_column div.address {
        text-align: left;
        font-size: 1.1em;
        font-weight: bold;
        padding: 10px;
}

#left_column #cart {
	margin: 10px 0 10px 0;
	width: 182px;
	padding: 0 0 5px 0;
	border: 1px solid #000000;
}

#left_column #cart img {
	width: 182px;
	height: 23px;
	border: none;
}


#right_column {
	background-image: url('/images/midstripe.gif');
	background-repeat: repeat-y;

	vertical-align: top;
	text-align: left;
	float: left;
	width: 570px;
	padding: 10px 10px 0px 20px;
}

#right_column #header {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#right_column h1 {
	margin: 10px 0 3px 0;
	font-size: 1.2em;
	font-weight: bold;
}

#right_column h2 {
	margin: 10px 0 3px 0;
	font-size: 1.0em;
	font-weight: bold;
}

#right_column h3 {
}

#right_column p {
	margin: 5px 0 3px 0px;
}

#right_column ul {
	margin: 5px 0 3px 20px;
}

img.mountains {
	width: 597px;
	height: 248px;
	border: none;
	margin-left: -15px;
}

#footer {
	text-align: center;
	
}

#footer div.copyright {
	padding-top: 5px;
	font-size: 0.8em;
}

#footer div.copyright a {	
	color: #0000ff;
}

#footer div.copyright a.black {	
	color: #000000;
	text-decoration: none;
}
