#wrapper {
	background-repeat: repeat-y;
	margin: 0 auto 0;
	width: 950px;
}



body {
	background-color: #53531e;
	font-family: Arial, Helvetica, sans-serif;
}



#bottom {
	margin: 0 auto 0;
	width: 950px;
	background-color: #FFFFFF;
}

#left {

	width: 425px;

	float: left;

}

#right {

	width: 425px;

	float: right;

}

#links {
	width: 950px;
	background-color: #5a3d1c;
	color: #FFFFFF;
	vertical-align: middle;
	height: 50px;
}
#top {
	width: 950px;
	float: right;
	background-color: #722020;
	color: #FFFFFF;
}
#main {
	background-color: #FFFFFF;
	background-image: url(images/laurie.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;

}

a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;

}

a.nav:hover {
	text-decoration: none;
	color: #FFCCFF;
}

a.nav:active {
	color: #FFFFFF;
	text-decoration: none;

}

a.bottom:link {
	color: #FFFFFF;
	text-decoration: none;

}

a.bottom:visited {
	color: #FFFFFF;
	text-decoration: none;

}

a.bottom:hover {
	text-decoration: none;
	color: #FFCCFF;
}

a.bottom:active {
	color: #FFFFFF;
	text-decoration: none;

}
#main2 {
	background-color: #FFFFFF;
}

a:link {
	color: #000000;
	text-decoration: none;

}

a:visited {
	text-decoration: none;
	color: #333333;

}

a:hover {
	text-decoration: none;
	color: #722020;
}

a:active {
	text-decoration: none;

}
