html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin:10px;
}
a:link,a:visited,a:active,a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h1 {
	font-size: 36px;
	color: #FFFFFF;
}
h2 {
	font-size: 27px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}
h4 {
	color: #FFFFFF;
}
select {
font-size:10px;
margin-top:4px;
margin-right:5px;
color:#999999;
letter-spacing:1px;
}
#logo {
width:273px;
height:76px;
background-image:url(imgs/logo.gif);
float:left;
margin-bottom:20px;
}
#logo h1 {
display:none;
}
#extra {
float:left;
text-align:right;
width:60%;
margin-top:10px;
}
#navigation {
background-color:#999999;
width:60%;
height:29px;
float:left;
text-align:right;
}
#title {
width:500px;
height:31px;
background-image:url(imgs/title.gif);
background-repeat:no-repeat;
overflow:hidden;
clear:left;
padding-left:5px;
}
#item_container {
margin-top:10px;
width:500px;
background-image:url(imgs/item_bg.gif);
background-repeat:repeat-y;
}
#item_container_large {
margin-top:10px;
width:600px;
background-image:url(imgs/item_bg_large.gif);
background-repeat:repeat-y;
}
.item_horz {
width:500px;
height:1px;
background-image:url(imgs/dashhorz.gif);
background-repeat:repeat-x;
overflow:hidden;
}
.item_horz_large {
width:600px;
height:1px;
background-image:url(imgs/dashhorz.gif);
background-repeat:repeat-x;
overflow:hidden;
}
#item_title {
margin:2px 3px 0px 3px;
padding-left:2px;
background-image:url(imgs/item.gif);
height:19px;
width:492px;
overflow:hidden;
}
#item_content {
padding:4px;
}
#addentry {
float:right;
margin-right:12px;
margin-top:8px;
}
.manage {
margin-top:2px;
margin-right:6px;
float:right;
}
img {
border:0px;
}
.eh {
display:none;
}