﻿#terms
{
    padding: 0em;
}
#terms p
{    
    margin-top: 0.5em;
    margin-bottom: 1.3em;
}
#terms h1
{
	height: 173px;
	background: white url(../images/Terms.jpeg) no-repeat top left;
	margin: 0;
}
#terms h1 span
{
	visibility: hidden;
}

#body
{
    padding-left: 5em;
    padding-right: 5em;
}

#getInTouch
{
	width: 100%;
	text-align: right;
	background: #e83;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	color: White;
	height: 1.8em;
	font-weight: bold;
}
#getInTouch p
{
    margin: 0;
}
#getInTouch a
{
    background: #e83;
	color: White;
}

/* Browser specific (not valid) styles to make preformatted text wrap */
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 padding: 1em;
 font-size: medium;
 background: white;
}