/* CSS Document */

body
 {background-image: url(newimages/inside.gif);
 background-repeat:repeat-y;
 background-color: #54504E;
font-family:Arial, Helvetica, sans-serif;
color: #222222;
font-size: 11px;
 }


h1 {font-size:22px;
color: #b35636;
}
h2 {font-size:14px;
line-height:14px;
}

.resourcename {font-weight:bold;
}

.footer {
}

a {color:#b35636;
text-decoration:none;
}

a:hover {color:#54504E;
}

.red {color: #b35636;
}

#container
{position:absolute;
left: 0px;
top: 0px;
width: 1000px;
}

#sidebar
{position: absolute;
top:0px;
left:0px;
width:352px;
height:600px:
}

#top
{
	position: absolute;
	top:0px;
	left:353px;
	width:593px;
	height: 157px;
}



#textbox
{
	position:absolute;
	left: 418px;
	top: 214px;
	width: 409px;
	height: 306px;
}


#footer {
	position:absolute;
	width:353px;
	height:100px;
	z-index:1;
	left: 0px;
	top: 525px;
	color:#D3C57F;
	text-decoration:none;
	background-color: #000000;

}

.footertext {padding-top: 10px;
padding-left: 10px;
}