a,  a:link,  a:visited {
	color: #94CA65;
	text-decoration: none;
}

a:hover {
	text-decoration:underline
}

#container {
	width: 700px;
	margin: auto;
	padding: 10px;
	border: 2px solid #F5E5D8;
	background: #ffffff;
	vertical-align: middle;
}

#container2 {
	width: 680px;
	height: 400px;
	z-index: 1;
	overflow: visible;
	margin: auto;
	padding: 20px;
	border: 2px solid #F5E5D8;
	background: #ffffff;
}

img.header {
	display: block;
	margin:auto;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: #94CA65;
	font-size:12px;
}

body {
	background-image: url(http://www.laurenalane.com/laurenalaneimages/bg.jpg);
	background-repeat: repeat;
}

#header { 
	margin: auto;
	margin-bottom: 20px;
		
}

#nav { 
	width: 100px;
	height: 400px;
	position:absolute;
}

#content { 
	width: 580px;
	height: 400px;
	margin-left: 100px;
	padding:10px;
	text-align:center;
}
