/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFB0B0 url(images/img2.gif) repeat-x;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	color: #df0a43;
}

a {
	color: #F85555;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 650px;
	height: 130px;
	margin: 0 auto;
	padding: 10px 0px 10px 190px;
}

#header * {
	text-align: center;
	text-decoration: none;
}

#header h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: right;
	width: 650px;
	height: 650px;
	padding: 0px 0px 0px 0px;
	background: url(images/pagebox.png);
}

#scroll {
	overflow: auto;
	height: 517px;
	padding: 15px;
	width: 510px;
	margin-top: 50px;
	margin-left: 50px;
}

#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: #df0a43;
}

#colTwo h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1em;
}

#colTwo h2 a {
	display: block;
	padding: 3px 2px;
	text-decoration: none;
	background-image: url(images/menuback.png);
}

#colTwob h2 a {
	display: block;
	padding: 4px 2px;
	text-decoration: none;
	background-image: url(images/img2.png);
}
#colTwo form {
	margin: 0;
	padding: 10px;
}

#textfield1 {
	width: 150px;
}

#submit1 {
	display: none;
}

/* Footer */

#footer {
	width: 550px;
	margin: 0 auto;
	padding: 0 0 0 200px;
}

#footer * {
	text-align: center;
	font-size: xx-small;

}

