*
{
        font-size: 10pt;
        font-family: sans-serif;
        white-space: normal; 
}

body
{
	color: black;
	margin: 0px;
	padding: 0px;
	background: url("/images/diowitchgrassnightbg.jpg") white no-repeat 0px;
	background-position: top left;
}

#smaller
{
        font-size: smaller;
}

#heading
{
        font-size: larger;
        font-weight: bolder;
        color: #000033;
        display: inline;
        background: url("/images/heading.png") white no-repeat 0px;
        background-position: bottom left;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 5px 0px;
}

a:link
{
        color: #6666ff;
        text-decoration: none;
}
a:visited
{
        color: #660000;
        text-decoration: none;
}
a:active
{
        color: #660000;
        text-decoration: none;
}
a:hover
{
        color: #330066;
        text-decoration: underline;
}

.whitelink:link
{
        color: white;
        text-decoration: none;
}
.whitelink:visited
{
        color: white;
        text-decoration: underline;
}
.whitelink:active
{
        color: #cccccc;
        text-decoration: none;
}
.whitelink:hover
{
        color: #888888;
        text-decoration: underline;
}

#navbox
{
	width: 400px;
	padding: 10px;
	margin-top: 80px;
	margin-left: 350px;
	background: none;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
}

#thecontent
{
	padding: 10px;
	margin-top: 20px;
	margin-left: 200px;
	width: 540px;
	background: white;
	float: left;
}

#blognav
{
	margin: 5px;
	padding: 5px;
	border-top: 1px solid #aaaaee;
	text-align: center;
}

#fpbox
{
  margin-top: 210px;
  margin-left: 360px;
  padding: 10px;
  background-color: white;
  width: 360px;
  display: block;
	text-align: justify;
}

