* {
	margin: 0em;
	padding: 0em;
	font-family: Helvetica, Arial, sans-serif;
	}

body {
	background-color: #6dd0f7;
	background-image: url("/images/bg-hill.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	text-align: center;
}

a img {
	border: none;
	}

h2 {
	font-size: 13px;
	font-weight: normal;
	background-color: #fff;
	border: solid 2px #66c2e6;
	width: 300px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	}

h4 {
	padding-left: 15px;
	padding-right: 15px;	
	}

#page {
	background-image: url("/images/birds.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	min-height: 400px;
	}

input, textarea {
	border: solid 1px #6dcff6;
	}

input.textfield {
	font-size: 20px;
	padding: 5px;
	text-align: center;
	}

.imagebutton {
	border: 0px;
	}

div.postcloud {
	background-image: url("/images/frame-middle.png");
	background-repeat: repeat-y;
	margin-top: 20px;
	}

div.postcloud p {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	}
	
.postinfo {
	background-image: url("/images/frame-top.png");
	background-repeat: no-repeat;
	padding-top: 20px;
	}

#charcount {
	font-family: "Times New Roman", serif;
	font-size: 40px;
	display: block;
	float: left;
	width: 2em;
	color: #6dd0f7;
	}	

p.postfoot {
	background-image: url("/images/frame-bottom.png");
	background-repeat: no-repeat;
	background-position: bottom;
	}

p.errormessage {
	color: #f00;
	}

.menu {
	background-color: #fff;
	border-bottom: #66c2e6 solid 2px;
	padding: 3px;
	text-align: right;
	margin-bottom: 10px;
	}

.menu a {
	text-decoration: none;
	color: #000;
	}

.menu a:visited {
	color: #aaa;
	}

.menu a:hover {
	color: #66c2e6;
	}	
