/* Skeleton 3 CSS Document 
 * uses rounded corners and 2-level tab menu with  
 * left column for 3rd level links
 * Code: Dirk bertels
 * Coder contact: dirk@dirkbertels.net
 * Date: October 2009
*/

/*********************************************************
	GENERAL FORMATS
*********************************************************/
h1 {
  font-size:x-large;
  color:#763509;
}

h2 {
  color:#000;
  font-size:large;
  font-family:Arial, Helvetica, sans-serif;
}

a {
display:inline;
color:#763509;
}

a:hover {
color:#ff0000;
}

a:visited {
color:#6da4b7;
}

/*********************************************************
	STRUCTURE DIVs
*********************************************************/
.fullScreen{
	width: 100%;
	height: 100%;
	background-color: #000;
}

.base{
	/*background-image: url(images/bg_lightning.png);*/
   	/*background-repeat: repeat-y;*/
	background-color: #87918a; /*#e18b8b;698c74;*/
	width:  823px;
	overflow: hidden;
	position: relative;
   	margin:0px 140px;
	border: solid #6c6676 2px;
}

#header{
	position: relative;
	background-image: url(images/lightning.jpg);
	background-repeat:  no-repeat;
	margin-top: 5px;
	margin-left: 12px;
	width: 800px;
	height: 175px;
	background-color: #E2DDCA;
	border: solid #96460F 1px;
} 

#menu{
	position: relative;
	margin-top: 10px;
	width: 800px;
	/*height: 80px;*/
	margin-left: 12px;
} 

#left-col{
	position: relative;
	margin-top:5px;
	float: left;
	margin-left: 12px;
	width:   190px;
	height: 500px;
	background-color: #E2DDCA;
	border: solid #96460F 1px;
}

#left-col p{
	margin: 10px;
}

#left-col ul{
	list-style:none;
	margin:0px 0px 0px 10px;	/*top, right, bottom, left*/
	padding:0;
}

#left-col h4{
	margin:10px 0px 10px 10px;	/*top, right, bottom, left*/
}

#body-col{
	position: relative;
	margin-top: 5px;	
	margin-left: 5px;
	float: left;
	width: 605px;
	height: 500px;
	background-color: #F1EFE8;
	border: solid #6c6676 2px;
}  

#body-col p{
	margin:10px;
}

#body-col ul{
	list-style:none;
	margin:10px 0px 0px 10px;	/*top, right, bottom, left*/
	padding:0;
}

#body-col h4{
	margin:10px 0px 10px 10px;	/*top, right, bottom, left*/
}

#footer-col{
	position: relative;
	margin-left: 12px;
	margin-top: 5px;	
	margin-bottom: 5px;
	float: left;
	width: 800px;
	height: 50px;
	background-color: #E2DDCA;
	border: solid #96460F 1px;
}

#footer-col p{
	margin: 10px;
	display:inline;
}

#footer-col h4{
	margin:10px 0px 10px 10px;	/*top, right, bottom, left*/
	display:inline;
}
