/*Global Styles for Emily's campaign webrocure */

body{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	font-family: Palatino Linotype, "Palatino Linotype", Book Antiqua, "Book Antiqua", Palatino, serif;
	font-size:14px;
	color: #ffaacc;
	background-color: #000000;
}

/*800 pixel wide box to contain the page*/
#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(images/background.jpg);
}

/*classes that may be used globally*/
.centered{
	text-align:center;
}
.lefted{
	text-align:left;
}
.righted{
	text-align:right;
}
.borderless{
	border:0px;
}
.cleared{
	clear:both;
}

/*custom colored links*/
a:link{
	color: #57b7ff;
}
a:visited{
	color: #00599c;
}
a:hover{
	text-decoration: overline; 
}
	
/*specifics that go on every subpage*/
#header{
	height:120px;
	width:450px;
	display:block;
	float:right;
	background-image: url(images/header.png);
}
#header span{
	display:none;
}
#pic{
	display:block;
	float:left;
	width:300px;
	height:600px;
	background-image: url(images/pic1.jpg);
}

#epicenter{
	width:500px;
	clear:right;
	float:right;
	font-size:18px;
}

/*get rid of stupid borders on image links*/
a img{
	border:0px;
}
			
/*******************************content items*/
p{
	text-indent:20px;
}
h1{
	height:35px;
	padding-top:15px;
	font-size:30px;
	background-position:top left;
	background-repeat: no-repeat;
	vertical-align:bottom;
	clear:left;
}

/********************************the footer*/
#footer{
	clear:both;
	text-align:right;
	padding-top:20px;
}




	