/* CSS Document */
body {
	/*background-color: #ddddee;
	background-color: #99bb99;*/
	background: url("../img/bg-grad.png") repeat-x scroll 0 0 transparent;
	font-family: "Comic Sans MS";
	margin: 0px 0px 0px 0px;
	padding: 20px;
}

li {
	margin-top: 10px
}

#container {
	width: 800px;
	margin: 0px auto 0px auto;
	border: 2px solid #2e0915;
	background-color: #F5F5F5;/*#F5FFBE;*/
}

.bodyText {
	font-size: 12px;
}

.footerText, #sponsor {
	font-family: "Trebuchet MS";
	font-size: 10px;
}

.header {
	font-size:18px;
}

h2.helpHeader {
	font-weight: bold;
	font-size: 14px;
}

table.post {
	width: 800px;
}

td.post {
	width:300px;
}

#timestamp {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

#contentText {
	text-align: justify;
	font-size: 14px;
}

#sponsor, #contentText {
	margin: 10px;
}

a:link, a:visited, a{
	color: #00B2EB; /*0065B8;*/
	text-decoration: none;
}
a:hover {
	color: #4C0019;
	text-decoration: underline;
}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
