body {
	background: url(images/bckgrnd.png);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	color: #333;
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px 75px 15px 75px;
}

p.testimonials {
	font-size: 14px;
	font-style: italic;
	padding: 0px 15px 15px 15px;
}

p.name {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 15px 15px 30px;
}

p.submissionform {
	font-size: 18px;
	padding: 0px 15px 15px 15px;
	text-align: center;
}

p.guarantee {
	padding: 0px 0px 0px 4px;
}

a:link, a:active, a:visited {
	color: #003366;
}

a:hover {
	text-decoration: none;
}

a.testimonials {
	color: #FFFFFF;
	text-decoration: none;
} 	

a.testimonials:hover {
	font-weight: bold;
}

ul {
	margin: 0px;
	padding: 0px 100px 15px 100px;
	list-style-type: none;
}

li {
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0px 5px 25px;
	text-align: left;
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
        color: #A83D2B;
}

h1 {
	font-size: 45px;
	margin: 0px;
	padding: 25px 250px 15px 75px;
	font-weight: 300;
	font-variant: small-caps;
	color: #A83D2B;
}

h2 {
	font-size: 30px;
	margin: 0px;
	padding: 0px 75px 0px 75px;
	font-weight: 300;
	color: #3E8530;
}

h3 {
	font-size: 45px;
	margin: 0px;
	padding: 0px 75px 15px 75px;
	font-weight: 300;
	font-variant: small-caps;
	color: #A83D2B;
	text-align: center;
}

h4 {
	font-size: 20px;
	margin: 0px;
	padding: 0px 75px 0px 75px;
	font-weight: 300;
	color: #3E8530;
}

h5 {
	font-size: 25px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	color: #A83D2B;
}

div#wrapper {
	width: 990px;
	margin: 0px auto;
}

div#header {
	background: url(images/header.png);
	width: 990px;
	height: 283px;
}

div#content {
	background: url(images/content.png);
	width: 990px;
}

td.testimonials {
	background: url(images/testimonials-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	border: 2px solid #A83D2B;
	padding: 10px 10px 75px 10px;
}

td.submissionform {
	border: 2px solid #A83D2B;
	padding: 20px;
}

.inputbox {
	border: 2px solid #A83D2B;
	margin-bottom: 5px;
	padding: 5px;
}

.inputbox:focus {
	background: #F5EDE3;
}

.submit {
	background: url(images/button.png);
	color: #FFF;
	height: 30px;
	font-weight: bold;
	border: 1px solid #A83D2B;
	text-transform: uppercase;
}

div#guarantee {
	width: 810px;
	border: 4px double #3E8530;
	padding: 10px;
	margin: 0px auto 15px auto;
	overflow: auto;
}

div#basiclink {
	width: 810px;
	padding: 15px 15px 0px 15px;
	margin: 0px auto 15px auto;
	overflow: auto;
	background: #D9EFE4;
}

div#footer {
	background: url(images/footer.png);
	width: 990px;
	height: 306px;
}

div#footercontent {
	padding: 270px 42px 0px 42px;
	font-size: 14px;
}

div#footercontent a:link, div#footercontent a:active, div#footercontent a:visited {
	color: #003366;
}

div#footercontent a:hover {
	text-decoration: none;
}

/*----------- rounded box -----------*/
.bl {background: url(/images/bl.gif) 0 100% no-repeat #a83d2b; width: 600px; color: #FFF;}
.br {background: url(/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

/*----------- rounded box -----------*/
.bl2 {background: url(/images/bl2.png) 0 100% no-repeat #a83d2b; width: 250px; color: #FFF;}
.br2 {background: url(/images/br2.png) 100% 100% no-repeat}
.tl2 {background: url(/images/tl2.png) 0 0 no-repeat}
.tr2 {background: url(/images/tr2.png) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 


