body {
	margin: 0;
	padding: 0;
	background: #bcab77;
	min-width: 1000px;
	font-size: 11px;
	font-family: Tahoma;
	color: #4c4c4c;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}

h1, h2, h3 {
	margin-top: 0px;
	padding-top; 0px;
}

.page {
	width: 980px;
}

#header {
	background: transparent url(images/head-bg.jpg) no-repeat;
	background-position: center top;
}

#header img {
	margin-top: 98px;
}

#cells {
	width: 890px;
	margin-top: 20px;
}

#cells tr td {
	background: transparent url(images/cell-bg.jpg) no-repeat;
	background-position: center top;
	text-align: center;
	width: 290px;
	height: 162px;
		font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
}

#cells tr td a {
/*	color: #fca026;*/
        color: #0000ff;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

#celltext {
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	margin-left: 5px;
	color: #fca026;
        color: #0000ff;
}

#celltext a {
/*	color: #fca026;*/
        color: #0000ff;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

#cells tr td a:hover {
	text-decoration: underline;
}

#content {
	width: 883px;
	margin-top: 20px;
	margin-left: 48px;
}

#text {
	width: 873px;
	background: #e2e5e6;
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

#text p {
	margin: 0;
	padding: 0;
}


#copyright {
	padding-left: 48px;
	padding-top: 20px;
	font-family: Tahoma;
	font-size: 12px;
}
