/***********************************************/
/* splash.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px auto;
	padding: 0px;
	background: #333333;
	background-image: url(../images/splash-sunburst-bg.jpg);
	background-position: center 20px;
	background-repeat: no-repeat;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.main_container{
	margin: 0px auto;
	width: 900px;
}

#masthead{
	width:95.6%;
	margin-top: 100px;
}

#pagecell{
	margin-top: 50px;
	height: 289px;
	background: url(../images/splash-bg-pagecell.gif);
	background-repeat:no-repeat;
}


.content{
	margin:15px 14px 30px 14px;
	float:left;
	background-color: #ffffff
}

.inspirationTrainingLogo{
	display: block; 
	width: 391px; height: 112px;
	background-image: url(../images/splash-logo-presents.png);
	background-repeat: no-repeat;
}



/********************* end **********************/






