/* CraftingForFree.com */
/* authored by GilbertStudios */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 20px 0;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 15px;
	font-weight: normal;
}
p {
	margin: 5px 10px;
	line-height: 18px;
}
ul, ol {
	margin: 10px 20px 10px 35px;
}
ul ul, ol ol {
	margin: 5px 5px 10px 35px;
}
ul li, ol li {
	margin: 5px;
}
ul li a, ol li a {
	text-decoration: underline;
}
/*
      ************************************  footer  ***
*/
#footer {
	margin: 15px 0;
	width: 750px;
	text-align: center;
	font-size: 10px;
}
p#copy {
	width: 750px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: #000;
	color: #FFF;
}