/*------------------------------ G L O B A L S ------------------------------*/

html {
	height:100%;
	font-size:100%;
	width: 100%;
    margin: 0; 
	line-height: 100%;
}

body {
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #3e3d38;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #dad7cc;
	padding-top: 0px;
	background-image: url(indexgfx/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

p {
	line-height: 22px;
	color: #3e3d38;	
	padding-left: 10px;
	padding-right: 10px;
}


img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/*------------------------------ D I V S ------------------------------*/

#wrapper {
	width: 1200px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#sepside {
	width: 393px;
	height: 100%;
	float: left;
}

#seplogo {
	width: 393px;
	height: 157px;
	background-image: url(indexgfx/sep_logo.jpg);
	background-repeat: no-repeat;
}

#sepquote {
	width:393px;
	height: 211px;
	background-image: url(indexgfx/sep_quote.jpg);
	background-repeat: no-repeat;
}

#sepcontent {
	width: 393px;
	height: 200px;
}

#sepenter {
	width: 187px;
	height: 62px;
	text-align: center;
	padding-left: 100px;
}

#divider {
	width: 10px;
	height: 500px;
	float: left;
	background-image: url(indexgfx/spacer.jpg);
	background-repeat: repeat-y;
}

#stratside {
	width: 392px;
	height: 100%;
	float: left;
}

#stratlogo {
	width: 392px;
	height: 157px;
	background-image: url(indexgfx/strat_logo.jpg);
	background-repeat: no-repeat;
}

#stratquote {
	width:392px;
	height: 211px;
	background-image: url(indexgfx/strat_quote.jpg);
	background-repeat: no-repeat;
}

#stratcontent {
	width: 392px;
	height: 200px;
}

#stratenter {
	width: 187px;
	height: 62px;
	text-align: center;
	padding-left: 100px;
}

#srside {
	width: 393px;
	height: 100%;
	float: left;
}

#srlogo {
	width: 393px;
	height: 157px;
	background-image: url(indexgfx/sr_logo.jpg);
	background-repeat: no-repeat;
}

#srquote {
	width:393px;
	height: 211px;
	background-image: url(indexgfx/sr_quote.jpg);
	background-repeat: no-repeat;
}

#srcontent {
	width: 393px;
	height: 200px;
}

#srenter {
	width: 187px;
	height: 62px;
	text-align: center;
	padding-left: 100px;
}

#divider {
	width: 10px;
	height: 500px;
	float: left;
	background-image: url(indexgfx/spacer.jpg);
	background-repeat: repeat-y;
}
