

body {
	margin: 0;
	padding: 0;
	color: #FFCC99;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	background-color: #000000;
	background-image: url(blossoms.png);
	background-repeat: no-repeat;
	background-position: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FF9999;
	font-weight: 600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #F85555;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 595px;
	height: 200px;
	margin: 0 auto;
	padding: 75px 0 0 200px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left;
}

#header * {
	text-align: center;
	text-decoration: none;
}

#header h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: right;
	width: 440px;
	height: 400px;
	padding: 65px 48px 85px 62px;
	background: url();
}

#scroll {
	overflow: auto;
	height: 360px;
	padding: 20px;
}

#colOne .post {
	margin-bottom: 1em;
	border-bottom: 1px dashed #F2B8B8;
}

#colOne .title {
}

#colOne .posted, #colOne .meta {
	font-size: .8em;
}

/* Column Two */

#colTwo {
	float: left;
	width: 180px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li ul {
	padding: 10px;
}

#colTwo .fold ul {
	display: none;
}

/* For latest browser version only
#colTwo .fold:hover ul {
	display: block;
}
*/

#colTwo li a {
	color: #CC99FF;
	text-decoration: none;
}

#colTwo li a:hover {text-decoration: line-through}
#colTwo h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1em;
}

#colTwo h2 a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	background: #F18585;
	color: #FFFFFF;
}

#colTwo form {
	margin: 0;
	padding: 10px;
}

#textfield1 {
	width: 150px;
}

#submit1 {
	display: none;
}

/* Footer */

#footer {
	width: 550px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 200px;
}

#footer * {
	text-align: center;
	font-size: xx-small;
	color: #FFFFFF;
}