﻿@charset "utf-8";
/* a Joke a day.com landing page CSS Document */
/*created TUE 6 OCT 2008 Jeffrey Grey - Interactive Designer EMERgency 24 Inc. */
/*version 1.5*/
body {
	font: small/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	background: #e5e5e5;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
	color: #000000;
}
#container {
	width: 775px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */;
	margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	margin: 0;
	padding: 0;
}
/*sets up image on the left side */
#mainContent #leftSide {
	float: left;
	width: 380px;
	height: 323px;
	margin: 0;
	padding: 0;
	background: url(../images/leftSideDiv.jpg) no-repeat;
}

/* sets up the image for the right side */
#mainContent #rightSide {
	float: right;
	width: 395px;
	height: 323px;
	margin: 0;
	padding: 0;
	background: url(../images/rightSideDiv.jpg) no-repeat;
}
#mainContent #rightSide p {
	margin: 20px 10px 0 30px;
}
#mainContent #leftSide p {
	margin: 60px 10px 0 30px;
	font-size: 85%;
}
#mainContent #leftSide h3 {
	color: #5a0505;
	text-align: center;
	margin-top: 60px;
	margin-bottom: -45px;
}
#mainContent #leftSide #emailSample {
	margin: 65px 10px 8px 30px;
	font-size: 85%;
	width: 188px;
}

/*sets up container block for absolutely positioned imagemap div - IMPORTANT: set to position relative */
#leftSide #containerBlock {
	position: relative;
	margin: 0 0 0 220px;
}

#leftSide #imageMap a {
	position: absolute;
	height: 40px;
	width: 145px;
	text-decoration: none;
}
#leftSide #imageMap a i {
	visibility: hidden;
}
a#emailSubmit {
	top: 70px;
}
#formSet {
	margin: 10px 25px;
	font-size: 75%;
}
.rightSideWhite {
	color: #FFFFFF;
	font-weight: bold;
}
#footer {
	background: url(../images/footerImg.jpg) no-repeat;
	clear: both;
	margin: 0 auto;
	height: 117px;
}
#footer p {
	font-size: 75%;
}
