/* Start of CMSMS style sheet 'Making Memories' */
/* CSS Document */
html body {
	background-image:url(images/background-black.gif);
	background-color:#fff;
	background-repeat: repeat;
	margin:0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#container {
	text-align:center;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align:left;
	margin:0 auto;
	width:749px;
	min-width:749px;
	background-image: url(images/bodyBackground.gif);
	background-repeat: repeat-y;
	padding:0px;
	padding-top:10px;
}

#header {
	padding:0px;
	margin-left:30px;
	background-image: url(images/logo-new-edit.gif);
	background-repeat: no-repeat;
	height:88px;
	width:679px;
	text-align:right;
}

#header ul {
	font-size:1.4em;
	margin:0px;
	display:inline;
	list-style-type: none;
	position:relative;
	top:60px;
}

#header ul li {
	display:inline;
	padding:3px 5px;
}

#header ul li a {
	text-decoration:none;
	color:#baa07b;
}

#header ul li a.currentpage {
 color:#444400;
}

#header ul li a:hover {
	color:#000000;
}

#header #headerLine {
	position:relative;
	top:50px;
	left:10px;
	width:650px;
	height:0px;
	border-bottom: solid 1px #000000;
}

html > body #header #headerLine {
	position:relative;
	top:63px;
	left:40px;
	width:650px;
	height:0px;
	border-bottom: solid 1px #000000;
}

#body {
	font-size:1.3em;
	width:650px;
	padding-left:50px;
	padidng-right:50px;
        padding-top:30px;
}

#body a {
        color:#e698b8;
        text-decoration:none;
}
#body a:hover {
        text-decoration:underline;
}

#body ul.circleBullet {
	list-style-image: url(images/bullet.gif);	
}

#footer {
	width:749px;
	height:73px;
	background-image: url(images/bodyFooter.gif);
	background-repeat: no-repeat;
}

.boldbrown {
color:#baa07b;
font-weight:bold;
}

.boldpink {
color:#000000;
font-weight:bold;
}

/* End of 'Making Memories' */

