body {
	background : none;
	text-align : center;
	font-size: 12pt;
}

fieldset {
	border : 0;
}

h1,h2,h3 {
	font-family : arial, helvetica, sans-serif;
}

h4 {
	font-family : arial, helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	padding : 3px;
	text-align : left;
	style : italic;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   display : " (" attr(href) ") ";
   font-size: 90%;
}
   
#basket {
	background-color : #ffffff;
	width : 0 auto;
}

#linktitle {
	position : absolute;
	width : 150px;
	border : 2px solid black;
	font-family : arial, helvetica, sans-serif;
	padding : 2px;
	background-color : #ffc266;
	visibility : hidden;
	z-index : 100;
	filter : progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#title {
	font-family : arial, helvetica, sans-serif;
	border-top : 1px solid #fff;
	background-color : white;
	background-repeat : no-repeat;
	background-position : 100% 0;
	margin : 1em;
	padding : 1px;
	display : none;
}

#title h1 {
	margin : 0;
	display : none;
}

ul#nav {
 	border-bottom : 1px solid #000000;
 	border-top : 1px solid #000000;
 	font-family : helvetica,arial, sans-serif; font-size : .8em;
 	font-weight : bold;
 	background-repeat : no-repeat;
 	background-position : 100% 0;
 	margin : 0;
 	padding : 15px;
 	list-style-type : none;
}
 
ul#nav a {
 	text-decoration : none;
}

ul#nav li {
 	display : inline;
}
 
#content {
 	font-family : arial, helvetica, sans-serif;
 	text-align : left;
 	font-size : small;
 	float : left;
 	padding-left : 30px;
 	padding-top : 30px;
 	width : 60%;
}
 
#content p {
	text-indent : 1em;
}

#content h2 { 
	color : #142;
}

#stuff { 
	width : 25%;
	float : none;
	text-align : right;
	font-size : small;
	font-family : arial, helvetica, sans-serif;
	padding-right : 10px;
	padding-top : 30px;
}

#stuff h3 {
	margin-bottom : 3px;
}

#stuff ul {
	list-style : none;
	margin-top : 3px;
}

#footer {
	border-top : 1px solid #ccc;
	clear : both;
	font-family : arial, helvetica, sans-serif; font-size : .8em;
	font-weight : bold;
	background-repeat : no-repeat;
	background-position : 95%;
}
-->