@charset "UTF-8";

html {
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0D0608;
}

a:link {
	color: #FDF3E9;
}
a:visited {
	color: #FDF3E9;
}
a:active {
	color: #FDF3E9;
}
a:hover {
	color: #FDF3E9;
}
a img {border: none; } 

a {text-decoration: none;}


.oneColFixCtr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #986667;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/lw_home.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	background-color: #E3DAD1;

}
.oneColFixCtr #mainContent {
	height: 500px;
	width: 450px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
	font-size: 10px;
	color: #FDF3E9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-right: 25px;
}
.oneColFixCtr #container #navbar {
	background-color: #7C6E66;
	font-size: 10px;
}

.oneColFixCtr #container #socialnet {
	height: 50px;
	width: 100px;
	margin-left: 900px;
	position: absolute;
	margin-top: -580px;
	float: right;
}

.oneColFixCtr #container #musicplayer {
	position: absolute;
	margin-left: -90px;
	margin-top: -70px;
	}
	
.oneColFixCtr #container #musicplayer2 {
	position: absolute;
	margin-left: 80px;
	margin-top: -70px;
	}

.oneColFixCtr #container #socialnet {
	height: 100px;
	width: 200px;
	margin-top: -590px;
	margin-left: 900px;
}

.oneColFixCtr #container #entersite img {
	position: absolute;
	float: right;
	margin-top: -130px;
	margin-left: 80px;
}
.oneColFixCtr #container #maincontent {
	width: 450px;
	float: right;
}
.oneColFixCtr #container #maincontent #kickstartervid {
	margin-top: -550px;
	float: right;
}
	
.oneColFixCtr #container #quote1 {
	height: 100px;
	width: 500px;
	margin-top: -560px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
	position: absolute;
}
.oneColFixCtr #container #quote2 {
	height: 300px;
	width: 500px;
	margin-top: -255px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
	position: absolute;
}
.oneColFixCtr #container #quote3 {
	height: 100px;
	width: 250px;
	margin-top: -250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -500px;
	position: absolute;
}

.oneColFixCtr #container #quote4 {
	height: 100px;
	width: 500px;
	margin-top: -460px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 450px;
	position: absolute;
}
.oneColFixCtr #container #kickstarter {
	float: right;
	margin-top: -600px;
}
.oneColFixCtr #container #featureimg {
	height: 600px;
	width: 526px;
}
.oneColFixCtr #container #main {
	width: 450px;
	float: right;
	margin-top: -550px;
	background-color: #FDF3E9;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
.oneColFixCtr #container #main iframe {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
.oneColFixCtr #container #main a {
	color: #CC6699;
}
.oneColFixCtr #container #main h1 {
	font-size: 18px;
	color: #666666;
	font-weight: lighter;
	font-style: normal;
}

.oneColFixCtr #container #main ul {
	list-style-image: none;
	text-decoration: none;
}
.oneColFixCtr #container #main li {
	list-style-image: none;
	text-decoration: none;
}

