/* Straight Structural Layout Stuff */
*
{	margin: 0 0;
	padding: 0 0;
}
.clear
{	clear: both;
}

body
{	background: url(/imgs/bg.jpg) repeat center top;
}
#contents
{	background: url(/imgs/bg_white.jpg) repeat center top;
	margin-top: 40px;
}
#contentwrapper
{	margin: 0 auto 0 auto;
	padding-top: 10px;
	width: 980px;
}
.column
{	float: left;
}
#sidebar
{	width: 160px;
}
#content
{	width: 760px;
	margin-left: 10px;
}
#content.shortwidth
{	width: 550px;
	margin-left: 100px;
	
}
#navi
{	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}
#navi ul
{	width: 960px;
	margin: 0 auto;
}
#navi li
{	float: left;
}




/* General Template Content Formatting */
#sidebar
{	text-align: center;
	margin-top: 80px;
	margin-bottom: 100px;
}
#content
{	margin-top: 40px;
	margin-bottom: 40px;
}
h1
{	margin-top: 15px;
	margin-bottom: 25px;
}
h1 img
{	border: none;
}
#footer
{	margin: 20px auto 30px;
	text-align: center;
	width: 960px;
}
#navi ul
{	list-style: none;
}
#navi li
{	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 20px;
	margin-right: 23px;
}
#navi a
{	color: #FFF;
	text-decoration: none;
	text-indent: -999em;
	text-transform: uppercase;
}
#navi li, #navi a
{	height: 45px;
	display: block;
	outline: none;
}
#navi li:hover
{	background-position: center center;
	height: 97px;
}
#navi .navi_selected
{	background-position: bottom center !important;
	height: 97px !important;
}
#navi_home, #navi_home a
{	width: 107px;	}
#navi_home
{	background-image: url(/imgs/navi_home.png);		}
#navi_about, #navi_about a
{	width: 111px;	}
#navi_about
{	background-image: url(/imgs/navi_about.png);		}
#navi_gallery, #navi_gallery a
{	width: 122px;	}
#navi_gallery
{	background-image: url(/imgs/navi_gallery.png);	}
#navi_blog, #navi_blog a
{	width: 108px;	}
#navi_blog
{	background-image: url(/imgs/navi_blog.png);		}
#navi_pricing, #navi_pricing a
{	width: 124px;	}
#navi_pricing
{	background-image: url(/imgs/navi_pricing.png);	}
#navi_contact, #navi_contact a
{	width: 124px;	}
#navi_contact
{	background-image: url(/imgs/navi_contact.png);	}



/**** Content specific formatting ****/
a
{	color: #8d5f3d;
}
a:hover
{	color: #e87824;
}
#contents
{	font-family: "Adobe Caslon Pro","Adobe Caslon","Adobe Caslon",Caslon,"Times New Roman",Times,serif;
	font-size: 14px;
	line-height: 20px;
}
h2
{	font-family: "Adobe Caslon Pro","Adobe Caslon","Adobe Caslon",Caslon,"Times New Roman",Times,serif;
	font-size: 24px;
	line-height: 30px;
	margin-top: 1.2em;
}
p
{	margin-bottom: 1.2em;
}