body, html {
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
	background:#111;
  }

img {
	padding:0;
	border:0;
	margin:0;
  }

div#r0 {
	min-height:100%;
	width:600px;
	background:#411;
	margin:0 auto;
  }

div#r1 {
	min-height:100%;
	width:580px;
	margin:0 10px;
  }

div#header {
	background: #eee;
	background: url(header.png) no-repeat;
	height: 200px;
  }
  
div#footer {
	height: 20px;
  }

div#navbar {
	height: 20px;
	text-align: center;
	background: url(semiwhite.png) repeat;
	vertical-align: middle;
  }

div#heightnb {
	height: 150px;
  }

div#contentheader {
	text-align: left;
	margin-left: 40px;
  }

div#content {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
  }
  
.entrybox {
	width: 100%;	
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-color: #909090;
	border-style: solid;
	margin: 0 0 15px 0;
  }

.entrytable {
	margin: 10px 10px 10px 10px;
  }

.previewpic {
	text-align: left;
	vertical-align: top;
  }

.info {
	text-align: left;
	vertical-align: top;
  }
  
.divider {
	width: 5%;
  }
  
.download {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background:#522;
	height: 24px;
	border-width: 1px;
	border-color: #909090;
	border-style: solid;
  }

.preview {
	width: 240px;
	height: 192px;
  }