/* Birthday CSS */


/* Kill all irregular standard box layouts */
* {
	margin:					0;
	padding:				0;
}


/* Standard document mark-up */
body {
	background-color:		#E9E5C1;
	
	color:					#3F2E2E;
	font:					10pt "Book Antiqua", serif;
}

a {
	color:					#F6B824;
}

a:active, a:hover {
	color:					#F393B7;
}

img {
	border-style:			none;
}


/* Page 1 */
#laurie {
	width:					250px;
	margin:					200px auto auto auto;
}


/* Page 2 */
.roses {
	width:					1000px;
	margin:					30px auto auto auto;
	
	text-align:				center;
}

.rose {
	width:					100px;
	margin:					auto 10px auto 10px;
}

.back {
	width:					400px;
	margin:					50px auto 30px auto;
	
	text-align:				center;
}

.box {
	width:					400px;
	margin:					50px auto auto auto;
	padding:				10px;
	
	border:					2px solid #3F2E2E;
}

.title {
	font-size:				12pt;
	font-weight:			bold;
	
	text-align:				center;
}

.story {
	margin:					20px auto auto auto;
	
	text-align:				left;
}


/* Rose Pages */

.image {
	margin:					20px auto 20px auto;
	
	text-align:				center;
}