body {
	font: 62.5% Tahoma, Geneva, sans-serif;
	background: url(images/Back_bg.gif) repeat-x #f89829;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
.PageLayout #container {
	width: 703px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/Layout_04.gif) no-repeat;
	background-position:top;
	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. */
}
.PageLayout #mainContent {
	padding: 150px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.PageLayout .header 
{
	    height:80px;
	width:auto;
	min-width:780px;
	background-image:url(images/header_01.gif); 
	text-align: center;
}

.media1
{
	text-align:center;
	margin: 15px 0 0 0;
}

h3 {
	text-align: center;
	color:#660066;
	font-size:22px;
	font-weight:bold;
}

p {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
}

form {
	width:900px;
	margin-left:-70px;
	height:auto;
}

.button
{
	margin:45px 0 0 -185px;
	position:absolute;
}

.input-text {
	background: url(images/emailbg.gif) no-repeat;
	margin-right: 185px;
	padding:0 10px;
	border:0; 
	color:#888;
	height:30px;
	width:232px;
}

.left-arrow {
	position:absolute;
	padding: 0 0 0 -52px;
}

.pdf {
	margin:-60px 0;
}

.e-book {
	margin:-100px 0;
}

.right-images {
	margin: -75px 625px;
}

.arrow-right {
	margin: -160px 735px;
}

.footer-img {
	margin: 250px 0 0 -20px;
}


#footer1{
	background-image:url(images/footerlink.gif);
	overflow:hidden;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#a2a2a2;
	}
#footer1 ul li a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#a2a2a2;
		text-decoration:none;
	}	
	
	#header {
    height:84px;
	width:1030px;
	margin:auto;
	background-image:url(images/header_01.gif); background-repeat:no-repeat;background-position:right top;
	}
*#header .logo {
	    height:60%;
	    text-transform: uppercase;
	    margin:0 auto
	}
	
.top_link{
float:right;
margin-right:15px;
margin-top:15px; 
color:#EEE;
text-decoration:none;
}

.top_link:hover{
 color:#fe6e03;
 text-decoration:none;
}


