* {margin: 0; padding: 0;}
body {
	background-color: #FFF;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}
h1 {color:#224488; font-size:20px;}
h2 { color:#224488; font-size:17px; font-weight:bold;}
h3 {font-size:14px; font-style:italic; font-weight:normal;}


#main {
margin: 0 auto;
width: 773px;
min-height: 600px;
background-image: url(images/background.jpg);
background-repeat: repeat-y;
}
#nav{
	padding: 10px 0 10px 0;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	
}
#nav ul, #nav li {
	list-style:none;
	display: inline;
	border-right:1px dotted #DDD;
}
#nav a{
	margin: 4px 6px;
}
#nav a:link, a:active a:visited{
	background:fff; color:#00C; text-decoration:underline;
}
#nav a:hover {
	background:#FF0;color:#0E3991;text-decoration:none
}

#Header{
	text-align:center;
	padding: 20px 0 20px 0;
}
#content {
	width: 520px;
	float:left;
	padding-top: 10px;
	margin-right: 60px;
	line-height:125%;
	font-size:1.1em;
}
#sidebar {
	width:170px;
	float:right;
	background-color:#EAEAEA;
	padding: 10px;
	min-height: 200px;
	font-family:"Times New Roman", Times, serif;
	color:#224488;
	font-size:1.1em;
}

div.hr{
	border: 0;
	border-bottom: 1px dashed #224488;
	width: 120px;
}

#picture-1 {
	width:195px;
	padding: 0 10px 0 10px;
	float:left;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
#picture-1 {
	width:195px;
	padding: 0 10px 0 10px;
	float:left;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
#check ul, #nav li {
	margin-left:20px;
	list-style-type: inherit;
	list-style-image: url(images/check.gif);
	list-style-position: inside;
}

#purchase {
	border:1px #036 dashed;
	padding: 25px 20px;
	min-height: 200px;
}
#purchase h1 
	{color:#FC8612; font-size:22px;}
	
#bonus {
	background-color:#EAEAEA;
	padding: 10px 7px 20px 7px;
}
#form {
	padding: 10px 20px 20px 20px;
}
#footer {
	position:relative; 
	float:left;
	bottom: 0; right: 0;
	width:100%;
	background-color:#0E3991;
	color:#FFF;
	text-align: center;
	
}
#footer ul, #footer li {
	list-style:none;
	display: inline;
	border-right:1px #fff;
	text-align:center;
}
#footer a{
	margin: 4px 6px;
}
#footer a:link, a:active a:visited{
	color:#fff;text-decoration: underline; font-weight:bold;
}
#footer a:hover {
	color:#fff;text-decoration: none;
}
#footer p {
	text-align: center;
}
	
-->