/*CSS*/

body{

font-family: gadget, sans-serif;
color: green;
background-color: pink;
margin: 20px;
background-image:url(image.jpg);
background-position: 98% 40%;
background-repeat: no-repeat;
}

li{list-style-type:none;}

h1 {
	font-family: times;
	
	color: blue;
}

h2 {
font-family: georgia ;
	
	color:black;
}

h3 {
font-family: helvetica ;
	color:purple;
}

p {font-family: impact;
color: brown; }

a:link {
	color:#000066;
	text-decoration:overline;
	
	
}

a:hover {
	/* overrides decoration from previous rule for hovered links */
	text-decoration:underline;
	color:#333333;
	
}

#masthead {
	/*width:100%;*/

	margin:     0px;
	padding:   17px;
	border:     0px;

	border-bottom: 10px solid ;
	border-top:5px solid ;
	border-left:2px solid;
	border-right:2px solid;
	border-color:brown;
	
	background-color:darkorange;
	
	background-image:url(feather_w.gif);
	background-repeat: no-repeat;

	background-position: 98% 40%;
}

#navBar{
	float: left;
	
	padding: 0px 0px 3em 0px;
	margin: 0px;
	
	/* set border-width (top, right, bottom, left) */
	border-width:		0px 4px 4px 4px;
	border-style: 		solid;
	border-color:brown;
	
	width: 180px;
	height:	100%;}

#content{
	float:none;
 	border: 1em;
	max-width: 999px;
	/*width: 70%;*/
	/*margin:0;*/
	padding: 0 3% 0 0;
	margin-left: 200px;
	margin-top:	5px;
	margin-right:	5px;
}

#homebox {
background-color:#FFCC66;
		position:relative;
		top: 0px;
		float: none;
		width:400px;
		height:auto;
		padding: 5px;
		z-index: 0;
		margin:    1px;
		
	
	
		}
		

