* {
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, p {
	margin: 1em;
	}
h1 {
	color: red;
	}
h2 {
	color: blue;
	}

body {
	font: 60%/1.5 Arial, Geneva, Verdana, sans-serif;
	color: #222;
	background: #162c75;
	}

h1, h2, h3, h4 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	}
	
h1, h2 {
	text-align: center;
	}
h3 {
	color: red;
	background-color: #F0F307;
	display: inline;}
	
a {
	outline: none;
	}
	
ul {
	margin-left: 50px;
	}

.end {
	text-align: center;
	}

a.button {
	background: url(../images/button_up.jpg) top left no-repeat;
	width: 200px;
	display: inline-block;
	/* height:46px; */
	color: white;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 11px 0;
	margin: 0;
}

a.big {
	font-size: 14px;
	}

a.button:hover {
	background: url(../images/button_down.jpg) top left no-repeat;
	}
#container {
	background: #fff url(../images/pos/container_top.gif) left top no-repeat;
	width: 850px;
	margin: 20px auto;
	padding: 10px 0 0 0;
	font-size: 1.6em;
	}	

#header p {
	font-weight: bold;
	font-style: italic;
	}

#header p.intro {
	font-style: normal;
	font-size: 1.1em;
	text-align: center;
	}
	
img.imgL {
	float: left;
	margin: 0 10px;
	}

div.testieR {
	width: 300px;
	background: #7EB6F8;
	margin: 0 20px;
	border: 2px solid #acacac;
	float: right;
	display: inline;
	font-size: .9em;
	}
	
div.testieL {
	width: 300px;
	margin: 0 20px;
	border: 2px solid #acacac;
	float: left;
	display: inline;
	background: #7eb6f8;
	font-size: .9em;
	}
	
.emphasize {
	font-weight: bold;
	}
	
div.bonus {
	background: #fff url(../images/pos/bonus.jpg) top left repeat-x;
	margin: 0 10px 1em 10px;
	border: 1px solid #162c75;
	}
.specialP {	
	color: red;
	font-size: 1.1em;
	}
.breaking {
	color: white;
	text-align: center;
	background-color: red;
	border: 1px solid white;
	font-size: 1.2em;
	}
	
#sidebar {
	}
	
#guarantee {
	border: 3px dashed #800000;
	margin: 0 20px;
	padding: 10px 10px;
	background: #ffff99;
	font-weight: bold;
	}
#guarantee h1 {
	color: #111;
	margin: 10px;
	}

.testimonial {
	margin: 0 40px 20px 40px;
	}
	
#footer {
	background: url(../images/pos/container_bottom.gif)left bottom no-repeat;
	text-align: center;
	font-size: .8em;
	margin-top: 50px;
	padding-bottom: 50px;
	}
	
