@charset "utf-8";
/* CSS Document */
body {
font-family:Georgia, Times New Roman;
width:800px;
font-size:80%;
color: #ffffff;
margin-left: 5%;
margin-right: 5%;
background-color:#231f20;
background-image:url(images/bg1.png);
background-repeat:repeat;
}
h1 {
font: Georgia, Times New Roman;
font-size: 12px;
font-weight: 100;
color: #000000;
}
h2 {
font: Georigia, Times New Roman;
font-size: 32px;
font-weight: bold;
letter-spacing: -0.1em;
color: #000000; 
text-align:center;
margin: 0;
}
h3 {
font-family:Georgia, Times New Roman;
font-size: 80%;
color: #000000;
text-align:center;
}
a:link {
color: #ffffff;
text-decoration:none;
}
a:visited {
color:#ffffff;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:overline;
}
p {
font-size: 100%;
line-height: 160%;
}
p2 {
font-size: 100%;
text-align:center;
word-spacing: 20px;
}
p3 {
text-align:right;
}
#frame {
/*setting the width of the column */
margin-left: auto;
margin-right: 10px;
margin-top: auto;
margin-bottom: 10px;
/*margin-left: -50PX;*/
}

#header {
text-align: center;
}
#nav{
clear: both;
margin-top: 0;
padding-top: 0px;
padding-bottom: 1em;

text-align:center;
}
#masthead {
padding-top: 10px;
padding-bottom: 60px;
width: 800px;
height: 600px;
text-align: center;
}
#footer{
clear: both;
margin-top: 0;
padding-top: 1px;
padding-bottom: 1em;;
text-align: center;
font-size:70%;
}
.contentparagraph {
position : absolute;
bottom: 0;
}
.centeredImage{
text-align: center;
color: white;
float: none;

}

