body {
	background-image: url('images/bg2.jpg');
	font-size: 100%;
	font-family: "verdana";
	/**line-height:1.125em;*/
}

a:link {
	color: red;
	text-decoration: underline;
}

a:visited {
	color: red;
	text-decoration: underline;
}

a:hover {
	color: green;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: underline;
}

.center-box {
	background: white;
	margin: 10% auto;
	width: 900px;
	height: 600px;
	border: 20px solid black;
}

.header-box {
	height: 80px;
}

.main-content-box {
	height: 500px;
}

.footer-box {
	height: 20px;
}

.logo-float {
	background-image: url(images/scarlettfoxlogo.png);
	background-repeat: no-repeat;
	position: relative;
	margin-left: 0px;
	margin-right: auto;
	left: -50px;
	top: -700px;
	width: 200px;
	height: 200px;
	z-index: 99999;
}

.slogan-box {
	margin-left: auto;
	margin-right: 10px;
	text-align: right;
	font-size: 1.125em;
	font-style: italic;
	font-weight: bold;
	color: orange;
	position: relative;
	top: 10px;
}

.menubar {
	margin-left: auto;
	margin-right: 10px;
	text-align: right;
	font-size: 0.875em;
	font-weight: bold;
	word-spacing: 1em;
	position: relative;
	top: 30px;
}

a.menuitem:link {
	color: red;
	text-decoration: none;
}

a.menuitem:visited {
	color: red;
	text-decoration: none;
}

a.menuitem:hover {
	color: green;
	text-decoration: underline;
}

a.menuitem:active {
	color: red;
	text-decoration: none;
}

.bodytext p {
	font-size: 0.875em;
}

.sidenote {
	font-size: 0.75em;
}

.footer-text {
	margin: 0 auto;
	font-size: 0.6em;
}

.contact-form {
	float: right;
}

.contact-error-text {
	float: left;
	font-size: 0.75em;
	color: red;
}

.paypal-button {
	float: right;
	position: relative;
	top: -30px;
	left: -220px;
}
	

/** Special text sizing code for IE

<!--[if !IE]>-->

<style type="text/css">
body {
    font-size:16px;
}
</style>

<!--<[endif]-->
*/
