/**
 * Style Sheet for DrawPRO.com
 *
 * Contains global styling information specific to the layout of DrawPRO.com.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by DrawPRO, All Rights Reserved
 * @version    1.0
 */



/* Floating */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 0px; font-size: 0px; }
.float { float: left; }
.floatOpposite { float: right; }

/* Horizontal Rule */
.hr {
	margin: 12px 0;
	border-bottom: 1px solid #dedede;
}

/* Global Headers */
h1 {
	margin-bottom: .4em;
	font-size: 2em;
	color: #dedede;
}

h2 {
	margin-bottom: .3em;
	font-size: 1.3em;
	color: #F68427;
	font-family:impact,arial,sans-serif;
}

h3 {
	font-size: 1em;
}



/* Global Layout and Appearance */
body {
	min-width: 960px;
	
	font: 89% arial, helvetica, sans-serif;
	color: #000;
	background: #8b8b8b url('images-layout/site-bg.gif') 0px 0px repeat-x fixed;
}

#container {
	position: relative;
	top: 0;
	margin: 20px auto 40px;
	padding-top: 125px;
	width: 960px;
	
	background: #fff;
	border-right: 1px solid #830000;
	border-left: 1px solid #830000;
	border-top: 1px solid #a9a9aa;
	border-bottom: 1px solid #a9a9aa;
}

#siteName {
	position: absolute;
	left: -999em;
}