﻿
body  {
	font: 100% Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #F3F3F3;
}
div {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#container {
	width: 50em;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
}
#masthead {
	background-color: #FFFFFF;
	border-bottom: #000000 double medium;
	color: #FFFFFF;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: thick;
}
#masthead h1 {
	margin: 0; 
	padding: 10px 0; 
}

#sidecol2 {
	float: right;
	width: 16em;
	background-color: #FFFFFF;
	padding: 15px 0;
}
#sidecol2 p{
	margin-left: 10px; 
	margin-right: 10px;
}

#sidecol2 h3{
	margin-left: 10px; 
	margin-right: 10px;
}

#mainContent {
	margin: 0 17em 0 1em; 
} 
#mainContent p {
	font-size:90%;
}
#mainContent li {
	font-size:90%;
}
#mainContent h1 {
	color: #0066CC;
}
#mainContent h3 {
	color:#003399;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 0 10px;
	background-color: #D0D0D0;
	clear: both;
	font-size: x-small;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #333333;
	background-image: url('images/footerbackground.png');
	background-repeat: repeat;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: .9em;
}

/* Miscellaneous classes for reuse */
.fltright { /* this class can be used to float an element right in your page. Remember that whatever you apply this class to must have a width. */
	float: right;
	margin-left: 8px;
}
.fltleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearall { /* this class should be placed on a div or other block level element if you want a container to contain a floated element.  */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.userComment {
	font-style: italic;
}
.userCommentPosting {
	font-weight: bold;
	font-size: small;
}
a.affiliateLink {
	font-weight: bold;
	text-align: center;
	font-size:125%
}
.userCommentsBox {
	padding: 2px;
	background-color: #E5E5E5;
	border: 2px solid #000000;
}
.userCommentsHeading {
	font-weight: bold;
	font-size: large;
}
.overview {
	font-style: italic;
}
.price {
	font-weight: bold;
}
.bonusName {
	font-weight: bold;
	font-style: italic;
}


.leftImage {
	margin: .5em 1em .5em 1em;
	border-width: 0px;
	float: left;
}
.rightImage {
	margin: .5em 1em .5em 1em;
	border-width: 0px;
	float: right;
}


.imageNoFloat {
	margin: .5em 1em .5em 1em;
	border-width: 0px;
}

.mailingListHeader {
	font-size: 20px;
	color: #0240A7;
}
.noBorder {
	border-width: 0;
}


