//css
#all{
	margin-left:auto;
	margin-right:auto;
	background-color:blue;
}
body{
	background-color:#ccc;
	font-family:arial;
}
#header{
	background-image:
	url('images/headerHills3.jpg');
	height:243px;
	margin-bottom:0px;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-bottom-color:#555;
	
}

#bar{
	background-image:url('images/gradient_bar.jpg');
	margin:0px;
	padding:0px;
	height:20px;
	border-top-style:solid;
	border-top-width:4px;
	border-top-color:#444;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-bottom-color:#444;
}
#nav_box{
	background-color:blue;
	border-right-style:solid;
	border-right-width:3px;
	border-right-color:#444;
	background-image:url("images/nav_bg.jpg");
}
#content_box{

	
	background-image:url("image.php");
	background-repeat:repeat-x;
		vertical-align:bottom;
}
#navcontainer
{
width: 180px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size:12pt;
color: #333;
}

#content{

	padding-top:40px;
	padding-left:30px;
	padding-right:30px;
	font-size:12pt;
	vertical-align:top;
	color: #17232a;

}
#content a{
	font-size:12pt;
	vertical-align:top;
	color: #337;
	text-decoration: none;	

}
#content a:hover{
	font-size:12pt;
	vertical-align:top;
	color: #ff5555;
	text-decoration: none;	

}
#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{

margin-bottom:2px;

}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
background-image:url("images/link.jpg");
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
background-image:url("images/link_hover.jpg");
background-color: #2586d7;
color: #fff;
}
#bottom_gradient{
	background-image: url("image2.php");
	width:615px;
	height:20px;
	background-repeat:repeat-x;
}
#badge{
	vertical-align:bottom;
	background-image: url("images/badge.jpg");
	width:615px;
	height:156px;
	
}

form textarea,form input,form checkbox{
background-color:#B9CCD9;
}


#footer{
	font-face:arial;
	font-size:8pt;
	padding-left:10px;
}
