		body {
			background: url(images/pageback.png);
			background-align: middle;
			font-family: Georgia,Times,Times New Roman,sans-serif; 
			font-size: 75%; 
			text-align: justify; 
			color: #333; 
			line-height: 1.5; 
			margin: 0; 
		}
		#maincontainer {
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			background: url(images/maincontainerback.png);
		}
		#container {
			width: 800px;
			border: none;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			background: url(images/contentback.gif);
		}

		#wrap {
			border: 1px solid #111;
			padding: 0;
		}

		#banner {
			padding: 0px;
			margin-bottom: 0;
			margin-top: 0;
                        text-align: left;
			background-color: #000;
			background: url(images/header.jpg);
			height: 188px;
			border: none;
		}
		

		#content {
			padding: 20px;
			margin-right: 210px;
			font-family: Georgia,Times,Times New Roman,sans-serif; 
			font-size: 120%;
			text-align:justify;

		}

		#sidebar {

		}

		#sidebar-a {
			float: right;
			width: 200px;
			width: 210px;
			width: 200px;
			margin: 0;
			margin-left: 0;
			padding: 5px;
			font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
			font-size: 10px;
			line-height: 1.2;
		}

		#headbar {
			clear: both;
			background: url(images/bg_header.gif);
			height: 10px;
			border-top: 1px #ccc solid;
		}

		#footer {
			clear: both;
			background: url(images/bg_header.gif);
			font-size: 1px;
			height: 10px;
			margin: 0;
		}

		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: right;
			font-weight: normal;
			text-transform : uppercase;
			font-size: 85%;
			color: #333;
			line-height: 1;
		}
		.marginfooter{
			width:200px;
			text-align:center;
			margin-bottom:30px;
		}

		#content h2 {
			padding-left: 20px;
			font-weight: bold;
			font-variant: small-caps;
			font-size: 16px;
			color: #000;
			background: url(images/doc.png);
			background-position: center left;
			background-repeat: no-repeat;

		}
		
		#content h2 .date {
			font-weight: normal;
			font-variant: small-caps;
			font-size: 11px;
			color: #333;
			line-height: 1;
		}

		#sidebar-a h2{
		        font: 11px georgia, times new roman, serif;
			color: black;
		        font-weight: bold;
		        text-transform: uppercase;
		        line-height: 16px;
		        padding: 0;
			border-bottom: 1px solid #eee;
		}
		

		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;
		}
		.ornament  {
			text-align:center;
			width:560px;
		}
		.badge {
			border:none;
			margin-bottom: 5px;
		}

