/* CSS Document */

body {
background: #0098e1;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

p {
test-align:justify;
}

img {
padding: 5px;
border:0px;
}

#container {
text-align:center;
}

#header {
background: url(../images/head.jpg) no-repeat top center;
height:200px;
width:720px;

}

#header p {
position: absolute;
top: 25px;
right: 160px;
}

#content {
text-align:center;
height:100%;
background: url(../images/content.jpg) repeat-y top center;
width:720px;

}

#inner-content {
text-align:left;
margin-left:30px;
margin-right:30px;
padding-top:20px;
padding-bottom:20px;

}

#inner-content h1{
margin-top:0px;
padding-top:0px;
text-align:center;

}

#footer {
background: url(../images/footer.jpg) no-repeat top center;
width:720px;
height:60px;;
padding-top:30px;


}

p.testimonial {
background:#eaf9FF;
border:#000066 dashed 2px;
padding:10px;
color:#000066;
text-align:justify;
width: 80%;

}

#emailform {
background:#0098e1;
padding:20px 5px 20px 5px;
width:300px;
border: #000066 solid 1px;

}


#dropinbox {
background: #fff;
padding: 0px 20px 20px 20px;
border: 3px solid #000066;
}

#test {
text-align:center;
}

.thankyou {
color:#0098e1;
text-align:center;
}

.red {
color:red;
}

a {
border:0;
}

#nospam {
background: url(../images/nospam.jpg) no-repeat top left;
width:98%;
height:75px;
}

#nospam p {
text-align:justify;
margin-left: 85px;
margin-top:5px;
color:#fff;
font-size:11px;
font-weight:bold;
}
