@import url("css/menu.css");
/* -- core layout styles -- */
body {
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
A:link {
	color:#417630;
}
#container {
	padding-top: 10px;
	width: 800px;
	margin: 0 auto;
	padding:15px;
}
#header {
	clear: none;
	height: 140px;
	width: 800px;
	float: none;
}



#logo {
	float: left;
	height: 140px;
	width: 280px;
	clear: right;
	text-align: center;
	line-height: 140px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav {
	width: 520px;
	height: 140px;
	text-align: center;
	background-image: url(images/menubar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	clear: none;
}

#menutext {
	margin-top: 58px;
	height: 30px;
	line-height: 30px;
}

#bar {
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center;
}
#login {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 20px;
}




#pagebody {
	clear:none;
	width: 750px;
	float: right;
}
#main-container {
	width: 800px;
	padding-right: 0px;
}
#grad-left {
	FLOAT: left;
	BACKGROUND-IMAGE: url(images/grad-left.gif);
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 700px;
	width:25px;
	clear:both
}

#grad-right {
	FLOAT: right;
	BACKGROUND-IMAGE: url(images/grad-right.gif);
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 700px;
	width:25px;
	background-color: #FFF;
}
.content_pad
{
	background: #FFF url(../../../PNY/philanthropy%20redesign/images/center_bg.png) repeat-x bottom left;
	;
	width: 720px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	float: left;
	padding: 10px;
	margin-left: 5px;
}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane
{
    padding: 0px;
    margin: 0px;
}
#footer {
	background-color: #FFF;
	background-image: url(images/bottom-bar.gif);
	height: 25px;
	width: auto;
}

