body
{
	margin: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #1a0000;
	color: White;
	padding: 0 20px;
	font-family: "Segoe UI", Verdana, Sans-Serif;
}
div
{
	/*border: 1px solid green;*/
}



div#spaceAtTop
{	height: 20px; font-size: 1px;	}
div#containAll
{
	text-align: center;
	/*border: 1px solid blue;*/
}




/*********************************/
/*        Header  styles         */
/*********************************/

div#belowheader
{ height: 20px; font-size: 1px;	}


div#headerDiv
{
	text-align: center;
	background-image: url(images/header.gif);
	height: 150px;
	width: 650px;
}




/*********************************/
/*        Toolbar styles         */
/*********************************/

div#toolbar
{
	height: 30px;
	width: 650px;
	text-align: center;
}
table#tbltoolbar
{
	height: 30px;
	width: 650px;
}
td#tlbleft
{
	height: 30px;
	width: 10px;
	background-image: url(images/toolbar1.gif);
}
td#tlbright
{
	height: 30px;
	width: 10px;
	background-image: url(images/toolbar3.gif);
}
td.tlbbtn
{
	width: 106px;
	/*border: 1px solid yellow;*/
	background-image: url(images/toolbar2.gif);
	text-align: center;
}
a.tlbbtn
{
	color: #FEC18C;
	text-decoration: none;
	font-size: smaller;
}
a.tlbbtn:hover
{
	color: White;
	text-decoration: underline;
	font-size: smaller;
}



div#belowToolbar
{ height: 10px; font-size: 1px;	}



/*********************************/
/*    Content holder styles      */
/*********************************/
div#contentTop
{
	font-size: 1px;
	width: 650px;
	height: 19px;
	background-image: url(images/contenttop.gif);
}
div#content
{
	width: 650px;
	min-height: 600px;
	background-image: url(images/contentbg.gif);
}
div#contentBottom
{
	font-size: 1px;
	width: 650px;
	height: 15px;
	background-image: url(images/contentBottom.gif);
}
div#spacingBottom
{
	height: 30px;
}
div#contenttext
{
	text-align: left;
	margin-left: 15px;
}
h4.mainh4
{
	border-bottom: 1px solid #451500;
	margin-right: 40px;
	margin-bottom: 4px;
	margin-top: 30px;
	padding-left: 20px;
	background-image: url(images/mainbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
p.mainitems
{
	font-size: smaller;
	margin-top: 0px;
	margin-left: 27px;
}
h3
{
	margin-top: 60px;
}
img.itemthumb
{
	float:left;
	margin-right: 5px;
}
ol.proglist
{
	font-size: 85%;
}


/*********************************/
/*       Sidebar styles          */
/*********************************/

div#sidebarholder
{
	float: right;
	width: 235px;
	background-color: #FEC18C;
	margin: 0 10px 20px 0;
	padding: 0;
	border: 0;
}
div.sidebartop
{
	font-size: 1px;
	width: 235px;
	height: 10px;
	background-color: #FEC18C;
	background-image: url(images/sidebartop.gif);
	margin: 0 0 0 0;
}
div.sidebarcontent
{
	width: 235px;
	height: 500px;
	background-color: #FEC18C;
	background-image: url(images/sidebarbg.gif);
	margin: 0 0 0 0;
	color: #451500;
	text-align: left;
	font-size: smaller;
	padding-left: 12px;
}
#sidebarholder > div.sidebarcontent {width: 223px;}
div.sidebarbottom
{
	font-size: 1px;
	width: 235px;
	height: 10px;
	background-color: #FEC18C;
	background-image: url(images/sidebarbottom.gif);
	margin: 0 0 0 0;
}
h4
{
	border-bottom: 1px solid #451500;
	margin-right: 40px;
	margin-bottom: 4px;
	padding-left: 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
p.sidebaritems
{
	margin-top: 0px;
	margin-left: 27px;
}
p.sidebarnavitems
{
	margin-top: 0px;
	margin-left: 10px;
}
a{ color: #451500; text-decoration: none;}
a:hover{ color: #451500; text-decoration: underline;}
img.linkimg{ border: 0px solid #FEC18C;}


/*********************************/
/*      Bottombar styles         */
/*********************************/
div#bottombar
{
	margin-left: 10px;
	width: 610px;
	height: 30px;
}
table#tblbottombar{
	width: 610px;
	height: 30px;
}
td#bbrleft
{
	height: 30px;
	width: 10px;
	background-image: url(images/bottombarleft.gif);
}
td#bbrright
{
	height: 30px;
	width: 10px;
	background-image: url(images/bottombarright.gif);
}
td.bbritem
{
	width: 106px;
	background-color: #540A01;
	text-align: center;
}
td.bbrfree
{
	background-color: #540A01;
	color: #FEC18C;
	font-size: smaller;
	text-align: right;
}
td.bbrseperator
{
	width: 5px;
	background-color: #540A01;
}


/************************************/
/*        Joke Links Style          */
/************************************/
a.jokelinks
{
	font-size: smaller;
	text-decoration: none;
	padding: 0.6em 1.6em;
	background-color: #FEC18C;
	border: 1px solid #FEC18C;
}
a.jokelinks:hover
{
	background-color: #FFE1AC;
	font-size: smaller;
	text-decoration: none;
	border: 1px solid black;
}
	