body{
position:relative;
margin:0 auto;
width:100%;
height:100%;
background-image:url('backg.gif');
background-repeat:repeat-x;
background-color: #303030;
padding-top: 5px;
}

#container{
width: 900px;
margin: 0 auto;
font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
line-height: 1.6em;
background-color: #ffffff;
border: solid 10px #ffffff;
}

#logo{
clear: both;
padding-bottom:5px;
}

#header{
height:389px;
background-image:url('header1.jpg');
background-repeat:no-repeat;
clear: both;
}

#navigation {
position: relative;
height: 50px;
top: 325px;
left: 10px;
}

#a1 {
width: 74px;
height: 40px;
display:inline;
float:left;
text-align:center;
text-decoration:none;
background-image: url('2home.gif');
background-repeat:no-repeat;
padding-right:14px;
}

#a2 {
width: 93px;
height: 40px;
display:inline;
float:left;
text-align:center;
text-decoration:none;
background-image: url('2analyses.gif');
background-repeat:no-repeat;
padding-right:14px;
}

#a3 {
width: 102px;
height: 40px;
display:inline;
float:left;
text-align:center;
text-decoration:none;
background-image: url('2summary.gif');
background-repeat:no-repeat;
padding-right:14px;
}

#a4 {
width: 94px;
height: 40px;
display:inline;
float:left;
text-align:center;
text-decoration:none;
background-image: url('2meetings.gif');
background-repeat:no-repeat;
padding-right:14px;
}

#a5 {
width: 91px;
height: 40px;
display:inline;
float:left;
text-align:center;
text-decoration:none;
background-image: url('2records.gif');
background-repeat:no-repeat;
padding-right:14px;
}

#a6 {
width: 66px;
height: 40px;
display:inline;
float:left;
text-align:center;
text-decoration:none;
background-image: url('2maps.gif');
background-repeat:no-repeat;
padding-right:14px;
}

#a7 {
width: 67px;
height: 40px;
display:inline;
float:left;
text-align:center;
text-decoration:none;
background-image: url('2rules.gif');
background-repeat:no-repeat;
padding-right:14px;
}

#a8 {
width: 90px;
height: 40px;
display:inline;
float:left;
text-align:center;
text-decoration:none;
background-image: url('2contact.gif');
background-repeat:no-repeat;
padding-right:14px;
}

#a9 {
width: 70px;
height: 40px;
display:inline;
float:left;
text-align:center;
text-decoration:none;
background-image: url('2links.gif');
background-repeat:no-repeat;
}

#bwrap{
background-image:url('bg.gif');
background-repeat:no-repeat;
padding:15px;
clear: both;
}

#dwrap{
float: left;
width: 880px;
background-color:;
}
	
#dleft{
width: 880px;
list-style-type: none;
background-image:;
background-repeat:no-repeat;
padding-top:26px;	
padding-bottom:5px;			
}
		
#footer{
margin-top: 0px;
clear: both;
background-color:#ffffff;
text-align:center;
padding: 0px 5px 0px 5px;
}

#clear{
clear: both;
}
		
/*  Float containers fix: */
.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/*  \*/
* html #clearfix{
height: 1%;
}
/*  */
