/* CraftingForFree.com */
/* authored by GilbertStudios */
/* all main styles - wrapper, mainPage, content, sidePics, footers */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #FFF;
	min-width: 750px;
	text-align: center;
}
a {
	color: #00008E;
	text-decoration: none;
}
a:hover {
	color: #8E0000;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 750px;
	_overflow: hidden;
	text-align: left;
}
h1 {
	margin: 15px 0 0 0;
	width: 750px;
	height: 100px;
	text-indent: -999em;
	font-size: 12px;
	background: url(../images/header.jpg) no-repeat;
}
h2 {
	width: 750px;
	height: 50px;
	text-indent: -999em;
	font-size: 12px;
	background: url(../images/h2.jpg) no-repeat;
}
#pgMike h2 {
	background: url(../images/h2-mike.jpg) no-repeat;
}
/*
      ************************************  mainPage  ***
*/
#mainPage {
	width: 750px;
	background: url(../images/bk-sideBorders.jpg) repeat-y;
}
#content {
	position: relative;
	display: inline;
	float: left;
	width: 440px;
	margin: 0 0 10px 20px;
}
p {
	margin: 5px 0px;
	line-height: 18px;
}
#saveTime {
	margin: 15px 0 10px 80px;
	width: 280px;
	height: 80px;
	text-indent: -999em;
	background: url(../images/saveTimeEffMon.jpg) no-repeat;
}
h3 {
	margin: 15px 0px;
	font-size: 17px;
	font-weight: bold;
}
#content ul, #content ol {
	margin: 10px 20px 10px 35px;
}
#content ul ul, #content ol ol {
	margin: 5px 5px 10px 35px;
}
#content ul li, #content ol li {
	margin: 5px;
}
#content ul li a, #content ol li a {
	text-decoration: underline;
}
.sm {
	font-size: 12px;
}
/*
      ************************************  sidePics  ***
*/
#sidePics {
	position: relative;
	display: inline;
	float: left;
	width: 260px;
	margin: 15px 0 0 20px;
}
#sidePics p {
	width: 260px;
	text-align: center;
}
#sidePics p#cj {
	margin-top: 90px;
	height: 230px;
	background: url(../images/pic-cj.jpg) no-repeat;
	text-indent: -999em;
}
.clear {
	clear: both;
}
/*
      ************************************  footer  ***
*/
#footer {
	width: 750px;
	text-align: center;
	font-size: 10px;
}
p#copy {
	width: 750px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: #000;
	color: #FFF;
}
/*
      ************************************  #pgThanks  ***
*/
#pgThanks #content {
	width: 480px;
	margin: 0 0 10px 100px;
}
/*
      ************************************  #pgIndex  ***
*/

ul#topics {
	display: inline;
	margin: 15px;
	float: left;
	list-style: none;
	width: 650px;
}
ul#topics  li {
	display: inline;
	padding: 15px 0;
	margin: 5px;
	float: left;
	width: 650px;
}
ul#topics  li img {
	margin: 0 15px;
	float: left;
	border: 1px solid #000000;
}
ul#topics img.right {
	float: right;
}


#content .adsenseBox {
	width: 728px;
	margin: 0 0 10px -10px;
}