body {
  background-image: url("images/background_cross.jpg");
  background-position: 35% 80%;
  background-repeat: no-repeat;
  font-family: palatino linotype;
  font-size: 24px;
  color: #101010;
}

p {
font-family: palatino linotype;
font-size: 18px;
color: #101010;
text-align: center;
}

img a{
border: 0 none;
}

li {
display: inline;
font-family: century gothic;
}

ul {
list-style-type:none;
margin:0;
padding:0;
}

h1 {
margin: 0;
padding: 0;
font-size: 30px;
color: purple;
}

.main_container {
margin:16px auto 0;
width: 940px;
height: 850px;
}

.logo_container {
width: 940px;
height: 350;
}

.navigation_container {
margin: 20px 0px 20px 0px;
width: 940px;
height: 30px;
text-align: center;
background-color: black;
font-variant: small-caps;
color: black;
}

.navigation_container a {
margin: 0px;
padding: 0px 30px 0px 0px;
}

.navigation_container a:link {
text-decoration: none;
color: white;
}

.navigation_container a:visited {
text-decoration: none;
color: white;
}

.navigation_container a:hover {
text-decoration: none;
color: orange;
}

.navigation_container a:active {
text-decoration: none;
color: red;
}

.container_wrapper {
width: 940px;
height: auto;
float: left;
}

.floatright {
float: right;
margin: 0 0 10px 10px;
border: 0;
padding: 2px;
}

.footer_container {
clear:both;
margin: 0 auto;
width: 940px;
height: 30px;
font-family: century gothic;
color: white;
text-align: center;
background-color: black;
font-variant: small-caps;
border: 0;
}

.footer_container a:link {
text-decoration: none;
color: white;
}

.footer_container a:visited {
text-decoration: none;
color: white;
}

.footer_container a:hover {
text-decoration: none;
color: orange;
}