body
{
	background-color:#FFF;
	color:#000;
	font-family:Calibri;
	margin-top:2%;	
}

@font-face {
    font-family: myFont;
    src: url(/fonts/KGSorryNotSorry.ttf);
}

a 
{
	color:000;
	text-decoration: none;
}

#wrapper
{
	margin-left:33px;
	margin-right:33px;
}

#timer
{
	font-size:25px;
	color:000;
	margin:auto;
}

#toggleSite
{
	color:000;
}

#timerHolder
{
	text-align:center;
	position:absolute;
	width:99.5%;
	top:20%;
	height:150px;
	margin:auto;
	background-color:FFF;
	color:000;
}

#header
{
	position:relative;
	max-width:960px;
	height:20px;
	color:000;
	margin:auto;
	
}

#headerTitle
{
	position:relative;
	float:left;
	font-size:32px;
	color:FFF;
	font-family: myFont;
}

#langHolder
{
	position:relative;
}

.langIcons
{
	position:relative;
	float:right;
	width:25px;
	height:17px;
	padding:2px;
	margin-top:10px;
}

.langIcons:hover
{
	cursor: hand;
}

#menu
{
	float:right;
	width:auto;
	font-family: myFont;
}

#buttonHolder
{
	position:relative;
	vertical-align:center;
	max-width:960px;
	height:100%;
	margin:auto;
}

.menuButton
{
	position:relative;
	float:right;
	width:auto;
	height:20px;
	margin-right:10px;
	text-align:center;
	line-height:40px;
	vertical-align:center;
	padding:10px;
	font-size:24px;
	color:#FFFFFF;
	line-height:20px;
}

.menuButton:hover
{
	cursor: hand;
	text-decoration: underline;
	background-color:#EEEEEE;
}

.menuButton a
{
	cursor: hand;
}

#introText
{
	//max-width:70%;
	//margin:auto;
}

#content
{
	margin-bottom:50px;
	color:000;
}

#content a
{
	color:000;
	text-decoration: underline;
}

#sliderHolder
{
	position:relative;
	height:340px;
	max-width:960px;
}

.pSliderElement
{
	width:500px;
	height:300px;
	position:absolute;
	margin-top:20px;
	font-family: myFont;
}

.pSliderElementInfo
{
	font-size:32px;
	position:relative;
	background-color:rgb(0, 0, 0);
	color:FFF;
	height:auto;
	margin-top:-140px;
}

.sortButton
{
	font-style:oblique;
	float:left;
	margin-left:10px;
}

.sortButton:hover
{
	cursor: hand;
	text-decoration: underline;

}

.head 
{
	font-size:24px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: myFont;
}

#SortHolder
{
	font-size:18px;
	font-family: myFont;
}

#elementHolder, #content
{
	position:relative;
	max-width:960px;
	height:auto;
	vertical-align:center;
	margin:auto;
	height:auto;
}

#footer
{
	max-width:960px;
	margin:auto;
	height:auto;
	color:000;
}

#copyrightDisclaimer
{
	color:#555555;
	font-size:12px;
	padding:20px;
	text-align:center;
}