/*
Title:      Mike Shane styles for screen media
Author:     Steef Hanemaaijer
Updated:    March 30 2006
*/

body {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	background-image: url(images/MS-bck-main.jpg);
	background-repeat: repeat-x;
}
.new {
	font-size: 13px;
	font-family: Arial, san-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	background-image: url(images/MS-bck-main.jpg);
	background-repeat: repeat-x;
}

/* ---[ layout elements ]------------------------------- */

#tracker {
	display:none;
}
#homephoto {
   width: 350px;
   height: 225px;
   margin:0;
   padding:0;
   background-color: #eee;
}
#homephoto2 {
   width: 928px;
   height: 300px;
   margin:10px 0 0 0;
   padding:10px;
   border: solid 1px #999;
   background-color: #eee;
}
#Pic750 {
   width: 750px;
   height: 500px;
   margin:10px 0 0 0;
   padding:10px;
   border: solid 1px #999;
   background-color: #eee;
}
td.tablelines {
	border-bottom: 1px solid #e9e9e9;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

/* ---[ pic styling elements ]--------------------------- */

.picS {
	margin:0;
	background-color: #e9e9e9;
	height: 101px;
	width: 130px;
	padding-top: 30px;
	text-align:center;
}
.picScontainer {
	margin:0;
	padding: 2px;
	width: 130px;
	border:1px solid #fff;
	text-align:center;
}
.pic350 {
	background-color:#fff;
	height:400px;
	width:400px;
	padding:0px;
	text-align:center;
}
.picMleft {
	margin-bottom: 5px;
	margin-left: 15px;
}

/* ---[ text styling elements ]--------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	padding: 10px 0 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 10px 0 -20px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #555555;
	margin: 0;
	padding: 10px 0 -10px 0;
}
.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.kopje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #eee;
	padding: 30px 0 30px 0;
}
.copyright {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
}
.copyright a:link {
	color: #666666;
}
.copyright a:visited {
	color: #666666;
}
.copyright a:active {
	color: #666666;
}
.copyright a:hover {
	color: #666666;
}
.slink {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-style: normal;
	color: #333;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
} 
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
.Quote {
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px dashed #999;
	font: normal 12px/18px georgia, serif;
	color: #588DA2;
	font-style: normal;
}
.Linkdirs {
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px dashed #999;
	color:#666;
}
.Col300 {
	width: 300px;
	margin-left:230px;
}
.subnav {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding-top: 5px;
	text-decoration:none;
}

