/* layout 01 MB R/C 107 club nederland */

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #CCCCCC;
	background-image: url(images/bg_container.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	}
	
/* Begin Structure of site '*/  
 
#container {
	padding:3px;
	width: 960px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}

#navcontainer {margin-top: 1px;
}

#header {margin-top: 1px;
	height: 300px;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 7px;
}

#left {
	float: left;
	width: 155px;
	color: #000000;
	background-image: url(images/bg_left.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
}

#right {
	float: right;
	width: 155px;
	color: #000000;
	background-image: url(images/bg_right.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;

}

#content {
	margin-top: 0px;
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #000000;
}

#footer {
	clear: both;
	margin-top: 0px;
	margin-left: 170px;
	margin-right: 170px;
	margin-bottom: 0px;
	color: #000000;
	padding: 4px;
	border: 0px solid #000000;
	background-image: url(images/bg_footer.jpg);
	text-align: center;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}


.tab1 td{
	color: #000080;
	padding: 3px;
}

p{
    margin-top: 12px;
	color: #000080;
	margin-bottom: 12px;
}

blockquote{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px dotted #FFFFFF;
}

h1{
	background-color: #2c5197;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

h2{
	padding: 5px;
	font-size: 1.3em;
	color: #2c5197;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}


ul {       color: #000080;
	margin-left: 20px;
	margin-right: 10px;
           text-decoration: none;
           font-style: normal;
           }
ol {       color: #000080;
           text-decoration: none;
           font-style: normal;
           }
a:link {   color: #000080;
           text-decoration: none;
           }
a:visited {color: #000080;
           text-decoration: none;
           }
a:hover {  color: #B22222;
           text-decoration: none;
           font-style: bold
           }
