/*
	Cascading Style Sheet (CSS) for scrapbooking-center.com
	Created on:  12/29/03
	Created By:  Eric D. Burdo, www.rlisolutions.com
*/


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	color: #00c;
	background-color: #fff;
}

/*----------------------------*/
/*            A Tags          */
/*----------------------------*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #09c;
}

a:visited {
	color:  #09c;
}

a:active {
	color:  #09c;
}

a:hover {
	color: #900;
	background-color: #fff;
	text-decoration: underline;
}

/*----------------------------*/
/*            H Tags          */
/*----------------------------*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

strong, b {
	font-weight: bold;
}

p.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 10px 20px;	
	text-align: center;
}


/*----------------------------*/
/*            Top            */
/*----------------------------*/

#top h1 {
	font-family: "Bookman Old Style", "Book Antiqua", Arial, sans-serif;
	font-size: 28px;
	line-height: 44px;
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	margin: 20px 0px 10px 20px;
	color: #09c;
}

#top {
	margin: 20px 20px 0px 20px;
	padding: 10px;
	border: 1px dotted #ccc;
	background: #ffc;
	height: 74px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 44px;
}

html>body #top {
	height: 44px; /* ie5win fudge ends */
}

/*----------------------------*/
/*            Middle          */
/*----------------------------*/

#middle {
	color: #003;
	margin: 20px 170px 20px 210px;
	padding: 10px;
	border: 1px dashed #ccc;
	background: #fff;	
}

#middle h1, h2, h3, h4, h5, h6 {
	color: #900;
}

#middle b, strong {
	font-style: normal;
	font-weight: bold;
	color: #900;
}

/*----------------------------*/
/*            Right           */
/*----------------------------*/

#right {
	position: absolute;
	top: 107px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 1px dotted #ccc;
	background: #ffc;
	width: 140px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
}

html>body #right {
	width: 120px; /* ie5win fudge ends */
}

/*----------------------------*/
/*            Left            */
/*----------------------------*/
#left h1, h2 {
	color: #09c;
}

#left {
	position: absolute;
	top: 107px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 1px dotted #ccc;
	background: #ffc;
	width: 190px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}

html>body #left {
	width: 160px; /* ie5win fudge ends */
}

#left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#left li {
	background-image: url(http://www.thedropshipguide.com/images/arrow.gif);
	background-repeat: no-repeat; 
	background-position: 0 .4em;
	padding-left: .8em;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}


/*----------------------------*/
/*            Footer          */
/*----------------------------*/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 10px;
	background-color: #ffc;	
	padding: 10px 0px 10px 10px;
}


p.testimonial {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border: 0px dashed #666;
	border-top: 1px;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 10px 20px;
	color: #00c;
	text-align: left;
}