body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #004;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	color: white;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	color: #004;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 18pt;
	margin-bottom: 20px;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #444;
}

#wrapper {
	position: relative;
	width: 770px;
	background-color: white;
	margin: 5px auto;
	padding: 0;
	text-align: left;
	color: #444;
}

#header {
	position: relative;
	height: 160px;
}

#header h1 {
	position: absolute;
	top: 45px;
	left: 135px;
}
#header img {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 100px;
}

#header a.login:link, #header a.login:visited {
	display: block;
	padding: 3px 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ccf;
	font-size: 8pt;
}

#header a.login:hover {
	background-color: #cce;
	color: #004;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 120px;
	height: 28px;
	width: 730px;
	background-color: #004;
	margin: 0 5px;
	padding: 0 0 0 30px;
	z-index: 95;
}
	
#navigation a:link, #navigation a:visited {
 	display: block;
	float: left;
	margin: 0 -1px 0 0;
	padding: 6px 10px;
	background-color: #004;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #004;
	border-right: 1px solid #444;	
	border-bottom: 1px solid #004;
	border-left: 1px solid #444;
	font-size: 9pt;
}

#navigation a:hover {
	color: #006;
	background-color: #ff6;
}

#navigation a.current:link, #navigation a.current:visited {
	background-color: white;
	border-bottom: 1px solid white;
	color: #004;
}

#footer {
	position: relative;
	clear: both;
	border-top: 1px solid #006;
	color: #777;
	font-size: 8pt;
	height: 65px;
	margin: 10px 0 0 0;
}

#footer #footernav {
	position: absolute;
	top: 15px;
	left: 25px;
	color: #777;
	margin: 0;
	padding: 0;
}

#footernav a:link, #footernav a:visited {
	color: #777;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
}

#footernav a:hover {
	background-color: #777;
	color: white;
}

#footer #copyright {
	position: absolute;
	top: 32px;
	left: 30px;
	color: #777;
	margin: 0;
	padding: 0;
}

#center {
	display: table-row;
	width: 100%;
}

#content {
	display: table-cell;
	position: relative;
	margin: 0;
	width: 460px;
	padding: 20px 10px 10px 30px;
	border-right: 1px solid #ccf;
}

#content a.eventphoto {
	float: left;
	margin: 0 10px 10px 0;
}

#content div.event {
	clear: left;
	border-top: 1px solid #444;
	margin: 20px 0;
	padding: 10px 0;
}

#content p {
	margin: 10px 30px 10px 0;
}

#content p.package {
	color: #666;
}

#right {
	display: table-cell;
	margin: 0;
	width: 220px;
	margin: 0;
	padding: 10px 30px 25px 20px;
}

#right h3 {
	font-size: 10pt;
	margin: 10px 0 5px 0;
}

#right h4 {
	font-size: 9pt;
	color: #444;
	font-weight: normal;
	font-style: italic;
}

#right div.event {
	clear: left;
	margin-top: 20px;
	border-top: 1px solid #444;
}

#right div.event img {
	float: left;
	margin: 10px 7px 10px 0;
	clear: left;
}

#right div.event a.details:link, #right div.event a.details:visited {
	font-size: 8pt;
	text-decoration: none;
	clear: left;
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
}

#right p {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.45em;
}

#right p.date {
	font-style: italic;
	color: #004;
}

#content p.end {
	height: 200px;
}

.delete {
	color: red;
	font-weight: bold;
}
