html, body {
	margin: 0px;
	padding: 0;
}

a {
	color: #85A68A;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

body {
	background: url('images/background_bottom.jpg') repeat-x bottom fixed;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

div.event {
	background: black url('images/bg_birthday_3rd.jpg') no-repeat left bottom;
	padding: 5px 10px 0px 175px;
	margin-top: 10px;
	color: white;
	height: 246px
}

div.top {
	width: 750px;
	height: 70px;
	text-align: center;
	padding-top: 15px
}

div.main {
	width: 750px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px
}

p.copyright {
	text-align: center;
	font-size: 60%;
	font-family: verdana, sans-serif;
}

table {
	border-collapse: collapse
}

td {
	padding: 0px;
	font-family: verdana;
	font-size: 80%;
	text-align: justify
}
td.text_body {
	padding: 0px 15px 10px 15px;
	width: 375px;
	vertical-align: top
}

tr.table_body {
	background: url('images/table_background.gif') repeat-y
}

#contact {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 15px
}
#contact li {
	padding-left: 30px;
	line-height: 20px;
	margin-bottom: 3px
}
#contact li.email {
	background: url('images/icon_email.gif') no-repeat top left
}
#contact li.facebook {
	background: url('images/icon_facebook.gif') no-repeat top left
}
#contact li.telephone {
	background: url('images/icon_telephone.gif') no-repeat top left
}