@CHARSET "ISO-8859-1";

body
{
	background-color: #222;
	background-repeat: repeat-y;
	background-position: right;
	color: #eee;
	padding: 0;
	margin: 0;
	text-align: center; /* ie 5.5 hack */
	font-family: sans-serif;
	font-size: 12px;
}

a
{
	color: #118;
	text-decoration: none;
}

div.menusection h4
{
	text-align: right; 
	padding: 0 10px;
	margin: 40px 0 0 0; 
	font-size: 25px; 
	font-family: Tahoma; 
	background-color: #94784C; 
	color: #fff;
	text-transform: capitalize;
}

div.menusection table a
{
	font-weight: bold;
}

div.menusection table th
{
	text-transform: uppercase;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5
{
	color: #900;
	font-family: Tahoma;
}

.fullwidth
{
	width: 780px;
}

.namecolumn
{
	width: 250px;
}

.spicycolumn
{
	width: 50px;
}

#wrapper
{
	width: 960px;
	margin: 30px auto;
}

#footer
{
	margin: 0 auto;
	padding: 0;
}

#content table
{
	color: black;
}

#headerwrapper
{
	font-size: 14px;
	font-family: Sans-serif;
	color: #efb212;
	padding: 10px;
	margin-bottom: 10px;
}

#headerwrapper address
{
	font-style: normal;
}

#navwrapper
{
	position: relative;
	float: right;
	right: 0;
}

#contentwrapper
{
	background-color: #111;
	background-color: #ffffff;
	border: 1px solid #efb212;
	color: #000;
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: left; /* ie 5.5 hack */
}

#footerwrapper
{
	font-size: 11px;
	color: white;
	text-align: left; /* ie 5.5 hack */
}

#ptlogo
{
	position: absolute;
	margin: -50px 0 0 -220px;
}

#pages_display_body #contentwrapper
{
	background-image: url(../img/newstuff/tables-960.jpg);
	background-repeat: no-repeat;
}

#header
{
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	height: 90px;
	background-image: url(../img/plum_tree_logo_micro.gif);
	background-repeat: no-repeat;
	background-position: 150px 5px;
}

#header h1
{
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	margin: 5px;
	font-family: Sans-serif;
	color: #fff;
}

img
{
	border: none;
}

#nav
{
	padding: 0;

	right: 0;
	position: absolute;
	vertical-align: bottom;
	width: 150px;
	margin: 1px 1px 1px 0;
	background-color: #000000;
	background-repeat: repeat;

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}

#nav ul
{
	display: block;
	margin: 0;
	padding: 124px 0 0 0;
	height: 150px;

	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#nav ul li
{
	display: block;
	padding: 0;
	margin: 0;
	height: 30px;
}

#nav ul li a
{
	font-family: Tacoma;
	display: block;
	width: 120px;
	height: 20px;
	padding: 5px 15px;
	margin: 0;
	color: #eee;
	text-decoration: none;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
}

#nav ul li a:hover
{
	background-color: #555555;
}

#content
{
	margin: 0;
	padding: 0;
	height: 500px;
	width: 810px;
	overflow: auto;
}

#content a
{
	color: #336699;
}

#content th
{
	text-align: left;
	border-bottom: 1px solid black;
}

#content table
{
	margin: 0;
}


#footer
{
	min-height: 30px;
	padding: 5px;
	text-align: center;
}

#footer a
{
	color: #ddd;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.padded
{
	padding: 5px 30px 5px 15px;
}

.feedTitle, .feedFormDateTitle, .feedFormTitle, .feedFormTimeTitle
{
	color: #fff;
}