@charset "UTF-8";
/* CSS Document */

*, body{
	margin:0px;
	padding:0px;
	border:none;
}

#main_container{
	width:904px;
	margin:0 auto;
	position:relative;
	border:solid 1px black;
	margin-top:6px;
	margin-bottom:6px;
	padding:21px 35px 35px 21px;
}

.clearFloat{
	clear:both;
}

/* HEADER -------------------------------------*/

#logo{
	background-image:url(TempLandingPageimages/mtgLogo.jpg);
	background-repeat:no-repeat;
	display:block;
	width:156px;
	height:127px;
	float:left;
	position:relative;
}
#logo p{
	text-indent:-9999px;
}

#contactInfo{
	width:565px;
	position:relative;
	float:left;
	margin-left: 106px;
	margin-top: 19px;
}
#contactInfo p#addressTelephone{
	text-indent:-9999px;
	display:block;
	width:346px;
	height:43px;
	position:relative;
	float:left;
	background-image:url(TempLandingPageimages/addressAndPhone.jpg);
	background-repeat:no-repeat;
}

a#emailAddress{
	text-indent:-9999px;
	display:block;
	width:148px;
	height:12px;
	background-image:url(TempLandingPageimages/emailAddress.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:2px;
	margin-left:65px;
	position:relative;
}

/* BODY -------------------------------------*/

#body{
	width:904px;
	margin:0 auto;
	clear:both;
	position:relative;
}

#bodyText{
	display:block;
	width:237px;
	height:298px;
	background-image:url(TempLandingPageimages/bodyText.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	;
	margin-top: 35px;
}
#bodyText p{
	text-indent:-9999px;
}

#mtgMap{
	border:solid 1px black;
	position:relative;
	float:right;
}
