/* CSS Document */

DIV.title {
	position:absolute;
	left:44px;
	top:24px;
	width:506px;
	height:47px;
	background-image:url(images/titleimage.jpg);
	background-repeat: no-repeat;
}


DIV.mainimage {
	position:absolute;
	left:44px;
	top:71px;
	width:706px;
	height:211px;
	background-image:url(images/soulscribe.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma;
	color: #04189F;
	line-height: .8;
	background-color: #F88127;
}


DIV.contentbox {
	position:absolute;
	left:44px;
	top:282px;
	width:706px;
	height:152px;
}

DIV.footer {
	position:absolute;
	left:44px;
	top:569px;
	width:706px;
	height:104px;
	background-repeat:no-repeat;
	
}



body
{
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

#container
{
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	position: relative;
	}
	
	#leftcolumn {
	position:absolute;
	width:300px;
	height:141px;
	z-index:1;
	padding-left: 20px;
	padding-top:20px;
}

#rightcolumn {
	position:absolute;
	width:350px;
	height:113px;
	z-index:1;
	padding-left: 20px;
	top:20px;
	left: 320px;
}

#rightsubcolumn {
	position:absolute;
	width:350px;
	height:100px;
	z-index:1;
	top: 150px;
	padding-left: 20px;
	left: 320px;
	padding-top: 10px;
}

h1 {
color: #04189F;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
line-height: 20px;

}

h2  {
	color: #0033CC;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h3  {
	color:#CCCCCC;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	text-align:center;
	margin-left: 20px;
	margin-right: 20px;
}

