html {
	height: 100%;
	margin-bottom: 1px;
}
BODY {	background-color: #ccc;
	   font-family: Verdana, "Bitstream Vera Sans", sans-serif;
			line-height: 1.3em;
}

#logo {
   position: absolute;
   top : 0;
   left: 0;
   width: 100%;
   text-align: center;
   background-color: #ffffff;	
   border-color: #336699;
   border-style: solid;
   border-width: 2 0;
}

#left_col {
   position: absolute;
   width: 250px;
   top : 100;
   left: 5;
   color: #336699;
	line-height: 1.5em;
   text-align: center;
   padding 10px;
   height: 100%;
   font-size: 100%;
}
#menu {
   padding: 10px;
   text-align: left;
}

#right_col {
   position: absolute;
   height: 100%;
   top : 95;
   left: 275px;
   margin-right: 20;
}


DIV#header {
   position: relative;
   top: 10;
  width: 70%;
   background-color: #336699;
   left: 5;
   padding: 5px 0;
   padding-bottom: 4px;
   font-size: 120%;
   z-index: 3;
   font-weight: bold;
   color: #cccccc;
   letter-spacing: 0.1em;
   word-spacing: 0.25em;
}

H1#header {
   background-color: #336699;
   padding: 5px 0;
   font-size: 130%;
   font-weight: bold;
   color: #fff;
   letter-spacing: 0.1em;
   word-spacing: 0.25em;
}

#border {
   position: relative;
   top: 0;
   left: -15;
   z-index: 2;
   background-color: #336699;
   margin: 20 20;
   padding: 0 0;
}

#content {
   background-color: #fff;
   padding: 1px 0;
   margin: 1 1;
}

h1{margin: 0 20px;padding: 4px 0px}
h2{font-size: 110%;
   margin: 0 20px;
   padding:0}
p{margin: 10 20px;padding:0}

p#menubalk {
   text-align: right;
   font-size: 80%;
   margin: 0 5;
   padding: 0;
   border: 0;
   color: #999;
}

p#copyright {
   text-align: center;
   font-size: 80%;
   color: #000;
}

a {
   color: #ae6b6b;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
	background-color: #be7b7b;
	}

a.menubalk {
   color: #fff;
}

div#menu a {
	text-decoration: underline;
   color: #369;
}
div#menu a:hover {
   background-color: #ccc;
}
