
	
body {
	font-family: Georgia, Arial;
	font-size: 12px;
	color: #E5C4FF;
	margin: 0;
	padding: 0;
	z-index:1;
	background-image: url('http://www.lisabethsterling.com/background.jpg');
	background-color: #c4c4c4;
	background-position: top;
	background-size:100%;
	background-repeat:no-repeat;
	
	
}

#container {
	width: 800px;
	margin: 0 auto;
	border: solid 0px #131f35;
	border-bottom: none;
}

#menu {
	background-color: #EFEFEF;
	border-top: solid 1px #131f35;
	border-bottom: solid 1px #131f35;
	padding-left: 30px;
	font-size: 13pt;
	display: block;
	float: left;
	width: 770px;
	height: 24px;
	position:relative;
	z-index:5;
}

#center {
	position: relative;
	float: left;
	padding: 20px;
	padding-top: 5px;
	width: 530px;
	min-height: 110px;
	padding-left: 250px;
	background: #100A32; /* THIS CHANGES THE BODY BACKGROUND COLOR!!!*/
	z-index:2;
}

#centerNoSides {
	position: relative;
	float: left;
	width: 800px;
	min-height: 110px;
	background: #100A32;
}


#footer {
	clear: both;
	color: #444;
	font-size: 10pt; 
	text-align: center;
	background: #999;
}

#footer a {
	color: #444;
}

#footer a:hover {
	color: #ccc;
}

#header {
	height: 220px; 
	width: 800px;
	/* background: url('http://www.lisabethsterling.com/images/headerNewWork.jpg'); */
}

#banner {
	display: block;
	height: 185px;;
	width: 100%;
}

#left {
	position: absolute;
	display: block;
	left: 15px;
	top: 15px;
	float: left;
	width: 200px;
	min-height: 100px;
	padding: 10px;
	z-index:3;
}

.scrolling {
	overflow: scroll;
}

#right {
	background: #F66;
}

strong {
	color: #f00;
}

#noshow {
	display: none;
}

#left ul {
	list-style: none;
	padding-left: 20px;
	margin: 0;
}

#left a:visited {
	color: #00f;
}

#left a:hover {
	color: #a22;
}




#left td {
	a:hover(color: #FFFFFF;)	font-size: 9pt;
		padding-bottom: 15px;
}

table {
	font-size: 10pt;
}

#photo {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	top: 20px;
}

.subheading {
	font-size: 14px;
	font-weight: bold;
}

#center a {
	color: #00f;
	border: none;
}

a img {
	border: none; 
}

p {
	line-height: 20px;
}