/* TIEYOURAPRON.COM CSS RULES*/



/* Force Scrollbar on Netscape, Firefox to eliminate page shift
--------------------------------------------------------------*/
	html {
		min-height: 100%;
		margin-bottom: 1px;
	}




/* BODY, Define all main values for the web site 
--------------------------------------------------------------*/
	body {
		font-family: "trebuchet ms", tahoma, arial, "sans serif";
		color: #000;
		font-size: 0.8em;
		line-height: 150%;
		background-color: #dcbf64;
		margin: 0px auto 0px auto;
		text-align: center;
	}



/* Wrapper ID, encloses and centers site on page
--------------------------------------------------------------*/

	#wrapper {
		width: 800px;
		margin-left:auto;
		margin-right:auto;
	}


	#comingsoontop {
		width: 800px;
		background-color: #dcbf64;
		text-align: center;
		font-family: "trebuchet ms", tahoma, arial, "sans serif";
		font-size: 3.5em;
		line-height: 150%;
	}


	#comingsoonmiddle {
		width:760px;
		background: #fff url(images/frontpage.jpg) top left no-repeat ;
		padding: 510px 20px 20px 20px;
		text-align: justify;
	}



	#comingsoonbottom {
		float: right;
		width: 400px;
		padding-top: 15px;
		font-weight: bold;
	}

	#comingsoonbottom img {
		margin-top: 15px;
	}


/* Wrapper ID, encloses and centers site on page
--------------------------------------------------------------*/

	#bgleft {
		position: absolute;
		width: 50%;
		left: 0px;
		height: 100%;	
		background-image: url(images/stripes.gif);
		z-index:1;
	}




/* =img  Images
--------------------------------------------------------------*/
	img {
		border: 0px;
	}




/* =a  Link Styling Pseudo-classes
--------------------------------------------------------------*/

	a:link {
		color: #000;
	}

	a:visited {
		color: #000;
	}

	a:hover {
		text-decoration:none;
		color: #993333;
	}

	a:active {
		color: #000;
	}



/* Random Spans, Classes, Divs
--------------------------------------------------------------*/

	#footer {
		float: left;
		width:400px;
		background-color: #dcbf64;
		padding-top: 15px;
		font-weight: bold;
	}




	.comingsoontoptext {
		font-weight:bold;
		font-size:1.5em;
		line-height: 150%;
	}

	.comingsoonbottomtext {
		font-weight:bold;
		font-size:1.75em;
		line-height: 175%;
	}

	.comingsoonemail {
		font-weight:bold;
		font-size:1.25em;
		line-height: 150%;
	}
