
/*********************************
			HTML
*********************************/
*{
	font-family: Arial, Helvetica, sans-serif;
}

body{
	margin: 0;
	background: url(/Campaigns/drive-srt/images/pageBackground.jpg) repeat-x #fff;
}

h1{
	margin: 50px 0 0 0;
	padding: 0 5px 5px 0;
	font-size: 22px;
	text-align: right;
}

ul{
	width: 220px;
	margin: 0 0 0 45px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid black;
}

li{
	border-top: 1px solid black;
}

li a{
	display: list-item;
	*display: inline;
	padding: 1px 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

h2{
	margin: 50px 0 0 60px;
	width: 475px;
	border-bottom: 1px solid black;
	padding: 0;
	font-size: 15px;
}

p{
	margin: 0 0 0 60px;
	width: 475px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}



/*********************************
			HEAD
*********************************/
#pageHead{
	float: left;
	width: 855px;
	height: 80px;
	background: url(/Campaigns/drive-srt/images/topBackbround.jpg) no-repeat;
}

	#headLogo{
		position: absolute;
		top: 0;
		left: 0;
	}

	#headMenu{
		position: absolute;
		top: 20px;
		left: 305px;
	}

	#headMenu a{
		font-size: 12px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}

	#headMenu a:hover{
		color: #fff;
	}



/*********************************
			CONTENT
*********************************/
#pageContent{
	float: left;
}

	#contentLeft{
		float: left;
		width: 285px;
		height: 390px;
	}
	
	#contentRight{
		float: left;
		width: 585px;
		height: 390px;
	}
	
	.srtStory{
		background: url(/Campaigns/drive-srt/images/srtStoryBackground.gif) no-repeat;
	}



/*********************************
			FOOT
*********************************/
#pageFoot{
	float: left;
	width: 855px;
	height: 100px;
	text-align: center;
}

	#pageFoot *{
		font-size: 10px;
		color: #c0c0c0;
	}
	
	#footSites{
		padding-top: 15px;
	}
	
	#footLegal{
		padding-top: 15px;
	}



