a {
	color: #990066;
}
a:hover {
	color: #ff0066;
	text-decoration: none;
}
#header a {
	font-size: 3em;
	font-weight: bold;
	text-align: right;
	color: #ffbfc4;
	line-height: 1.1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px;
	height: 144px;
	width: 440px;
	text-decoration: none;
	float: left;
	letter-spacing: .5em;
	background: url(../images/common/logo.jpg) no-repeat left top;
	padding-top: 10px;
}

#header p {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	color: #ffdfda;
	letter-spacing: .4em;
	word-spacing: .4em;
	line-height: 1.5em;
	padding: 0px;
}
#date  {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	color: #fff;
	letter-spacing: .2em;
	word-spacing: .2em;
	padding-top: 2em;
}
.intro {
	text-align: right;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1   {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 3.3em;
	padding-bottom: .4em;
	text-align: right;
	font-style: italic;
	line-height: 1.2em;
	color: #848d7a;
}
h2  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	padding-bottom: 0.4em;
	line-height: 1em;
	text-align: right;
	font-weight: bold;
	padding-top: .3em;
}
h3 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.75em;
	padding-bottom: .4em;
	padding-top: 1em;
}
h4 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	padding-bottom: .4em;
	padding-top: 1em;
}


p  {
	margin: 0;
	padding-bottom: .6em;
	padding-top: .6em;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

	
#buttons ul {
	margin-right: auto;
	margin-left: auto;

}

#buttons ul li {
	display: inline;
	height: 50px;
}
#buttons a {
	background: #c4b3bd;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-right: 5px;
	letter-spacing: .2em;
	border: 1px solid #5c6154;
}
#buttons a:hover {
	background: #ffbfc4;
	text-decoration: none;
	color: #3f658c;

}
#footer p  {
	margin: 0;
	color: #fff;
	text-align: center;
	letter-spacing: .3em;
	word-spacing: .3em;
	padding-bottom: 15px;
	font-size: 1em;
}

#footer a {
	color: #990066;
	font-size: 1.1em;
}
#footer a:hover {
	color: #fff;
	font-size: 1.2em;
}

blockquote {
	font-weight: bold;
	background: #ecd8e3;
	text-align: center;
	border: 2px solid #fff;
	margin: 15px 0px 15px 25px;
	padding: 15px 20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.figureTop {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
}

.figureTop img{
	border: 2px solid #fff;
	padding: 10px;
}
.figureTop p {
	font-size: 90%;
	text-align: center;
	background: #fff;
	padding: 5px;
	font-weight: bold;
	margin: 5px 0px 0px;
}

.figureLeft {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 25px;
}
.figureLeft img {
	border: 2px solid #fff;
	padding: 10px;
}
.figureLeft p {
	font-size: 90%;
	text-align: center;
	background: #fff;
	padding: 5px;
	font-weight: bold;
	margin: 5px 0px 0px;
}

.figureRight {
	float: right;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 25px;
}

.figureRight img {
	border: 2px solid #fff;
	padding: 10px;
}
.figureRight p {
	font-size: 90%;
	text-align: center;
	background: #fff;
	padding: 5px;
	font-weight: bold;
	margin: 5px 0px 0px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.fltctr {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

