html, body
			{
				font-family: Georgia, "Times New Roman", serif;
				/*background-color: #737CA1;*/
background-color: #1a1a1a;
				height: 100%;
				margin: 0;
				padding: 0;
			}
			*{
				margin: 0px auto;
				padding: 0;
			}
			div#shim
			{
			        visibility: hidden;
               			width: 100%;
                		height: 50%;                                                                     
                		margin-top: -275px;                                                              
                		float: left;

			}
			div#wrapper
			{
                		width: 100%;
                		height: 550px;
                		clear: both;
                		position: relative;
                		top: -275px;
                		
				/* IE4ever Hack: Hide from IE4 **/
                    		position: static;
                		/** end hack */

            		}

            		/* Hide from IE5mac \*//*/
                	div#shim { display: none; }
                	html, body { height: auto; }
            		/* end hack */
			
			/* ]]> */

			div#widget {
background-color: #1a1a1a;
}

			h1,h2,h3
			{
				font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua";
			}
			h1
			{
				color: #151B54;
				margin-top: 5px;
				margin-bottom: 15px;
			}
			h2
			{
				margin: 0;
				padding: 0;
			}
			h3
			{
				margin: 0;
				padding: 0;
			}
			a
			{
				text-decoration: underline;
				
				color: blue;
			}
			h3 a { text-decoration: none; color: #000; }
			img
			{
				border: none;
			}
			p
			{
				margin-top: 5px;
				padding-top: 5px;
			}
			td,th { width: 70px; text-align: right; }
			.pagelist ul, li { display: inline; list-style-type: none; }

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position:fixed;
	right:0;
	top:0;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #fff;
	width:120px;
}
#admin_data{
	top:16px;
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dashed #CCC;
	margin:0;
	padding:0;
}