/*
   -----------------------------------------------------
   llllife.org css for tedsbakery.com
   oct 15, 2010
   -----------------------------------------------------
*/

@charset "UTF-8";
* {
	margin: auto;
	padding: auto;
	font-size: 100%;
	font-weight:normal;
}
body, html {
	background-color: #ffffff;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	text-align: center;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

/* llllife_UNION */
#lostarrow {
	position:absolute;
	width:500px;
	height:500px;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-250px;
	background: url(img/bg.gif ) repeat ;
	background-color: #ffffff;
	-moz-box-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 1px 1px 3px #666666;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior: url(../js/PIE/PIE.htc);
}

h1 {
	width:500px;
	font-size: 100%;
	margin-top: 50px;
	margin-bottom: 0px;
	float: left;
	text-align:center;
	display: inline;
}

h2 {
	width:500px;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	float: left;
	text-align:center;
	display: inline;
}


#copy {
	width: 500px;
	margin-top: 150px;
	margin-right: 0px;
	float: right;
	display: inline;
}
.copyright {
	color: #000000;
	text-align:center;
}
