* {
	margin:0; padding:0 border:0;
}
body {
	background-color:#666666;
	text-align:center;
	font-family: Arial, sans-serif;
}
a {
	text-decoration: none;
	color:#ff9700;
	}
a:link {color:#333;}
a:visited {color:#666;}

p {	
	padding: .5em 1em 1em 8px;
}
h2 {	
	padding: .5em 8px .5em 8px;
	color:#0000f1;
}
h3 {	
	padding: .5em 4px 0 8px;
	font-style:italic;
	color:#0000f1;
}
h4 {	
	padding: .5em 4px 0 8px;
	font-style:italic;
	color:#0000f1;
}
ul, ol {	
	padding: 0em 1em 1em 2em;
}

/** End of general CSS **/
.clearboth {
	clear:both;
}
#outer {
	width:800px;
	margin:0 auto;
}
#wrapper {
	width:800px;
	text-align:center;
	background-color:#e2e2e2;
}
#masthead {
	height:164px;
}
#contact {
	height:164px;
}
#nav {
	height:65px;
}
#content {
	height:543px;
    background: url("http://larabenstein.com/images/stage.gif") 50% 50% no-repeat;
}
#content_left {
	width:330px;
	
	float:left;
	text-align:left;
	padding: 35px 0em 0em 40px;

}
#content_right{
	width:400px;
	
	float:right;
	text-align:left;
	padding: 35px 30px 0em 0em;

}
#story{
	font-size: small;
		padding: 0px 5px 0em 6px;
}



/** End of main CSS **/

