		body {
			background: url(images/bg.gif);
			font-family: Georgia,Times,Times New Roman,sans-serif; 
			font-size: small; 
			text-align: center; 
			color: #333; 
			line-height: 1.3; 
			padding: 0;
			margin: 0;
		}

		#container {
			width: 600px;
			border: none;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 5px;
			background-color: white;
			text-align: left;
		}

		#wrap {
			border: 1px solid #111;
			padding: 0;
		}

		#banner {
			padding: 5px;
			margin-bottom: 0;
                        text-align: left;
			background-color: #000;
			background: url(images/bg_header.gif);
			height: 150px;
		}
		

		#content {
			padding: 5px;
			margin-right: 180px;
		}

		#sidebar-a {
			float: right;
			width: 160px;
			margin: 0;
			margin-left: 0;
			padding: 5px;
			font: x-small 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
			line-height: 1.2;
		}

		#footer {
			clear: both;
			background: url(images/bg_header.gif);
		}

		blockquote {
			border-top: 1px solid #333;
			border-bottom: 1px solid #333;
			font-style: italic;
		}

		h1 {

			font-variant: small-caps;
			font-size: 225%;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			margin-bottom: 25px;
		}
		
		h1 span {
			color: #c90;
			font-style: italic;
			font-size: 35%;
			font-variant: normal;
		}


		.footer{
			text-align: center;
			font-weight: normal;
			text-transform : uppercase;
			font-size: 85%;
			color: #333;
			line-height: 1;

		}


		#content h2 {
			font-weight: bold;
			font-variant: small-caps;
			font-size: 165%;
			color: black;
			line-height: 0.85;
		}
		
		#content h2 .date {
			font-weight: normal;
			font-variant: small-caps;
			font-size: 50%;
			color: #333;
			line-height: 1;
		}

		#sidebar-a h2{
		        font: 11px georgia, times new roman, serif;
			color: black;
		        font-weight: bold;
		        text-transform: uppercase;
		        padding: 0;
			border-bottom: 1px solid #333;
		}
		

		a:visited, a:link {
			color: #333;
			text-decoration: none;
			border-bottom: 1px dotted #333;
		}

		a:hover {
			color: black;
			text-decoration: none;
			border-bottom: 1px solid black;
		}
              
        h1 a:visited, h1 a:link, h1 a:hover {
			font-variant: small-caps;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			border-bottom: none;
		}
		
				/* begin nucleus stuff */
		
		.highlight {
			background-color: yellow;
		}
		
		img {
			border: none;
		}

		.skip {
			display: none;
		}

		ul.nobullets {
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		/* end nucleus stuff */
		
		/* begin forms */
		
		.formbutton {
			margin: 5px;
			color: black;
			font-family: Georgia,Times,Times New Roman,sans-serif;
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: black;
		}
		
		.formfield {
			padding: 2px;
			color: black;
			font-size: small;
			font-family: Georgia,Times,Times New Roman,sans-serif;
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: black;
		}
		
		.searchform {
			text-align: center;
		}
		
		.commentform {
			padding: 10px;
		}
		
		/* end forms */
		
		/* begin comments */
		
		.commentheader {
			font-weight: bold;
		}
		
		.comment {
			padding: 10px;
		}
			
		.commentbody {
			font-size: normal;
		}
			
		.commentinfo {
			font-size: 85%; /* doesn't seem to work */
		}
		
		/* end comments */