* {
	margin: 0px;
	padding: 0px;
}

html {
overflow: auto;
}

body {
	background-color: #7CD9FA;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

img {
	border: none;
}

#parentBody {
	width: 1024px;
	margin: 0px auto 0px auto;
}

.header {
	padding-top: 48px;
	text-align: center;
}

.content {
	text-align: center;
	margin-top: 25px;
}

.intro {
	margin-left: 0px;
}

.actions {
	margin-left: 303px;
	margin-bottom: 20px;
	font-family: "Myriad Pro", "Lucida Sans", Arial;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
}

.actions a {
	color: #fff;
	text-decoration: none;
}
.actions a:hover {
	color: #5F370C;
	text-decoration:none;
}

.small {
	font-family: "Myriad Pro", "Lucida Sans", Arial;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
}

.twitter {
	width: 422px;
	height: 53px;
	background-image: url(images/twitter.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 5px;
}

.mailme {
	width: 422px;
	height: 59px;
	background-image: url(images/mailme.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
}

.facebook {
	width: 422px;
	height: 59px;
	padding-top: 15px;
	background-image: url(images/facebook.jpg);
	background-repeat: no-repeat;
}

.tea {
	width: 422px;
	height: 59px;
	padding-top: 15px;
	background-image: url(images/tea.jpg);
	background-repeat: no-repeat;
}

.footer {
	text-align: center;
	margin-left: 0px;
	color: #3c9dc3;
	margin-bottom: 10px;
}

.footer p {
	color: #3c9dc3;
	font-family: "Bookman Old Style", Helvetica, "Arial Black";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
}

.footer p a {
	color:#5F370C;
	font-family: "Bookman Old Style", Helvetica, "Arial Black";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}