/* --------------------------------------------------
sole.sak CSS stylesheet copyright 2005.
Developed by:
Detour Design
http://www.detourdesign.com
rickm@detourdesign.com
801-232-9359
---------------------------------------------------- */

/* -------------------------------------------------
Global Styles
---------------------------------------------------- */
body {
	background: #e7e6d1 url(assets/site-bg.gif) repeat-x;
	color: #7d7b2b;
	font: small/120% "Times New Roman", serif;
	text-align: center;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------
Typography
---------------------------------------------------- */
#left-column p {
	font-size: 85%;
	line-height: 160%;
	text-align: center;
	width: 197px;
}

#right-column form {
	font-size: 85%;
	line-height: 160%;
	margin-top: 25px;
	text-align: center;
	width: 247px;
}

#right-column input#text-box, #right-column input#submit { margin-top: 8px; }
#right-column input#text-box { width: 200px; }

#left-column h1.site_id {
	background: url(assets/header-logo.gif) no-repeat;
	height: 95px;
	margin-top: 104px;
	text-indent: -9000px;
}

#right-column dl.address-replace {
	background: url(assets/contact-text.gif) no-repeat;
	height: 48px;
	margin-top: 10px;
	text-indent: -9000px;
}

.nextp-large { margin-top: 100px; }
.next-p { margin-top: 16px; }
.bi { font-style: italic; font-weight: bold; }

#footer p { font-size: 85%; }

/* -------------------------------------------------
Layout
---------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 538px;
}

#left-column {
	float: left;
	margin-bottom: 35px;
	text-align: left;
	width: 291px;
}

#right-column {
	float: left;
	margin-bottom: 35px;
	width: 247px;
}

#footer {
	background: #e7e6d1 url(assets/footer-bg.gif) top center no-repeat;
	clear: both;
}