/* CSS Document - Birdie Num Nums */



* {
	margin: 0 auto;
	padding: 0;

}



body {

	font-family: "Trebuchet MS", Arial, Helvetica;
	background:url(images/bg.gif) repeat-x #f6f5d5;
	font-size: 14px;
	color: #000000;
	line-height: 16px;

}



a {
	color: #000000;
}

h2 {
	font-size: 18px;
	font-weight: bolder;
 	padding-bottom:10px;
}



div#wrapper {

	width: 905px;
	margin:auto;


}


div#logo {


	float:left;
	width: 336px;
	height: 143px;


}

/*-- NAVIGATION --*/

div#navigation {

	float:left;
	width: 565px ;
	height: 22px;
	text-align:right;
	padding: 121px 0 0 0 ;

}

a.navigation:link, a.navigation:visited {


	font-weight: bold;
	color: #f6f5d5;
	text-decoration: none;	

}

a.navigation:hover,  a.navigation:active{

	font-weight: bold;
	text-decoration: underline;	

}

li {

	display:inline;
	list-style:none;
	padding: 0 10px 0 10px;

}

/*--CONTENT--*/

a.address:link, a.address:visited {

	font-weight:bold;
	text-decoration:none;
}

a.address:hover, a.address:active {

	font-weight:bold;
	text-decoration:underline;
}


div#left {
	float:left;
	width: 507px;
	height: auto;
	padding: 0px 0px 0 0px;


}
div#right {


	float:left;
	width: 296px;
	height: auto;
	padding: 23px 70px 0 28px;


}

div#rightcontact {


	float:left;
	width: 338px;
	height: auto;
	padding: 23px 28px 0 28px;


}

div#menu {

	width: 500px;
	margin:auto;
	padding: 20px 20px 20px 20px ;

}

.menu {

	font-size: 20px;
	font-weight: bolder;
 	padding-top:60px;
	padding-bottom:65px;
	color: #f6f5d5;

}



/*--FOOTER--*/

div#birdie {

	clear:both;
	float:left;
	background: url(images/birdie.gif) no-repeat;
	width: 900px;
	height: 39px;

}


.copyright {
	font-size: 10px;
	font-weight: normal;
}


div#footer {
	clear:both;
	color:#f6f5d5;
	background:#000000;
	height: 71px;
	font-size: 10px;
	text-align:center;
	padding: 10px 20px 0 86px;
	font-weight: normal;
	margin: 0 auto;



}

