/* tucussa #9C2A00 #8B8636 #89AB61 #D3D2B6 #FEEFD0 */

div#entire-page
{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}

/* main area of page. below head, beside sidebar */
div#content
{
	float:left;
	margin-right: 3px;
	padding-left:10px;
	padding-right:10px;
	height:600px;
	width:620px;
	 /*margin-right:-300px; same as right-col wodth*/
	background-color:#ECF5FF; /* pale blue */
}

BODY
{
	font-family: "Segoe UI", Verdana, Arial, Helvetica, "sans-serif";
	font-size: 13px;
	color: #000000;
/*
	background-color:#E7E7E7; / * pale gray */
/*	text-align:center;*/
}

H1
{
	font-family: "Segoe UI" , Verdana, Arial, Helvetica, "sans-serif";
	font-size: 28px;
	font-weight: normal;
	color: White;
/*	 background-color:Background;
	background-image: "url('file:///C:/SE/homepage/images/header_background.jpg')";*/
}

H3 
{
	font-size: 16px;
	font-weight:bold;
	color: White;
	background-color:#A7A7A7;
	margin-bottom:0px;
}

H4
{
	font-size: 14px;
	font-variant:small-caps;
	color: #000099
}

div#advertizing
{
/*	margin:3px; */
	width:160px;
	float:left;
}

a:link
{
	font-size: 14px;
	color: #2210FC; /* mid blue */
	/*font-weight:bold; */
	text-decoration: none 
}

a:visited
{
	font-size: 14px;
	color: #2210FC; /* mid blue */
/*	font-weight:bold; */
	text-decoration: none 
}

td
{
	font-size: 14
}

div#recent_changes
{
    background-color:#D0D0D0; /* gray */
    height:320px;
    overflow:auto;
    text-align:left;
}

div#rss_feed
{
    background-color:#ECF5FF; /* pale blue */
}

div#nav-top
{
	color: White;
}

div#nav-top a:link
{
	color: white;
}

div#nav-top a:visited
{
	color: white;
}

div#nav-top a:hover
{
	color:Yellow;
}

div#nav-bottom
{
	color: Black;
}

div#nav-bottom a:link
{
	color: black;
}

div#nav-bottom a:visited
{
	color: black;
}

div#nav-bottom a:hover
{
	color:Red;
}

