/* -------------------------------------------------------------------------------------------------
Author: Antonia T. Burroughs
Project Name: Coretta Scott King Life & Legacy 
CSS File Name: css/splash.css
 ---------------------------------------------------------------------------------------------------- */
 
 /*-------------------------------------------------
General Style Elements 
----------------------------------------------- */ 


/*-------------------------------------------------
General Style Elements 
----------------------------------------------- */ 
* {
margin: 0;
padding: 0;
}

body{
background:url(../images/body.jpg) top repeat-x #cccfbc;
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
text-align: center;
margin: 0 auto;
color:#000000;
font-size: 14px;
}

img{border:0px;}


body div {
text-align: center;
}

/*-------------------------------------------------
Wrapper Style Elements
----------------------------------------------- */ 

#wrapper {
width: 464px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
}

/*-------------------------------------------------
Container Style Elements
----------------------------------------------- */ 

#container {
border: 2px solid #000000;
}

/*-------------------------------------------------
Header Style Elements
----------------------------------------------- */ 

#header {
width: 460px;
height: 330px;
/*background-image: url("head.jpg");*/
border-bottom: 2px solid #000;
}

#header h1 {
float:right;
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
text-align: center;
padding-top: 50px;
margin: 0px;
font-size: 28px;
color: #444444;
}

/*-------------------------------------------------
Content Style Elements
----------------------------------------------- */ 

#content{
width:450px;
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
font-size:20px;
text-align: center;
background-color:#971b1e;
padding: 5px;
}

#content p{
color:#ffffff;
}

#content a {
text-decoration: none;
color: #000000;
font-style: italic;
}

#content a:hover {
text-decoration: underline;
}

/*-------------------------------------------------
Footer Style Elements
----------------------------------------------- */ 

#footer p {
font-family:"Century Gothic", Arial, Helvetica, sans-serif;
font-size:10px;
margin-top: 8px;
text-align: center;
font-size: 10px;
color: #000000;
}


