div.randoms{
  width: 602px;
  margin-left: auto;
  margin-right: auto;
}

div.randoms img{
  border: none;
  margin: 0;
}

div.RandomStuff{

        margin-left: 15%;
        margin-right: 15%;
        margin-bottom: 30px;

}


div.copyrightNotice {
  border-top: thin solid gray;
  margin-top: 30px;
  
  text-align: center;
  font-size: smaller;
}

div.newestdiary{

  margin-top: 50px;
  border-top: thin solid gray;
  margin-left: 15%;
  margin-right: 15%;

  with: 20%;


}

div.newestdiary div.diaryhead{

        height : 200px;

        padding: 10px;
}

div.newestdiary div.thumbnail{
        float: left;

        height: 150px;

        margin-top: 10px;
        margin-right: 10px;

        padding: 10px;
}					

div.newestdiary div.title{
        font-style: bold;
        font-size: larger;
        margin-left: -10px;
        margin-top: -10px;
        margin-right: 0px;
        padding: 0.2em;
        text-align: center;

}
								
div.newestdiary li{
     font-style: italic;
     font-size: smaller;
}
		


div.archiveMessage{
	margin-left: 15%;
	margin-right: 15%;
}


div.message{
	border-top: thin solid gray;


	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 30px;
	padding: 10px;
}

div.message a{
	margin-left: auto;
	margin-right: auto;

	text-align: right;
}


div.message h2{

	margin-top: 5px;

}

div.error{
	width: 75%;
	border-left: thin solid gray;
	border-right: thin solid gray;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;

}

div.error p{
	padding: 1em;
}
