/*Using comments because this might be tricky */

* {
margin: 0px;
padding: 0px;
}

body {
background-color: #E3DCD7;
font-size: 12px;
font-family: Verdana, Helvetica, Sans-Serif;
color: #634245;
/* background-image: url(images/bg.png); */
}

/*Keeping things in order */

#container {
width: 950px;
margin-top: 4%;
margin-bottom: 4%;
}

/*top left */

#logo {
width: 251px;
height: 151px;
background-color: #36895F;
float: left;
border-style: solid;
border-width: 9px 4.5px 4.5px 9px;
border-color: #FFFFFF;
min-height:50px !important;
}

#logo img {
position:relative; top:50%; margin-top:-25px;
}

/*banner at the top */

#banner {
width: 670px;
height: 151px;
background-color: #36895F;
float: left;
border-style: solid;
border-width: 9px 9px 4.5px 4.5px;
border-color: #FFFFFF;
text-align: left;
background-image: url(images/england-background.gif);
background-repeat: repeat-none;
}

#banner p {
position:relative; top:99%; left: 2%; margin-top:-25px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
text-align: left;
}

#banner img {
position:relative; top:50%; margin-top:-25px;
}


/*links */

#navigation {
width: 251px;
height: auto;
background-color: #36895F;
float: left;
border-style: solid;
border-width: 4.5px 4.5px 9px 9px;
border-color: #FFFFFF;
}

#navigation a {
font-size: 12px;
font-family: Verdana, Helvetica, Sans-Serif;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
margin-left: 20px;
}

#navigation a:hover {
font-size: 12px;
font-family: Verdana, Helvetica, Sans-Serif;
color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
margin-left: 20px;
}

/*content box */

#content {
width: 670px;
background-color: #F8F4E3;
float: left;
border-style: solid;
border-width: 4.5px 9px 9px 4.5px;
border-color: #FFFFFF;
}

#content p {
font-size: 12px;
font-family: Verdana, Helvetica, Sans-Serif;
color: #634245;
margin-left: 20px;
margin-right: 20px;
}

#content img {
border-style: solid;
border-width: 0px;
padding: 3px;
margin-left: 0px;
background-color: #F8F4E3;
}


/*The footer */

#footer {
width: 600px;
float: left;
}

#footer p{
font-size: 10px;
padding: 4px;
}

#footer a{
color: #634245;
text-decoration: none;
}

#footer a:hover{
color: #602F33;
text-decoration: underline;
}

a {
font-family: Verdana, Helvetica, Sans-Serif;
color: #634245;
text-decoration: underline;
}

a:hover {
font-family: Verdana, Helvetica, Sans-Serif;
color: #634245;
text-decoration: none;
}