/* Styles Developed for Christmas Donation Landing Page */
/* Desmond dot Smith at uss dot salvationarmy dot org */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: #fff;
	font: medium/1.1 Georgia, Times, "Times New Roman", serif;
	color: #232323;
}

h2,h3 {
	color:  #ee3a43;
	
}

a {
	color: #ee3a43;
}

a:hover {
	text-decoration: none;	
}

/* DIVs */
#header,
#content,
#footer {
	width: 801px;
	margin: 0px auto 0px auto;
}

#leftContent {
	width: 390px;
	float: left;
	z-index: 10;
}

#rightContent {
	background: transparent url(i/kettle.jpg) top center no-repeat;
	width: 403px;
	height: 550px;
	float: right;
	z-index: 1;
}

#header {
	height: 135px;
	background: transparent url(i/header.png) top left no-repeat;
	display: block;
	position: relative;
}

#corps {
	position: absolute;
	right: 20px;
	top: 70px;
	font-size: 1.4em;
	color:  #838383;
	
}

#specMessage {
	width: 650px;
	margin: 10px auto 10px auto;
	font-size: 1.3em;
	
}

.section {
	margin: 20px auto 0px auto;
}

.section p {
	margin:  0px auto 8px 10px;
}

.onlineInstructions {
	font-style: italic;
}

.specUse {
	display: block;
	margin: 5px auto 5px auto;
	width: 300px;
	font-size: 1.2em;
	color: #000;
	
}

#addressBlock, #phoneBlock, #serverLink, #emailBlock {
	width: 70%;
	margin: 0px auto;
	font-size: 1.3em;
}

#footer {
	padding-top: 90px;
	padding-bottom: 40px;
	font-size: 0.85em;
}

#footer p {
	text-align: right;
	color: #989898;
}

/* TEST STUFF */
#donationsPage {
	width: 800px;
	border: 0px;
	height:  2200px;
	}
