@charset "utf-8";

/* CSS Document */

body {

	background:#FFF;

	margin:0px 0px 0px 0px;

}

*{

	font-family:Garamond, Arial, sans-serif;

	font-size:12px;

	color:#6D6E71;

}

a {

	color:#C7265A;

	font-weight:bolder;

	text-decoration:none;

}

.red {

	color:#C7265A;

	font-weight:bolder;

}

a img {

	border-style: none;

}

.header {

	background-color:#FFF;

}

.red-dots {

	background-image:url(images/dotted.jpg);

}

.gray-header {

	background-image:url(images/memoir-top.jpg);

	height:10px;

}

.body-border {

	border:#6C9094 solid 1px;

}

.body {

	background:url(images/memoir-background.jpg) #e6e7e8 bottom right no-repeat;

	height:550px;

}

.body-main {

	background-color:#FFF;

}

.main-text {

	padding-top:15px;	

}

.main-text-p {

	padding-left:15px;

	padding-right:15px;

}

.main-left {

	background:url(images/left.png) repeat-y;

	width:7px;

}

.top {

	background:url(images/top2.png) repeat-y center;

}

.main-right {

	background:url(images/right.png) repeat-y;

	width:7px;

}

.buttons {

	padding-left:50px;

	padding-top:50px;

}

.footer {

	padding-left:50px;
	padding-bottom:20px;
	color:#6C9094;

	font-style:italic;

	font-size:10px;

}

h1 {

	font-size:19px;

	font-weight:bolder;

	margin:0px 0px 0px 0px;

	padding:0px 0px 0px 0px;

}

.gallery {

	padding-bottom:15px;

}

dd{

	margin-left:15px;

}