html,body{margin:0;padding:0;height:100%;border:none;font-family:verdana;font-size:12px;color:#444;}
img	{border:none}
a:hover{color:#696;text-decoration:none}
a:link{color:#696;text-decoration:none}
a:visited{color:#363;text-decoration:none}
.bug		{color:#ff0000;font-weight:bold}
.alert	{font-weight:bold;color:#090}
.input {border:solid 1px #ccc}
.error {color:#c33;font-weight:bold}


#head	{
  background:url('images/hback.png');
  height:65px;
  border-bottom:solid 1px #fff;
  width:100%;
}

#content	{
  margin:20px 30px;
}

#footer	{
  border-top:solid 1px #696;
  text-align:right;
  color:#777;
  margin:30px;
}

#login {
  position:absolute;
  top:10px;
  right:80px;
  float:right;
  margin:10px 0; 
  color:#fff; 
  width:500px;
}
#login a {
  color:#fff;
}
#login div {
  margin-right:10px;
  float:left
}

.button {
  border:#696 1px solid;
  background-color:#7a7;
  color:#fff;
  height:21px;
  text-align:center;
  font-weight:bold;
  width:100px;
}

ul li	{
  line-height:24px;
}
 
#menu	{
  background:url('images/menu.png') repeat-x;
  height:30px;
  padding-top:4px;
}


#menu ul{
	list-style: none;
	padding:0;
	margin:0;
	height:26px;
}

#menu li {
	display: inline;
	list-style-type: none;
	float:left;
	padding:0;
	margin:0 4px;
	height:24px;
	border-right: 1px solid #cc9;
	border-left: 1px solid #cc9;
	border-top: 1px solid #cc9;
	background-color:#ffc;
}

#menu li a {
	margin: 0;
	height:24px;
	padding:5px 24px;
	line-height:24px;
	color:#000;
	text-decoration: none;
}

#menu li a:hover {
  text-decoration:underline;
}

#menu .current {
	background-color:#fff;
	height:25px;
}

h1 {
  font-size:21px;
  color:#c63;
  line-height:26px;
  margin:20px 0 10px 0;
  font-weight:normal;
  font-family:arial,verdana
}

h2 {
  font-size:16px;
  line-height:26px;
  color:#c63;
  margin:12px 0 8px 20px;
  font-weight:normal;
  font-style:italic; 
}

h3 {
  font-size:18px;
  color:#c63;
  margin:12px 0 8px 0;
  font-weight:normal;
}

p	{
  font-size:12px;
  line-height:21px;
  padding:0;
  margin:4px;
}



