body {
	margin: 10px;
}

#titlebox {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B6B9CE;
}

#dvd {
	display: none;
}

#bigmouth {
	float:right;
	margin-right: 50px;
}

#deadline {
	float:left;
}

#navbox{
	display: none;
}


/* subpages */
#col1box {
	display: none;
}


/* footer */
#footer {
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #B6B9CE;
	padding-top:10px;
	float: left;
	font-size: small;
}


/* images */
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #B6B9CE;
}

.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #B6B9CE;
}


.clearfloat {
	clear:both;
}


