		body {
			background: url(images/bg.gif);
			background-repeat: repeat-x;
			margin: 0;
			padding: 0;
			font-family: verdana,sans-serif;
			font-size: 11px;
			color: #444;
		}

		#container {
			width: 700px;
			width: 720px;
			width: 700px;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
		}

		#banner {
			padding: 5px;
			margin-bottom: 25px;
		}

		#content {
			padding: 5px;
			margin-right: 255px;
		}

		#sidebar-a {
			float: right;
			width: 250px;
			width: 260px;
			width: 250px;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
		}
		
		#about {
			background-color: #FFFFFF;
			border: 1px solid #BE3F15;
			padding: 5px;
			color: #BE3F15;
			margin-bottom: 10px;
		}

		#sidebar {
			background-color: #D1D9E1;
			border: 1px solid #687AA0;
			padding: 5px;
			color: #687AA0;
                        margin-bottom: 10px;
		}

		#search {
			float: right;
			margin-top: 25px;
			margin-right: 15px;
		}

		blockquote {
			font-style: italic;
		}

		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 {
			color: #264D8E;
			font-size: 22px;
			font-family: trebuchet ms,verdana,sans-serif;
		}

		h1 span {
			color: #BE3F15;
			font-style: italic;
			font-size: 55%;
			font-variant: normal;
		}


		#content h2 {
			font-weight: bold;
			font-size: 18px;
			color: #264D8E;
			font-family: trebuchet ms,verdana,sans-serif;
		}
		
		#content h2 .date {
			font-size: 65%;
		}

		#about h3 {
			line-height: 0.5;
			font-size: 14px;
		}

		#sidebar h3 {
			font-size: 14px;
			line-height: 0.5;
		}
		
		.footer {
			color: #687AA0;
			text-align: right;
		}

		.footer a:visited, .footer a:link, #sidebar a:visited, #sidebar a:link {
			color: #57A071;
			text-decoration: none;
			border-bottom: 1px dotted #687AA0;
		}

		h1 a:visited, h1 a:link, h1 a:hover {
			color: #264D8E;
			font-size: 22px;
			font-family: trebuchet ms,verdana,sans-serif;
			border-bottom: none;
		}