@charset "utf-8";
/* CSS Document */

#left_corner
{width:130px;
	height: 130px;
	background-image:url(../images/left_corner.gif)
}

#title
{width:640px;
	height: 130px;
	background-image:url(../images/title_bar.gif)
}

#right_bar
{width:130px;
	height: 505px;
	background-image:url(../images/right_bar.gif)
}

#left_nav
{width:130px;
	height: 375px;
	background-image:url(../images/left_nav.gif)
}

#quote_bar
{
	width:640px;
	height:80px;
	background-image:url(../images/blankquotebar.jpg);
	vertical-align: middle;
	
}



#footer
{width:900px;
	height:51px;
	background-image: url(../images/footer.gif)
}


li {
	list-style-position: inside;
	list-style-type:none;
	}
	
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 40px;
font:Arial, Helvetica, sans-serif;
font-size:14px;

}

