/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-left: 20px;
	padding: 0;
	background: #FFB0B0 url(quadrangleimg1.gif?openimageresource) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #797272;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #F78080;
}

a {
	color: #F85555;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 850px;
	height: 150px;
	margin: 0;
	padding: 35px 0 0 0;
}

#header * {
	text-align: center;
	text-decoration: none;
}

#header h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

/* Content */

#content {
	width: 850px;
	padding-top: 20px;

}

/* Column One */

#colOne {
	float: right;
	width: 630px;
}

#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: 200px;
	line-height: 150%;
}

#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: #F18585;
}

#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: 850px;
	margin: 0;
	padding: 0;
}

#footerpara {
	font-weight: bold;
}

#footer * {
	text-align: center;
	font-size: small;
	/* color: #FFFFFF */;
}

#footerpara .testimonials, #footerpara .testimonials a {
	font-weight: normal;
	text-decoration: none;
	color: #797272;
}

#footerpara .copyright, #footerpara .copyright a {
	color: #797272;
	font-weight: normal;
}