a img {border:none;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
body{background:#CCC;}

#PageTitle{
	background-color: #3EA4E6;
	text-align: center;
	font-weight: bold;
	font-family:arial;
	font-size:1.5em;
	color: black;
        width: 100%;
}



/* wrap */
.wrap{
width:800px; 
margin:0 auto;
}

/* header */
.header
{
   background-image: url(/images/header.jpg);
   background-repeat: no-repeat;
   height: 60px;
}

/* login */
.login{
text-align: right;
  background:#3ba2e5;
  color: black;
  font-family: arial;
  //height:20px;
}
.login a
{
color:black;
text-decoration:none;
}

/* menu */ 
.menu
{
width: 800px;
background: #b3e6ff;
}

/* menuitem */
.menuitem {
  float: left;
  text-align: center;
  width: 133.333px;  
  height: 40px;
}
a.menuitem{
 color: blue;
 background: #b3e6ff;
 font-family: arial;
 font-size: 1.2em;
 text-decoration: none;
}
a.menuitem:hover{
background:#3ba2e5;
color:white;
}

/* content */
.content {
  color: black;
  background-color: #b3e6ff;
 }

/* footer */
.footer {
text-align: center;
	width:800px;
        font-family: arial;
	font-size:.8em;
        height: 80px;
	float: left;
   background-image: url(/images/footer.jpg);
   background-repeat: no-repeat;
  } 
  
#REG{
	position:absolute;
	top:20px;
	left:665px;
	color:black;
	background-color: #E0E0E0;
	height: auto;
	width: auto;
}

#LOGIN{
	position:absolute;
	top:20px;
	left:770px;
	color:black;
	background-color:#E0E0E0;
	text-align:center;
	height: auto;
	width: auto;
}

#USERMENU{
	position:absolute;
	top:200px;
	left:810px;
	color:black;
	background-color: #F0F0F0;
	height: 100px;
	width: 100px;
	text-align:center;
}