/**
 * Style Sheet for templatezone.com
 *
 * Contains global styling information specific to the layout of templatezone.com
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by TemplateZone, All Rights Reserved
 */

/* Reset */
html, body, div, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input { margin: 0; padding: 0; }
html, body { height: 100%; }

form {
	display: inline;
}

/* Floating */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.float { float: left; }
.floatOpposite { float: right; }

/* Global Layout */
body {
	padding-bottom: 40px;
	min-width:1000px;
}

/* Layout Elements */
#container {
	position: relative;
	top: 0;
	margin: 0 auto;
	padding: 170px 16px 0 16px;
	width: 968px;
}

#content {
	position: relative;
	padding-bottom:12px;
	width: 968px;
}

#columnWrapper {
	position: relative;
}

/* Site Name */
#siteName {
	position: absolute;
	left: -999em;
}