@charset "utf-8";
body, html 
	{
	margin:0;
	padding:0;
}
	
body {
	font-family: Georgia, Trebuchet, Verdana, Arial;
	background: #414f5c;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #fafff8;
	background-image: url(images/BG_Full.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	min-width: 725px;
	margin-top: 0px;
	width: 100%;
	font-size: 15px;
}


img, div { behavior: url(iepngfix.htc) }


a:link { 
	color: #f9f39e;
	}
a:visited { 
	color: #f9f39e;
	}
a:hover { 
	color: #7e99b1;
	}
a:active { 
	color: #333333;
	}


#background {
	background-image: url(images/BG_Top2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0 0 0 0;
	height: 100%;
	padding-top: 104px;
}
p {
	margin: 0 0 15px 0;
	/*text-align: justify; */
}


#container {
	margin: 0 auto;
	text-align: left;
	width: 725px;
}

#containerhome {
	margin: 0 auto;
	text-align: left;
	width: 725px;
	background-image: url(images/MastoverHomeBG2.png);
	background-position: top;
	background-repeat: no-repeat;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 0 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
}

.Special {
	font-size: 18px;
	font-weight: bold;
}

.Highlight {
	color:#f9f39e;
}
