HTML  {
	height: 100%;
	width: 100%;
}

BODY  {
	text-align: center;
	height: 100%;
	width: 100%;
	font-family: Verdana, sans-serif;
	color: #D6D6D6;
}

.bullet {
	list-style-image: url(image/bullet.png);
}

a:link { 
	color: #BBBBBB;
//	background-color: red;
	font-size: 22px;
//	border: 10px outset blue;
	font-family: Verdana, sans-serif;
	text-transform: propercase;
	text-decoration: none;
}

#footer a:link { 
	color: #BBBBBB;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	text-transform: propercase;
	text-decoration: none;
}

a:visited { 
	color: #FFFFFF;
//	background-color: red;
	font-size: 22px;
//	border: 10px outset blue;
	font-family: Verdana, sans-serif;
	text-transform: propercase;
	text-decoration: none;
}

#footer a:visited { 
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	text-transform: propercase;
	text-decoration: none;
}

a:hover{
	color: #BBBBBB;
//	background-color: red;
	font-size: 22px;
//	border: 2px inset #BBBBBB;
	font-family: Verdana, serif;
	text-transform: uppercase;
//	text-decoration: line-through;
//	letter-spacing: 3px;
//	word-spacing: 6px;
	font-weight: normal;
}

#footer a:hover{
	color: #BBBBBB;
	font-size: 14px;
	font-family: Verdana, serif;
	text-transform: uppercase;
	font-weight: normal;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#header {
        clear: both;
	position: absolute;
	top: 0px;
	}

#content {
	width: 100%;
	text-align: left;
	position: absolute;
	top: 200px;
	left: 100px;
	padding-bottom: 9em;
	}

#text {
	width: 75%;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	top: 200px;
	left: 100px;
	padding-bottom: 9em;
	}

#date {
	text-align: right;
}

#sidestar {
	width: 100px;
	float: left;
	top: 200px;
	left: 0px;
	}

#footer {
	position: relative;
	width: 90%;
	height: 150px;
	text-align: center;
	margin-top: -7.5em;
}

#footer ul {
	list-style-type:none; 
	position:absolute;
	font-size:14px;
}
#footer ul li {
	display:inline; 
	color:#BBBBBB;
}
#footer ul li:after 
	{
	content: url(image/bullet.png);
	}
#footer ul li:last-child:after 
	{
	content:"";
	}
	    
