@charset "UTF-8";
/* CSS Document */


body{
	background-color:#fbfbda;
}

#wrapper{
	width:970px;
	/*TOP RIGHT BOTTOM LEFT*/
	margin: 0 auto 0 auto;
	position:relative;
}

nav a:link {
	color:#1967af;
	text-decoration:none;}      /* unvisited link */
nav a:visited {color:#1967af;}  /* visited link */
nav a:hover {color:#1ebc38;}  /* mouse over link */
nav a:active {color:#1967af;}  /* selected link */

header{
	float:left;
	width:969px;
	height:218px;
	background-image:url(Images/HeaderLABDA.jpg);
}

nav{
	color:#1966ae;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	float:left;
	text-align:center;
	width:969px;
	height:76px;
	background-image:url(Images/NavigationLABDA.jpg);
}

article{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#1967af;
	background-image:url(Images/Articalbackground.jpg);
	background-repeat:repeat-x;
	float:left;
	width:929px;
	padding: 20px 20px 0 20px;
}

article a:link {
	color:#1ebc38;
	text-decoration:none;}      /* unvisited link */
article a:visited {color:#1ebc38;}  /* visited link */
article a:hover {text-decoration:underline;}  /* mouse over link */

article section{
	float:left;
	width:879px;
	margin:0 30px 0 15px;
	padding: 0 30px 0 15px;
}

article section a:link {
	color:#1ebc38;
	text-decoration:none;}      /* unvisited link */
article section a:visited {color:#1ebc38;}  /* visited link */
article section a:hover {text-decoration:underline;}  /* mouse over link */

#footer{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(Images/FooterLABDA.jpg);
	clear:both;
	width:809px;
    height:178px;
	padding: 0px 0px 0 160px;
}

#footer a:link {
	color:#1ebc38;
	text-decoration:none;}      /* unvisited link */
#footer a:visited {color:#1ebc38;}  /* visited link */
#footer a:hover {text-decoration:underline;}  /* mouse over link */

h1{
	text-align:center;
	font-size:30px;
}

h2{
	text-align:center;
	color:#1ebc38;
	
}

h3{
	text-align:center;
}

h4{
	color:#1ebc38;
}
