body { 
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 10px 0 20px 0;
	padding: 0;
	color: #000000;
}
p {
	margin: 0;
	padding: 10px 0px;
	text-align: left;
}
h2 {
	font-size: 20px;
	margin: 0;
	text-align: left;
}
h3 {
	font-size: 18px;
	margin: 0;
	text-align: left;
}
h4 {
	font-size: 16px;
	margin: 0;
	text-align: left;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	padding: 0px 20px 0px 20px;
	margin: 10px;
	text-align: left;
}
div {
	margin:0;
	padding:0;
}
#container {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	text-align: center;
	margin: 0 auto;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:210px;
	text-align: right;
}
#right {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
}
#signup {
	position:absolute;
	left:800px;
	top:0px;
	width:200px;
	height:435px;
	background-image: url('../i/free.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
#signup div {
	margin: 100px 20px 0px 18px;
}
#signup p {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 13px;
	margin: 4px 0 2px 0;
	padding: 0;
}
#signup ul {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 13px;
	text-align: left;
	margin: 4px 0px 2px 15px;
	padding: 0;
      list-style-type: disc;
}
#belowSignup {
	position:absolute;
	left:800px;
	top:459px;
	width:200px;
}
#left {
	position:absolute;
	left:0px;
	top:210px;
	width:201px;
	text-align: left;
}
#left ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0 25px;
	margin: 0px;
	text-align: left;
}
#left a, a:visited, {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	color: #000000;
}
#left a:hover {
	text-decoration: underline;
}
#left a.wrap, a.wrap:visited {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
}
#left a.wrap:hover {
	text-decoration: underline;
}
#content {
	position:absolute;
	left:201px;
	top:210px;
	width:535px;
	margin: 0px 0px 0px 32px;
}
#content a, a:visited, a:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: underline;
	color: #FF3366;
}
#content a:hover {
	text-decoration: none;
}
#content img {
	padding: 0px 15px 10px 0px;
}
#content img.left {
	float:left;
	padding: 0 5px 0 0;
}
#content img.right {
	float:right;
	padding: 0 0 0 5px;
}
#bottom {
	position:absolute;
	left:-365px;
	width:800px;
	height:181px;
	margin: 10px 0 0 0;
}
form {
	padding: 0 0 5px 0;
	margin: 0;
}
#getnewsletter .emailform, .nameform {
	background-color: #FFFFFF;
 	color: #000000; 
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 10px; 
 	width: 145px;
	margin: 2px 0 0px 0;
	padding: 3px;
}
#getnewsletter .nameform { 
 	width: 100px;
}
.productBox {
	margin:10px;
	padding: 20px;
	border:#FF3366 dotted thin;
	text-align: left;
	background-color:#EFE8FE;
	/*background-color:#F9EEF2;*/
}
.pink {
	color: #FF3366;
}

