@charset "utf-8";
/* CSS Document */

body {
height:100%
}

#container {
  width: 960px;
  background-image:url('../images/nav_content.gif');
  background-repeat:repeat-y;
  height:100%;
}

#header {
  background-image:url('../images/header.gif');
  width: 960px;
  height: 111px;
}

#intro {
  position:relative;
  background-image:url('../images/intro.gif');
  width: 960px;
  height: 180px;
}

#login {
  float: left;
  width: 200px;
  height: 125px;
  margin-left:45px;
  margin-top:45px;
}

#menu {

  float:left;
  width: 960px;
  height: 86px;
}

#nav {
  float:left;
  width: 225px;
  margin-left: 35px;
}

#page {
  float:right;
  width: 680px;
  margin-right:20px;
}
#footer {
  background-image:url('../images/footer.gif');
  width: 960px;
  height: 85px;
}

#smallprint {
	background:#FFFFFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

