BODY {
	color: #555555;
	background-color: white;
	padding: 0;
	margin: 0;
	}

#header {
	position; absolute;
	display: block;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	color: white;
	background: #CCCCCC url("header.png") repeat-x;
	}

#header H1 {
	margin: 0;
	padding: 30px 0 0 90px;
	}

#menu {
      position: absolute;
	top: 90px;
	left: 1em;
	bottom: 0;
	width: 150px;
      color: #555555;
	background-color: #CCCCCC;
	}

#menu A, #menu A:link, #menu A:visited {
      display: block;
	color: #555555;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 26px;
	padding: 0 0 0 1em;
	margin: 10px -5px 10px -5px;
	}

#menu A:hover {
	color: #DDDDDD;
	background-color: darkblue;
	}

#discrete {
      position: absolute;
      left: 1em;
      bottom: 1em;
      width: 150px;
      color: #555555;
      background-color: #CCCCCC;
      }

#discrete A, #discrete A:link, #discrete A:visited {
	display: block;
	text-align: center;
	font-size: 10px;
	width: 100%;
	bottom: 1em;
	color: #999999;
	font-weight: bold;
	border: none;
	background-color: inherit;
	}

#title {
	position: absolute;
	top: 90px;
	left: 200px;
	width: 600px;
	height: 40px;
	text-align: left;
	font-weight: bold;
	font-family: Sans-Serif;
	color: darkblue;
	background-color: white;
	}

#content {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 600px;        
	}

#login {
    display: block;
    color: #555555;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    text-decoration: none;
    font-family: Sans-Serif;
    font-size: 15px;
    padding: 0.5em 1em 0.5em 1em;
    margin: 10px -5px 10px -5px;
	position: absolute;
	bottom: 1em;
	}

#login input {
	width: 100%;
	}











