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

body
{
	color: black;
	margin: 0px;
	padding: 0px;
	background: url("/images/blackmageback2.jpg") white no-repeat 0px;
	background-position: 10px 10px;
	background-attachment: fixed;
}

#smaller
{
        font-size: smaller;
}

#masthead
{
				margin-top: 10px; 
				padding: 0px;
				padding-top: 10px;
				border-top: 2px solid #dddddd;
				font-size: 56pt;
				font-weight: normal;
				color: #cccccc;
				font-family: 'VT323', sans-serif;
}

#heading
{
				font-size: larger;
				font-weight: normal;
				color: #888888;
				font-family: "Verdana", sans-serif;
}

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
{
	padding: 10px;
	margin-top: 10px;
	margin-left: 360px;
	background: none;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

#thecontent
{
	padding: 10px;
	margin-top: 0px;
	margin-left: 360px;
	width: 500px;
	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;
}


