body {
	margin: 0;
	background: #FFFFFF url(images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
}

a:link, a:hover, a:visited {
	color: #0000FF;
}

#container {
	background: #f0f0f0 url(images/bgborder.gif);
	background-color: #f0f0f0;
	background-repeat:repeat-y; 
	background-color: #fff;
	width: 700px;
	margin: 0px auto;
}

#header {
	width: 700px;
	margin: 0px;
}

.subheader {
	background-color:#FFFF00;
}

#content {
	font-family: Georgia, Verdana, Arial;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0px;
}

#header h1, #content h1 {
	font-family: Verdana, Georgia;
	font-size: 28px;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
	color: #FF0000;
	padding-right: 50px;
	padding-left: 50px;
}

#content h3 {

	font-family: Verdana, Georgia;
	font-size: 18px;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}

#content li {
	list-style: none;
	list-style-image: url(images/star.gif);
	margin-top: 20px;
	margin-bottom: 20px;
}

.program {
	color:#006600;
	font-weight:bold;
}

.highlighted {
	color: #FF0000;
	font-weight: bold;
}

#ravereview {
	margin: 0px auto;
	width:492px;
	background-image:url(images/rr-mid.gif);
	background-repeat:repeat;
}

#ravereview p {
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#certificate {
	width: 550px;
	height: 417px;
	margin: 0px auto;
	background-image:url(images/certficate.gif);
}

#certificate div {
	width: 550px;
	height: 417px;
	background-image:url(images/guarantee.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}


#certificate p {
	padding-top: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	padding-right: 60px;
}

.certheader {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
	color: #FF0000;
}

#orderform {
	margin: 0px auto;
	width:492px;
	border: dashed;
	border-color: #CCCCCC;
	border-width: 6px;
	padding: 25px;
}

#orderinfo {
	margin-left: 70px;
	font-family: Verdana, Georgia;
	font-size: 14px;
	font-weight: bold;
}

#orderform p {
	font-family: Verdana, Georgia;
	font-size: 14px;
	font-weight: bold;
}

#pps {
	border: dashed;
	border-color: #CCCCCC;
	padding: 10px;
	padding-top: 30px;
	margin: 10px;
	float: right;
	width: 200px;
	height: 200px;
	font-family: Verdana, Georgia;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

#footer {
	width: 670px;
	height: 35px;
}

#footer p {
	padding-top: 6px;
	font-family: Geneva, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.imgleft {
	float: left;
	padding-right: 8px;
}

.ps {
	letter-spacing: 3px;
	font-family: Verdana;
	font-size: 18px;
	text-decoration: underline;
}