@charset "UTF-8";
/* Seriously Creative Home CSS */

* { padding: 0; margin: 0; }

#title{
	background: url() left no-repeat;
	}

#logo{
	background:url(images/logo.png) no-repeat;
	height: 150px;
	width: 150px;
	position: relative;
	top: 240px;
	left: 515px;
	clear:both;
	z-index: 100;
}

#wrapper {
	position: relative;
	top: -150px;
	width: 700px;
	margin: 0 auto;
	}
#wrapper2 {
	position: relative;
	top: -150px;
	width: 700px;
	margin: 0 auto;
	}

#header {
	width: 660px;
	background-color: #FFFFFF;
	clear: both;
	position: relative;
	top: 30px;
	padding: 20px;
	}

#flash{
	background: url(images/flashholder.jpg) center no-repeat;
	float: none;
	position: relative;
	top:0px;
	left:0px;
	height: 250px;
	clear: both;
	width: 660px;
	padding-top: 0px;
}

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/white.gif) center repeat-y;
	position: relative;
	top: -150px;
}

#left{
	background-color: #FFFFFF;
	margin: 0px 10px 0px 20px;
	padding-top: 10px;
	width: 400px;
	float: left;
}

#right{
	background-color: #FFFFFF;
	float: right;
	margin: 0px 20px 0px 0px;
 	padding-top: 10px;
 	width: 240px;
}

#footer{
top: 10px;
margin-bottom: 0px;
}