body {
	background: repeat url(img/tile.png);
	font: 9px/17px Lucida Grande, Geneva, Helvetica;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #3c3c3c;
	text-decoration: none;
}

a:hover, a:active {
	color: #78ce88;
	text-decoration: underline;
}

img {
	border: 0;
}

.image-left {
	float: left;
	padding: 5px 11px 10px 0;
}

.image-right {
}

.clear {
	clear: both;
}

#wrapper {
	width: 590px;
	margin: 0px auto;
	position: relative;
	z-index: 100;
	top: 50px;
}

#gradient {
	background: repeat-x url(img/backgradient.png);
	position: absolute;
	top: 0;
	height: 363px;
	left: 0;
	display: block;
	width: 100%;
	z-index: 0;
	
}

html > body #gradient {
	width: 100%;
}


#top {
	background: no-repeat url(img/top.png);
	width: 584px;
	height: 59px;
	padding: 0;
}

#container {
	background: repeat-y url(img/middle.png);
	width: 584px;
}

#content {
	width: 580px;
	padding-left: 14px;
}

#maintext {
	width: 555px;
}

#footer {
	background: no-repeat url(img/footer.png);
	width: 584px;
	height: 17px;
	padding: 0;
}

#footext {
	color: #525558;
	font-size: 8px;
	text-align: right;
	padding-right: 16px;
}

#footext a {
	color: #525558;
}

.columnright {
	float: left;
	width: 265px;
	padding-left: 25px;
	text-align: justify;
}

.columnleft {
	width: 265px;
	text-align: justify;
	float: left;
	padding-left: 0px;
}