body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	background-color: black;
	
	color: #EEEEEE;
	padding: 0;
}

a:link, a:visited {
/*	color: #ACFA58;	Simiolus Groen */
/*	color: #FF77BB;		Simiolus Rose */
        color: #87BCFF;        /* Simiolus Blauw */
}

a:hover, a:active {
/*	color: #ACFA58;		Simiolus Groen */
/*	color: #FF77BB;		Simiolus Rose */
        color: #87BCFF;        /* Simiolus Blauw */
}

a.navLink {
	font-size: 1.0em;
	color: black;
	text-decoration: none;
	text-transform: capitalize;
}

a.emailLink, a.docLink {
/*	color: #CC4488;		 Simiolus Donker Rose */	
       color: #5D8CC8;		/* Simiolus Donker Blauw */	
	}
	
	div {
		border: Silver 1px none;
	}

.mainContainer {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

	text-align:left;
	width: 750px;
}

.leftColumn {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.rightColumn {
	float: left;
	width:  550px;

	text-align: left;
	padding-top: 1em;	
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 4em;	

	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;

	border-top: #404040 1px solid;
	border-left: #101010 1px solid;
	border-right: #181818 1px solid;
	border-bottom: #151515 1px solid;
}


#about, #contacts, #subscriptions, #backsets, #stylesheet, #simiolus_index, #advertising, #how_to_help {
	padding-bottom: 4em;
}

#stylesheet, #simiolus_index, #how_to_help {
	height: 400px;
}

.mainNavContainer {
	width: 9em;
	float: right;
	margin-top: 35px;
}

.navLinkContainer {
	border-style: solid;
	border-width: 1px;
	border-color: DarkGray;
	
	background-color: Gainsboro;
	font-size: 1em;
	text-align: right;
	margin-top: 1em;
	padding: 0.1em;
	padding-right: 0.3em;
	}

.navLinkContainer:hover {
/*	background-color: #FF77BB;		 Simiolus Rose */
        background-color: #87BCFF;        /* Simiolus Blauw */
/*	border-color: #DD5599;		 Simiolus Donker Rose */
        border-color: #5D8CC8;		/* Simiolus Donker Blauw */
}

.navLinkContainer#activePage {
	font-weight: bold;
	text-transform: capitalize;
	border: none;
/*	color: #FF77BB;		 Simiolus Rose */
        color: #87BCFF;        /* Simiolus Blauw */
	background: none;
	}

.copyRightContainer {
	text-align: center;
	font-size: 0.85em;
	color: Silver;
	margin-top: 120px;
}

.footer {
	padding-top: 0.3em;	
	padding-right: 0.8em;
	font-size: 0.8em;
	clear: both;
	text-align: right;
}

.footer, a.footerLink {
	color: #444;	
}

.name {
	font-size: 0.80em;
}

.nameSimiolus {
/*	color: #FFCCEE; */
	color: White;
	font-size: 1.0em;
	font-style: italic;
}

.article {
	font-size: 0.85em;
}

.adContainer {
/*	border-top: #404040 1px solid;
	border-left: #101010 1px solid;
	border-right: #181818 1px solid;
	border-bottom: #151515 1px solid; */
	text-align: center;

	width: 120px;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.adContainer#leftColumn {
	clear: left;
}
.adContainer#rightColumn {
	clear: right;
}

.adImage {
	border: none;
}

.adPdfLink {
	color: black;
}

.adSiteLink, .adText {
	font-size: 0.8em;
}

.unimportantInfo {
	font-size: smaller;
	color: gray;
}