

/*Style sheet for www.morganacreely.com*/

body {
margin: 0; 
padding: 0; 
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.25em;
}

a {text-decoration: none;
}
/*Link colour coding*/

p {
color: white; background: #000;
}

h1 {
margin-bottom: 0;
font-size: 2.2em;
font-weight: 900;
color: red; background: transparent;
}
h2 {
margin: 10px 0 30px;
font-size: 1.3em;
color: #fff; background: transparent;
}

#banner {
text-align: center;
margin: 65px 0 50px;
}

#navigation {
text-align: center;
margin: 50px 0 50px;
}
#navigation a {
font-size: 1em;
color: #00a8ec; background: #000
}
#navigation a:visited {color: Red; }
#navigation a:hover {color: Red; }


#slideshow {
text-align: center;
margin: 20px auto;
}

#footer {
text-align: center;
margin-top: 85px;
font-size: .6em;
font-weight: 200;
}
