@charset "utf-8";
@import url("proofbook.css");

/* CSS Document */

body {
	width: 100%;
	background-color:#756E54;
}
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 575px;
	margin-top: 40px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #342C2A;
}
#uname	{
	position: absolute;
	left: 79px;
	top: 67px;
	color: #FFF;
	width: 319px;
}
#psamples	{
	position: absolute;
	left: 500px;
	top: 67px;
	color: #FFF;
	width: 374px;
}

#weddings {
	position: absolute;
	top: 80px;
	left: 150px;
	width: 211px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#engaments {
	position: absolute;
	top: 300px;
	left: 150px;
	width: 222px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#seniors {
	position: absolute;
	top: 80px;
	left: 500px;
	width: 212px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#childfamily {
	position: absolute;
	top: 300px;
	left: 500px;
	width: 231px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

h2 { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 14px; color: #FFF; }

