body {
    min-width: 901px;
	font: 13px "Trebuchet MS", sans-serif;
	font-weight: normal;
    color: #ffffff;
    background: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment:fixed;
}

a
{
	text-decoration: underline;
	color: #a1a1a1;
}
img
{
	border: 0px;
}

#content
{
	min-height: 800px; 
	width: 900px; 
	margin: 0 auto; 
	padding: 0px;
}

#logo
{
	width: 900px;
	height: 325px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;

}

#menu
{
	width: 900px;
	height: 140px;
	top: 185px;
	z-index: 1000;
	line-height: 160px;
	position: absolute;
	background-image: url(../images/bird.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#leftPane
{
	width: 500px;
	min-height: 500px;
	margin-right: 10px;
	float: left;
	display: block;
	background-image: url(../images/divbg.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#centerPane
{
	width: 200px;
	min-height: 500px;
	margin-right: 10px;
	float: left;
	display: block;
	background-image: url(../images/divcenterbg.gif);
	background-repeat: no-repeat;
	background-position: top left;	
}

#rightPane
{
	width: 170px;
	min-height: 500px;
	float: left;
	display: block;
	background-image: url(../images/divrightbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

#footer
{	
	text-align: center;
	height: 71px;
	width: 900px;
	margin-top: 30px;
	float: left;
	line-height: 20px;	
	background-image: url(../images/legs.gif);
	background-repeat: no-repeat;
	background-position: bottom center;

}

H1
{
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font: 14px "Trebuchet MS", sans-serif;
	font-weight: bold;
    color: #c0c0c0;	
}

H2
{
	margin: 5px 0px 0px 10px;
	padding: 0px;
	font: 14px "Trebuchet MS", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
    color: #7d2323;	
}

/* PARAGRAPHS */
p {
	margin: 2px 20px 20px 10px;
	padding: 0px;
	
}
#pcenter {
	margin: 5px 20px 20px 10px;
	padding: 0px;
	
}
