@font-face{
	font-family: "bigTitle";
	src: url('../fonts/kenyan-coffee-rg.ttf');
}
@font-face{
	font-family: "articleTitle";
	src: url('../fonts/steelfish-rg.ttf');
}
/*@font-face{
	font-family: "normalText";
	src: url('../fonts/PragmaSans3.ttf');
}*/
html, body{
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	margin: 0 0 auto 0;
	padding: 0;
	/*box-shadow: 3px 2px 10px #848484;
	border-radius: 0px 0px 10px 10px;*/
	background-color: white;
}
a{
	color: black;
	text-decoration: none;	
}
a:hover {
	text-decoration: none;
}
#topheader, #footheader, #content, #footer{
	margin: 0;
}
#topheader{
	text-align: center;
	background-color: white;
	padding-top: 1.25%;
	padding-bottom: 1.25%;
	box-shadow: 0px 10px 10px #848484;
}
#topheader table{
	text-align: center;
	margin: auto;
	width: 80%;
}
#footheader{
	border-top: 5px solid rgb(232,80,10);
	text-align: center;
	color: white;
	/*background-color: rgb(252,100,40);*/
	padding-top: 1%;
	padding-bottom: 2%;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.11, rgb(40,40,60)), color-stop(0.56, rgb(60,60,80)));  
    background-image: -webkit-linear-gradient(center bottom, rgb(40,40,60) 11%, rgb(60,60,80) 56%);  
    background-image: -moz-linear-gradient(center bottom, rgb(40,40,60) 11%, rgb(60,60,80) 56%);  
    background-image: radial-gradient(ellipse farthest-corner, rgb(40,40,60) 11%, rgb(60,60,80) 56%);  
    -webkit-box-shadow: 0 0 65px rgb(20,20,40) inset, 0 0 20px rgb(10,10,30) inset;  
    -moz-box-shadow:    0 0 65px rgb(20,20,40) inset, 0 0 20px rgb(10,10,30) inset;  
    box-shadow:         0 0 65px rgb(20,20,40) inset, 0 0 20px rgb(10,10,30) inset;  
}
#footheader h1{
	font-family: bigTitle, Tahoma, Geneva, Verdana, sans-serif;	/*'Amatic SC', */
	font-size: 2em;
}
#content{
	border-top: 2px solid rgb(200,200,200);
	border-bottom: 2px solid rgb(200,200,200);	
	font-family: "Trebuchet MS", Tahoma, Geneva, Verdana, sans-serif;
	background: #e6e6eb;
	background: -moz-linear-gradient(-45deg,  #e6e6eb 0%, #fafaff 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e6e6eb), color-stop(100%,#fafaff));
	background: -webkit-linear-gradient(-45deg,  #e6e6eb 0%,#fafaff 100%);
	background: -o-linear-gradient(-45deg,  #e6e6eb 0%,#fafaff 100%);
	background: -ms-linear-gradient(-45deg,  #e6e6eb 0%,#fafaff 100%);
	background: linear-gradient(135deg,  #e6e6eb 0%,#fafaff 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6eb', endColorstr='#fafaff',GradientType=1 );*/
}
#footer{
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	color: white;
	padding-top: 5px;	
	padding-bottom: 5px;
	background: #232323; /* Old browsers */
	background: -moz-linear-gradient(top,  #232323 0%, #141414 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232323), color-stop(25%,#141414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #232323 0%,#141414 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #232323 0%,#141414 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #232323 0%,#141414 25%); /* IE10+ */
	background: linear-gradient(to bottom,  #232323 0%,#141414 25%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#141414',GradientType=0 );*/
}
#footer p{
	text-align: center;
	font-size: 0.8em;
}