/*

	bookish1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	hope you enjoy it :)

*/
*
{
margin: 0px;
padding: 0px;
}

body
{
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
	background-image: url(../images/bg.gif);
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}

#outer
{
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background-image: url(../images/mainbg.gif);
	height: 158px;
}

#header
{
	height: 132px;
	background-image: url(../images/top_1.gif);
	width: 778px;
}

#menu
{
	color: #A75300;
	width: 778px;
	height: 25px;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#menu ul
{
	list-style: none;
	padding-top: 5px;
}

#menu li
{
	float: left;
	border-left: solid 1px #A75300;
	padding-left: 5px;
	margin-left: 10px;
}

#menu li.first
{
margin-left: 0px;
padding-left: 0px;
border-left: 0px;
}

#menu a
{
	color: #000000;
	font-family: "ËÎÌå", sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;
}
#menu a:link {
	color: #000000;
}
#menu a:hover {
	color: #000000;
	background-color: #D97900;
}
#text {
	text-align: center;
	height: 100%;
	width: 98%;
}

