*,html,body{
	margin: 0px;
	padding: 0px;
}

td, div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
}

.bodyDiv div{
	font-size: 14px;
}

label {
	line-height:90%;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	height: auto;
	padding-right: 5px;
	white-space:nowrap;
}

.commentList{
	font-size: 14px;
}

.commentInfo{
	color: #990000;
	margin-bottom: 1px;
	font-size: 14px;
	float: right;
}

.comment{
	font-size: 14px;
	margin-bottom: 15px;
	padding: 5px;
}

.comment:nth-child(odd){
	background-color: #EEEEEE;
}

.releaseLinks, .releaseLinks td{
	font-size: 14px;
}

.entry{
	font-size: 14px;
	text-align: left;
	padding-bottom: 15px;
}

#comment_form table{
	width: auto;
}

#comment_form td{
	margin: 0px;
	font-size: 14px;
	padding-bottom: 5px;
}

#comment_form{
	margin-bottom: 15px;
}

.commentLink, .commentLink:hover{
	border: 1px solid #999999;
	background-color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	float: right;
	clear: both;
}

.commentLink:hover{
	color: #990000;
}

.galleryDescription{
	font-size: 14px;
	text-align:center;
}
.galleryTitle{
	font-size: 14px;
	font-weight: bolder;
}

.bodyDiv{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.pagination{
	font-size: 14px;
}

a, a:hover, a:visited, a:active{
	text-decoration: none;
	font-weight: bolder;
	color: black;
}

a:hover{
	color: #990000;
}

.page{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.footer{
	font-size: 12px;
	color: grey;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

nav{
	float:left;
	width: 200px;
	clear: none;
}

nav>h1{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

h2{
	font-size: 18px;
}

.navItem{
	font-size: 14px;
	margin-left: 5px;
}

#pageContent{
	float: right;
	font-size: 14px;
	width: 590px;
}

#pageContent>h1{
	text-align: right;
	font-size: 24px;
}