/* CSS Document for PickupStix */
#container {
	width:770px;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#top {
	width:100%;
	height:160px;
	background-image:url(images/topright.gif);
	background-repeat:no-repeat;
	background-color:#FFDEAC;
}
#contact {
	margin:0px 0px 0px 0px;
	padding:125px 0px 0px;
	width:100%;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
}
#contact a {
	color:#FFFFFF;
}
#contact a:hover {
	color:#999999;
}
#sideTop {
	width:100%;
	height:210px;
	background-image:url(images/topleft.gif);
	background-repeat:no-repeat;
	background-color:#F2A429;
}
#sideBottom {
	width:100%;
	height:100%;
	background-color:#F2A429;
	background-image:url(images/side.gif);
	background-repeat:repeat-y;
}

#nav ul {
	list-style-type:none;
	margin:0px 0px 30px 10px;
	padding:5px 0px 0px;
}
#nav ul li {
	padding: 0px 0px 5px 0px;
}
#nav ul li a {
	width:90%;
	display:block;
	padding: 2px 2px 5px 25px;
	text-decoration:none;
	color:#000000;
	font-size:14px;
	background-image:url(images/bulletoff.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#nav ul li a:hover {
	color:#FFFFFF;
	background-image:url(images/bulleton.gif);
}
#navselected {
	color:#993333;
	background-image:url(images/bulletactive.gif);
	font-weight:900;
}

#footer {
	background-color:#000000;
	height:25px;
	width:100%;
}
#footer p {
	margin:0px;
	padding:5px 0px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}
#footer p a {
	color:#FFFFFF;
}
#footer p a:hover {
	color:#999999;
}