@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
}
h4 {
	margin: 0px;
	padding: 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	margin: 5px 0 5px 0;
	padding: 0 30px 0 30px;
	font-size: 10px;
	font-family: arial;
}

#downloadsBox {
	margin: 0px;
	padding: 0px;
}
#downloadsBox p {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-size: 13px;
	text-indent: 0px;
}



#container  {
	width: 740px;
	margin: auto;
	padding: 0px;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-y;
	text-align: left;
	border-left: 4px solid #666;
	border-right: 4px solid #666;
}
#header  {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 48px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../_images/bgHeader.jpg);
}


#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0 0 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #999;
}

#logoFrameLower {
	margin: 0px;
	padding: 0px;
}

#headline h1{
	font-size: 29px;
	color: #006;
	text-align: center;









	padding: 0 600
..px;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 15px 60px;
}

#mainContent  {
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#mainContent h1 {
	font-size: 29px;
	color: #006;
	text-align: center;









	padding: 0 600
..px;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px 60px 15px 60px;
}
#mainContent h2 {
	font-size: 22px;
	color: #006;
	text-align: center;
	padding: 0 60px;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}
#mainContent p {
	margin: 0px;
	padding: 10px 20px 10px 30px;
	text-indent: 20px;
	color: #000;
}


#optinbox {
	margin: 10px 0 20px 100px;
	padding: 10px;
	width: 480px;
	border: 4px dashed black;
	background-color: #F5F0FF;
}
#optinbox h1 {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-size: 23px;
	color: #900;
}
#optinbox p {
	margin: 0px;
	padding: 10px 30px 0 30px;
	font-family: Verdana, Geneva, sans-serif;















	font-size: 14
`;
	font-size: 14px;
	text-indent: 0px;
}
#optincodebox {
	margin: 0 0 0 70px;
	padding: 0px;
	text-align: center;
	width: 350px;
	font-size: 11px;
}




#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
table {
	margin: 10px 30px 0 10px;
	padding: 0px;
}
