body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}

#main {
width: 970px;
margin: 0px auto 30px auto;
}

.container {
width: 100%;
float: left;
}

.column {
float: left;
}

.clear {
clear: both;
}

#header {
margin: 20px 0px 0px 0px;
}

#content {
margin: 25px 0px 0px 0px;
}

#contentLeft {
width: 200px;
margin: 0px 25px 0px 0px;
}

#contentLeft #menuTop {
height: 74px;
}

#contentLeft #menuBody {
width: 178px;
margin: 0px 25px 0px 0px;
padding: 10px;
background-color: #e3d1e3;
border-style: solid;
border-width: 0px 1px;
border-color: #660066;
}

#contentLeft #menuBottom {
height: 12px;
}

#contentLeft .menuHeader {
font-weight: bold;
}

#contentLeft ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#contentLeft ul li {
padding: 5px 0px;
}

#contentLeft ul li a {
text-decoration: none;
color: #000000
}

#contentLeft ul li a:hover {
text-decoration: underline;
}

#contentRight {
width: 723px;
}

#contentRight #contentTop {
width: 735px;
height: 59px;
padding: 15px 0px 0px 10px;
background-image: url('/images/contentTop.png');
background-repeat: no-repeat;
}

#contentRight #contentTop h1 {
color: #ffffff;
font-family: Harrington;
font-weight: normal;
}

#contentRight h1 {
margin: 0px;
}

#contentRight #contentBody {
padding: 10px;
background-color: #d1e3e3;
border-width: 0px 1px;
border-style: solid;
border-color: #006666;
}


#awesomeAdminBar {
width: 100%;
height: 30px;
position: fixed;
bottom: 0px;
background-color: #c9c9c9;
text-align: left;
}

#awesomeAdminBarMenu {
width: 100px;
margin: 0px;
padding: 6px 10px 5px 10px;
position: fixed;
bottom: 0px;
right: 0px;
height: 19px;
background-color: #c9c9c9;
overflow: hidden;
list-style-type: none;
z-index: 0;
}

#awesomeAdminBarMenu:hover {
height: auto;
}

#awesomeAdminBarMenu li {
height: 30px;
}

#awesomeAdminBarMenu #heading {
font-weight: bold;
}

#awesomeAdminBarRSVP {
width: 30px;
height: 22px;
margin: 2px 0px 0px 2px;
padding: 2px 0px 0px 0px;
text-align: center;
border-style: solid;
border-width: 2px;
border-color: #999999;
}

#awesomeAdminBarRSVP a {
display: block;
}

#awesomeAdminBarRSVP #RSVPAlert a {
text-decoration: none;
color: #ff0000;
}

#awesomeAdminBarRSVP #RSVPAlert a:hover {
text-decoration: underline;
}

.galleryImage {
	width: 200px;
	height: 150px;
	margin: 10px;
	float: left;
	box-shadow: 2px 2px 5px #000000;
}

.galleryImage a {
	height: 145px;
	width: 190px;
	padding: 5px 10px 0 0;
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}

.guestbookMessage {
	padding: 0 50px;	
}

.guestbookMessage .topQuote {
	background-image: url('../images/topQuote.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.guestbookMessage .bottomQuote {
	background-image: url('../images/bottomQuote.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.quoteText {
	min-height: 50px;
	padding: 20px;
	text-align: center;
	font-size: 1.2em;
}

.quoteName {
	text-align: right;
	padding: 0 30px 0 0;
	font-family: Vivaldi, Arial;
	font-size: 1.8em;
}

.quoteSeparator {
	height: 21px;
	padding: 0 0 50px 0;
	background-image: url('../images/messageSeparator.png');
	background-repeat: no-repeat;
	background-position: center;
}

#guestbookName {
	width: 350px;
}

#guestbookMessage {
	width: 350px;
	height: 300px;
}
