body {
	margin: 0px;
	padding: 0px;
	background-color: #ffdfea;
	background-image: url(headertile.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	font-size: 1px;
	clear: both;
	height: 1px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 822px;
	padding-bottom: 25px;
}
#header {
}
#logo {
	display: block;
	float: left;
	padding-top: 26px;
	padding-left: 29px;
	padding-bottom: 15px;
}
#headerright {
	float: right;
	background-image: url(ribbon.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 55px;
	padding-top: 38px;
	line-height: 17px;
	font-weight: bold;
	padding-right: 29px;
}
#headerright a {
	color: #727272;
	text-decoration: none;
}
#headerright a:hover {
	color: #FF73A4;
	text-decoration: none;
}
#content {
	border: 2px solid #ff72a5;
	background-color: #FFFFFF;
	padding-right: 29px;
	padding-left: 29px;
	padding-top: 25px;
}
#content p {
	text-align: justify;
	line-height: 16px;
	padding-bottom: 18px;
}
#content a {
	text-decoration: underline;
	color: #4f4f4f;
}
#content a:hover {
	text-decoration: none;
}

#content ul {
	padding-bottom: 18px;
	line-height: 16px;
	padding-left: 15px;
	list-style-position: outside;
}
#content ol {
	padding-bottom: 18px;
	line-height: 16px;
	padding-left: 15px;
	list-style-position: outside;
}
#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ff72a5;
	line-height: 19px;
	padding-bottom: 12px;
}


#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ff72a5;
	line-height: 18px;
	padding-bottom: 14px;
}
#bottom_btn {
	background-image: url(ribbon_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-bottom: 5px;
}
#bottom_btn img {
	margin-bottom: 17px;
}
.post {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE8E8;
	margin-bottom: 12px;
}
#content h3 a {
	color: #ff72a5;
	text-decoration: none;
}
#content h3 a:hover {
	text-decoration: underline;
}
#comment {
	width: 500px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	height: 130px;
	color: #4f4f4f;
	border: 1px solid #E2E2E2;
}
#author {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #4f4f4f;
	width: 250px;
	border: 1px solid #E2E2E2;
}
#email {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #4f4f4f;
	width: 250px;
	border: 1px solid #E2E2E2;
}
#url {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #4f4f4f;
	width: 250px;
	border: 1px solid #E2E2E2;
}
.navigation {
	height: 35px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
