#box {
	width: 500px;
	margin: 10px 20px;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 1em 2em;
	border: #333333 dotted 1px;
	text-align: left;
    
}


legend,  .blogTitle
{
	padding: 0px 3px;
	color: #666699;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
    overflow: hidden;
    
}

.blogTitle {
    font-size: 12px;
    text-decoration: none;
    color: #666699;
}

#menu legend {
    color: #666699;
}

#box legend a { 
color: #666699;
background-color: white;
text-decoration: none; 

}

html, body {
  margin:0px;
  padding:0px;
  font-size: 11px;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
  color: #000000;
  background-color: #FFFFFF;
}    




.blogLink {
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 5px;
  padding-left: 5px;
  text-indent: -10px;
}

.inlineBlogLink {
  font-size: 12px;
  text-decoration: none;
}




.inlineBlogLink:hover, .blogLink:hover, .blogTitle:hover, #box legend:hover {
  background-color: white;
  text-decoration: underline;
  
}

a {
  color: #666699;
  background-color: transparent;
}


            
#head {
  position: absolute;
  top:0px;
  padding: 0px;
  margin: 0px;
  width:100%;
  background: #9999CC;
}
#content {
  position: absolute;
  left: 20px;
  top: 90px;
  background-color:#fff;
  padding-right: 20px;
  padding-left: 20px;
  
} 
#edit {
  float: right;
}      
#topnavi {
  background-color: #666699;
  border-bottom: 1px #9999CC solid;
  padding-left: 40px;
  color: white;
}

#rightcol {
    position: absolute;
  top: 100px;
  left: 600px;
  width: 300px;
}

#buttons img {
    margin-bottom: 5px;
}

#menu, #buttons {
  
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  
}
#footer {
  clear: both;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 10px;
  color: #333366;
  width: 100%;
  background-color: transparent;
}
.center{
  text-align: center; 
}

