/* Footprint Designs style sheet
Created 22April2008 */

body {
font-family: Arial, sans-serif;
color: black;
background-color: #596B45;
margin-left: 15%;
margin-right: 15%;
}

img {border: 0px}

a {text-decoration: none}

a:hover {text-decoration: underline}

ul {list-style-type: square}

#main {
/*max-width: 850px;*/
width: 100%;
margin-left: auto;
margin-right: auto;
background-color: white;
border: 5px solid #404D31;
border-top: 0px;
border-left: 0px;
}

#navbar {
/*position: fixed;*/
/*left: auto;*/
float: left;
top: 1em;
width: 8em;
height: auto;
font-size: 100%;
/*padding-right: 1em;*/
}

#navbar ul {list-style-type: none}

#navbar a {
display: block;
padding-left: 0.5em;
height: 42px;
text-decoration: none;
text-transform: capitalize;
}

#navbar a:hover {text-decoration: none}

#content {
top: 1em;
/*max-width: 550px;*/
/*width: 100%;*/
padding-top: 1em;
padding-bottom: 1em;
min-height: 585px;
margin-left: 9em;
margin-right: 180px;
text-align: justify;
}

#imagesright {
float: right;
top: 1em;
width: 160px;
height: 100%;
padding-left: 1em;
}

#imagesright img {
border: 0px;
width: 160px;
height: 120px;
}


/* colour */

#navbar a#selected, #navbar a#selected:hover {
background: #00A300 url(images/menu_selected.png);
color: #000000;
} 

#navbar a:hover {
background: #5081C9 url(images/menu_hover.png);
color: #000000;
} 

#navbar a {
background: #565656 url(images/menu.png);
color: #DBD7D1;
border-color: #D7D7D7;
}

