﻿body {
    background-image: url('images/theme/glabkgnd.jpg');
    background-repeat: repeat-y;
}
a:link {
	color: #006666;
}
a:visited {
	color: #006666;
}


@font-face {
  font-family: "Century Gothic";
  src: url(/assets/gothic.ttf);
}

div {
  font-family: "Century Gothic";
}

.MainText {
	font-family: "Century Gothic";
	font-size: medium;
}
.imagescenter {
	font-family: "Century Gothic";
	font-size: medium;
	text-align: center;
}
.OldPostsText {
	font-family: "Century Gothic";
	font-size: small;
	font-style: italic;
}
.AgeText {
	font-family: "Century Gothic";
	text-align: center;
	font-size: small;
}
.BannerText {
	font-family: "Century Gothic";
	text-align: center;
	font-weight: bold;
	color: rgb(0, 128, 128);
}
.ContentsSmallText {
	font-family: "Century Gothic";
	font-size: small;
}

#headline {
  margin: 0 auto;
  width: 596px;
  text-align: left;
  } 
  
#center-img-txt  {
	text-align: center;
	font-family: "Century Gothic";
	font-size: medium;
}

div.centered {
    text-align: center;
  	font-family: "Century Gothic";
	font-size: medium;
    width: 75%;
    margin: auto;
     }


/* div.centered table {
width:70%; margin-left:15%; margin-right:15%;
font-family: "Century Gothic";
text-align: center
} 
*/


#header {
width:100%;
height:75px;
margin:0 auto;
margin-bottom:25px;
border-top:1px solid #ccc;
}
 
#header h2 {
padding:10px;
}
 
#nav {
width:150px;
height:0px;
}
 
#nav a {
text-decoration:none;
}

#nav li {
	list-style:none;
}
 
#nav a:hover {
background-color:#bababa;
height:40px;
}

#content {
width:75%;
margin-left: auto;
margin-right: auto;
}

#content a:hover {
background-color:#bababa;
height:40px;
}

/*
#sidebar {
width:100px;
float:left;
margin-left:25px;
margin-bottom:25px;
}
 
#sidebar a {
text-decoration:none;
}
 
#sidebar li {
list-style:none;
}
*/

table.padded-table td { padding:0px 10px; }

/*
div.centered {
	text-align: center;
    width: 50%;
    margin: auto;
}
*/

