body {

	font-family: verdana;

	/* Gradient for IE */

	filter:progid:DXImageTransform.Microsoft.Gradient 											(GradientType=0,StartColorStr='#275B13',EndColorStr='#fbf4d7');

	color:#394615;

	margin-top:0px;

	margin-bottom: 0px;



	/* Gradient for all others */

	background: url('gradient.jpg');

	background-repeat: repeat-x;

	background-position: bottom;

	background-attachment: fixed;

	background-color:#275B13;

	

}



body a {

		 color:#394615;

}



body a:hover {

	color:#d97f1a;

}



#wrapper { /* for IE center entire web page */

	text-align:center;

}



#layout {

	background-color:#FBF4D7;

	/* height:100%; */

	border:solid goldenrod;

	border-width:2px 2px 2px 2px;

	width: 800px;

}



td {

	padding:0px;

	font-size:12px;

}



#navigation {

	background-color:lightgrey;

	border:solid goldenrod;

	border-width:1px 1px 1px 1px;

	width: 200px;

}

	

#button ul {

	list-style-position: outside;

	margin-left: 0px;

	padding-left: 30px;

	vertical-align: middle;

	list-style-image:url("mica_bullet_2.gif");

	font-size:12px;

}



#button li {

	padding-top: 8px;

	padding-bottom: 8px;

	margin: 0px;

}



#button li a	{

		text-decoration:none;

		color:#394615;

		display:block;

		font-weight:bold;

}



#button li a:hover {

	color:#d97f1a;

	font-weight:bold;

}



#content {	

	width: 600px;

	margin-left:15px;

        margin-top: 10px;

}



.header	{

	color:#CD6600;

	font-weight:bold;

}



.special {

	color:red;

	position:relative;

	bottom:8px;

	font-size:11px;

}



#footer {

	margin-top:10px;

}














