BODY
{
	COLOR: #000; /* default text color */
	font-size: 10pt;
	font-family: tahoma;
	margin: 10px;
	background-color: #93809A;

}

/* General Settings */

H1
{
	FONT-FAMILY: tahoma;
	COLOR: #684375;
	font-size: 14pt;
	text-align: left;
}

H2
{
	FONT-FAMILY: tahoma;
	COLOR: #684375;
	font-size: 12pt;
	text-align: left;

}



a:link, a:visited {
	text-decoration: underline;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* End General Settings */


/* Begin Layout Settings */

.wrapper
{
	width: 1000px;
	border: solid 1px #000;
	display: block;
	background: url(images/body-bg.jpg) repeat-y;
	background-position: left top;
	text-align: left;
}

.header
{
	background: url(images/header.jpg) no-repeat;
	height: 274px;
}

.headerlink a:link, .headerlink a:visited
{
	width: 1000px;
	height: 274px;
	display: block;
	text-decoration: none;
}

.leftbar
{
	width: 175px;
	float: left;
	display: block;
}

.leftbar li, .leftbar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bodywrapper
{
	width: 800px;
	float: right;
	display: block;
}



.bodyinside
{
	padding-right: 10px;
	text-align: left;
}



.mainpagetable ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.mainpagetable li

{
background-image: url(images/crayon.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left: 20px;
}

.crafttable ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}




.footer
{
	display: block;
	clear: both;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
}


/* End Layout */

/* Begin Navigation */


#menu
{
	margin-top: 20px;
}

/* Define Main Navigation */

#menu ul li ul li a:link, #menu ul li ul li a:visited {
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	width: 175px;
	FONT-FAMILY: tahoma;
	font-size: 10pt;
	color: #000; /* text color */
	border-bottom: solid 0px #061348;
	display: block; /* makes it so you don't need br's between the buttons */
}

#menu ul li ul li a:hover {
	background-color: #734A6C;
	text-decoration: none;
	color: #fff;
}

#menu ul li ul li a:link span, #menu ul li ul li a:visited span {
	padding-left: 10px;
	display: block;
	padding-top: 6px;
}



/* End Navigation */







/* Define Google AdSense and Affiliate Links */

.skygads
{
float: left;
display: block;
width: 360px;
padding: 5px;
}

.mainbodytext ul 
{
list-style-position:inside;
}

.mainbodytext ol 
{
list-style-position:inside;
}

.footergads
{
text-align: center;
display: block;
padding-top:10px;
padding-bottom:10px;
clear:both;
}

.headergads
{
text-align: center;
display: block;
padding-top:10px;
padding-bottom:10px;
}


/* End Google AdSense and Affiliate Links */





@media print
{
.wrapper, .header, 
{
	width: 640px;
}
.leftbar
{
	display: none;
}
}
