@charset "utf-8";
/* CSS Document */
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 100%;
}

h2{
font-size:16px;
fontweight:bold;
}
/*--- Links ---*/
a.photoLinks{
text-decoration:none;
color:#0080c6;
}
a.photoLinks:hover{
text-decoration:underline;
color:#0080c6;
}
/*----------------------------------*/
#container{
width: 100%;
}
#container-inner{
width: 1000px;
margin-left: auto;
margin-right: auto;
}
#header{
width: 1000px;
}
#subheader{
position: relative;
width: 980px;
height:70px;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
border: solid #0080c6 0px;
z-index:-1100;
}
#header-left{
height: 100px;
width: 200px;
float: left;
/*background: url("../images/grfx/logos/New_Nu-Hope_logo.png") no-repeat top left;*/
}
#header-right{
height: 100px;
width: 580px;
float: right;
margin-right:150px;
vertical-align:bottom;
}
#header-right-top{
width: 580px;
height: 65px;
background: #0066FF;
}
#header-nav{
	width: 1000px;
	height: 25px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	z-index: 1001;
}
#page-content {
	position:relative;
	background-image: url(../images/grfx/bg/body_bottom1000.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1000px;
	/*padding-top: 30px;*/
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin:30px 0 0;
}
#page-content #page-content-top {
	background-image: url(../images/grfx/bg/body_top1000.gif);
	background-repeat: no-repeat;
	padding-top: 20px;

}
#page-content  #page-content-tile {
	background-image: url(../images/grfx/bg/body_tile1000.gif);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 1000px;

}
#container #container-inner #page-content #page-content-top #page-content-tile #page-inner {
	margin: 1px 20px;
	height: 1%;

}
#footer   {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	text-align: center;
	padding: 0;
	}
#footer a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0f75bc;
	font-size: 12px;

}
#footer a:hover {
	text-decoration: underline;
}

