html {
font-family:arial;
font-size:90%;
margin:0;
padding:0;
background:rgb(80%,80%,80%);
color:rgb(70%,70%,70%);
}

body {
min-width:800px;
background:#2e4155;
background-image:url(images/body.jpg);
margin:0 auto;
width:800px;
}

#banner {
background:#2e4155;
background-image: url(images/banner.png);
background-repeat: no-repeat;
background-position: top;
height:150px;
}

#nav {
background:#243342;
background-image: url(images/nav.jpg);
font-family:arial;
font-size:130%;
color:black;
width:796px;
margin:0 auto;
padding:2px;
height:46px;
}

#nav ul{
margin:0;
padding:0;
list-style:none;
}

#nav li{
display:inline;
margin:0;
padding:0;
}

#main {
background:#2e4155;
background-image:url(images/main.jpg);
float: right;
width:600px;
padding:10px;
}

#side {
background:#2e4155;
background-image:url(images/side.jpg);
float: left;
width:160px;
padding:10px;
}

#footer {
background:#243342;
background-image: url(images/foot.jpg);
background-repeat: no-repeat;
background-position: bottom;
height:30px;
padding:10px;
clear:both;
}

a:link {
color:orange;
background-color: transparent;
}

a:visited {
color:rgb(82%,42%,25%);
background-color: transparent;
}

a:active {
color:orange;
background-color: transparent;
}
