/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}


#container{
		position: relative;
		margin: 0 auto;
	    width: 802px;
		height:190px;
		padding: 0px 22px 0px 21px;
		background: url('/assets/img/layout/body_bg.gif');
		background-repeat:no-repeat;
		

}

#header{
		position:relative;
		float:left;
		width:802px;
		height:153px;

}

#spacer{
		position:relative;
		float:left;
		width:802px;
		height:71px;
		background: url('/assets/img/layout/home_spacer.gif');

}

.introText{
		font-size:14px;
		line-height:25px;
		margin-bottom:31px;
		
}

.callText{
		font-size:10px;
		line-height:14px;
}

.callText a:visited, .callText a:active, .callText a:link, .callText a:hover {
		color:#ffffff;
		text-decoration:underline;
} 

