body
 {
	margin:50px 0px;
	padding:0px;
	text-align:center;
	font-size:8pt;
	background-image: url(gradient1.gif);
	background-repeat: repeat-x;
	font-family: Arial, Times New Roman, Sans-Serif;
}

a
{
	color: #44579d;
}
a:link
{
	color: #44579D;
}
a:visited
{
	color:Gray;
}
a:hover
{
	color: Red;
}
a:active
{
	color: Blue;
}

.heading
{
	font-size: 12pt;
	font-weight: bold;
	color: Black;
}

.subject
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	color: Black;
	background-color: lightgrey;
	border: 1px black solid;
}

.blog_entry
{
	font-size: 10pt;
	margin-bottom: 20px;
}

.comments
{
	margin-top: 5px;
}

.tagline
{
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 3px;
}

.tagline a
{
	color: #44579d;
}
.tagline a:link
{
	color: #44579D;
}
.tagline a:visited
{
	color: #44579D;
}
.tagline a:hover
{
	color: Red;
}
.tagline a:active
{
	color: Blue;
}

#container
{
	margin: 125px auto 0 auto; /* 125px top margin */
	width: 768px; /* width works well 4 800x600 & 1024x768 */
	text-align:left;
}

#rightSide
{
	float: right;
	width: 150px;
	margin-bottom: 10px;
	border: 1px black solid;
	background-color: lightgrey;
	padding: 5px;
	color: white;
}
#leftSide
{
	margin-right: 0px;
	width: 583px;
	text-align: left;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	color: #333333;
}

#footer
{
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	width: 756px;
	text-align:left;
	padding: 5px;
	border:1px solid #333;
	background-color:white;
}

#top
{
	position: absolute;
	top: 30px;
	width: 766px;
	height: 65px;
	margin: 0 auto;
	text-align:left;
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 20px;
	border:1px solid #333;
	background-image: url(gradient2.gif);
	color: White;
}

#Forum
{
	position: absolute;
	left: 600px;
	top: 35px;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	color: white;
}

#Forum a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#Forum a:hover
{
	background-color: white;
}

