/* Elements */
body{
	background-color: #000000;
	font-family: "Teko";
	color: #3b6772;
}

/* Ids */
#NavBar{
	background-color: #dbd9dc;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: #35d916;
}

#BannerPictureContainer{
	text-align: center;
}

#BannerPicture{
	width: 75%;
	/*height: 140px;*/
}

#Content{
	background-color: #dbd9dc;
	border-style: solid;
	border-width: 5px;
	border-radius: 5px;
	border-color: #35d916;
}

#CountdownClockHeader{
	text-align: center;
	font-size: 60px;  
}

#CountdownClock{
	text-align: center;
	font-size: 60px;  
}

/* Classes */
.NavBarItem{
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	border-color: #35d916;
}

.FullRow{
	width: 100%;
}

.Column50{
	min-width: 50%;
}

.Column33{
	max-width: 33%;
}

.Thunbnail{
	width: 50%;
	text-align: center;
}

.FairyPic{
	/*width: 100px;*/
	height: 100px;
	text-align: center;
}

.BigPicture{
	max-width: 100%;
}

.InlineBlock{
	display: inline-block;
}

.VTop{
	vertical-align: top;
}