/* CSS Document */
BODY {
	background: #ffffff url(images/bg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td, div
{
	font-family:Trebuchet MS, Georgia, Verdana, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

a { color:#0088cc; text-decoration:none;}
a:hover { color:#003377}

div {
	margin:0px;
	padding:0px;
	}
	
#holder {
	width:924px;
	margin: 0 auto;
	}

#myHolder {
	background: url(images/new-home-back.png) repeat-y;
	width:924px;
	padding-left: 12px;
	display:block;
	float:left;
	margin: 0 auto;
	}

#myHolder p{
	margin:0px;
	padding:15px;
	}
	
div#myHeader {
	width: 924px;
	background: url(images/new-home-header-back.png) no-repeat;
	height: 84px;
	display:block;
	float:left;
	}
	

#myBody {
	width:870px;
	display:block;
	margin: 10px;
	float:left;
	margin-left:10px;
	}

.domain {
	font-size: 36px;
	color:#000000;
	}

.history {
	text-align:left;
	font-style:italic;
	font-size: 15px;
	color:#777777;
	font-weight:bold;
	line-height: 24px;
	}

.call {
	font-size: 24px;
	color:#000000;
	}

#myFooter {
	width: 924px;
	background:url(images/new-footer-back.png) no-repeat;
	height: 100px;
	display:block;
	float:left;
	}

