html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:#0d0789;
	color:#000;
}

#main {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #CCC;
	padding: 15px 28px 15px 28px;
	margin-top:8px;
	background:#FFFFFF;
}

h1 {
	color: #BE0000;
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	line-height:1.5;
}

h2 {
	font-size: 17px;
	color: #333399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:50px;
}

h3 {
	font-size: 22px;
	color: #333399;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size:15px;
	text-align:center;
	font-weight:bold;
}

.testimonial {
	 font-family: Georgia, "Times New Roman", Times, serif;
     font-size: 15px;
     font-style:italic;
}

.testimonialheading {
	 font-family: Georgia, "Times New Roman", Times, serif;
     font-size: 18px;
 	color: #333399;
	text-align:center;
}

.testimonialname {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#333399;
	font-family:Verdana, Geneva, sans-serif;
}

.testimonialcity {
	 font-family: Georgia, "Times New Roman", Times, serif;
     font-size: 14px;
     font-style:italic;
	 text-align:right;
}

.smaller {
	font-size: 12px;
	font-weight: bold;
}

.red {
	color:#BE0000;
}	

li {
	padding:10px;
	}
	
#orderbox {
	border: 3px dashed #BE0000;
	padding:10px 20px 10px 20px;
	width:600px;
	margin: 0 auto;
}

.orderheadline {
	color: #BE0000;
	font-size: 20px;
	font-weight:bold;
}

#media {
	text-align:center;
}