/*
Title:      Mike Shane styles for screen media
Author:     Steef Hanemaaijer
Updated:    September 2011
*/


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 ]------------------------------- */

#wrapper {
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left:-475px;
	margin-top:0;
}
#header {
	width:950px;
	height: 106px;
	margin:0;
}
#nav {
	display: block;
	float: right;
	margin: 70px 0 0 5px;
}
#nav a{
	margin-left:15px;
}
#logo {
	display: block;
	float: left;
	width: 226px;
	height: 85px;
	margin: 10px 0 0 50px;
	background: url('images/MSlogo04Compact.gif') 0 0 no-repeat;
}
#txt {
	width: 950px;
	margin: 20px 0 0 0;
	font-size: 13px;
}
#leftcol {
    position: relative;
    left:0;
    top:0;
	float:left;
    width:290px;
  }
#centercol {
    width:290px;
	float:left;
    position: relative;
    left:50px;
    top:0;
    }
#rightcol {
    position: relative;
    top:0;
	float:right;
    width:290px;
    }
#twocollft {
    position: relative;
    left:0;
    top:0;
	float:left;
    width:450px;
  }
#twocolrgt {
    position: relative;
    top:0;
	float:right;
    width:450px;
  }
#twocolpiclft {
    position: relative;
    left:0;
    top:0;
	float:left;
    width:160px;
  }
#twocolpicrgt {
    position: relative;
    top:0;
	float:right;
    width:770px;
  }
#footer {
    margin-bottom:10px;
    }
#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;
}
#clear {
	clear: both;
	height: 1px;
	margin: 10px 0 20px 0;
}
#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;
}
.quotephoto {
   padding:6px;
   border: solid 1px #999;
   background-color: #eee;
}
.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: 5px 0;
	padding: 10px 0 -10px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #555555;
	margin: 0;
	padding: 10px 0 -10px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color: #fff;
	padding: 0 0 -30px 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: #fff;
	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: 1px solid #999;
	padding-top: 5px;
}
.copyright a:link {
	color: #666;
}
.copyright a:visited {
	color: #666;
}
.copyright a:active {
	color: #666;
}
.copyright a:hover {
	color: #666;
}
.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 {
width:170px;
float:right;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px dashed #999;
	font: normal 12px/18px georgia, serif;
	color: #588DA2;
	background-color:#FFFFFF;
	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;
}


