body {
	margin: 0;
	padding: 0;
	background: #C1A14A url(images/img1.jpg) repeat-y center top;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8b7230;
}

h1, h2, h3, h4, h5, h6, form {
	margin:10px 0 20px 0;
	padding:0;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
	padding-top:30px;
}

/* Column One */

#colOne {
	float: left;
	width: 470px;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li a {
	padding-left: 15px;
	background: url(images/img5.jpg) no-repeat left center;
	border: none;
}
.newstitle {
	font-weight:bold;
	margin-bottom:10px;
}
.newstext {
	margin-bottom:10px;
	text-indent:10px;
}
.newslink {
	text-align:right;
	margin-bottom:30px;
}
/* Footer */

#footer {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 5em 0;
	font-size: xx-small;
}
.clear {
	clear:both;
}