body {
	margin: 0; 
	padding: 0; 
	font: 14px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-position: center;
/*	background-repeat: repeat-none; */
/*	background: #CFD1AC; */
}


#logoblok {
	height: 80px;
	padding-left: 10;   
	background-color: #CCC;
}

/*
a {
    text-decoration: none;
}
*/

/* 8/21/09: from private-home --- why 'html body' here????????? isn't everything? */

/* #html body a:hover */
#hometext a:hover
{
    color: rgb(0, 0, 0);
    background-color: rgb(244, 242, 228); 
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(154, 142, 81);
}

#extratext a:hover
{
    color: rgb(0, 0, 0);
    background-color: rgb(244, 242, 228); 
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(154, 142, 81);
}

#leftside {

}

a:link, a:visited
{
    color: rgb(85, 85, 85);
    background-color: #EEEEEE; 
    border-bottom-width: 1px;
    border-top-color: rgb(92, 129, 21);
    border-right-color: rgb(92, 129, 21);
    border-bottom-color: rgb(92, 129, 21);
    border-left-color: rgb(92, 129, 21);
}



#banners {

	padding-top: 5;   
	width:250px;
	height:300;
	text-align: center;

/*	background-color: #00FFBF;		/* just testing */
}

#bblok {
	float: right;
/*	background-color: #00FFBF;		/* just testing */
/*	margin: 10px; */
}

#contblok {
	width:600px;
	text-align: right;
/*	background-color: #00FFBF;		/* just testing */
}
#hometext {
	padding-top:40px;
	padding-left:20px;
	width:300px;
	text-align: right;
/*	background-color: #00CCBF;		/* just testing */
}

#extratext {
	font: 12px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666666;

	padding-top:20px;

	padding-left:20px;

	width:300px;
	text-align: right;
/*	background-color: #00CCBF;		/* just testing */
}


