body {

			font: 80% arial, helvetica, sans-serif;

			margin: 0;

			background-color:#333333;

		}



		#wrapper {

		    width: 860px;

		    margin: 0 auto;

		    background-image:url(images/background.png);

		}

		

		h1, h2 {

			margin: 0;

		}

		

		#header {

			height: 128px;

			background-image:url(images/header.png);

		}

             

		

		#navigation {

			float: left;

			width: 170px;

			height: 210px;

			background-image:url(images/navbox.png);

		}

		

		/* begin menu styles */

		

		#navigation ul { 

			list-style: none; 

			width: 110px; 

			margin: 10px; 

			padding-top: 0px;

			padding-left: 11px; 

			text-align: left;

		}



		#navigation li { 

		    margin: 0; 

		    list-style-type: none;

			border-top: 1px solid black;

		}

		

		#navigation li a { 

		    font-weight: bold; 

		    text-decoration: none; 

		    display: block; 

		    padding: 6px 0 2px 2px;  

		}

		

		#navigation li a { 

		    color: #fff; 

		    width: 110px;

			border-top: 1px solid white;

		}

		

		#navigation li a:hover { 

		    background-color: #BDED2C;  

		    text-decoration: none;

		}

		

		/*end of menu styles*/



		

		#tagbox {

			float: right;

			width: 170px;

			height: 210px;

			background-image:url(images/tagbgwide.png);

		}

		

		#tagbox #tagcloudflash {

			margin-left: 10px;



		}

		

		#content {

			margin: 0 170px;

		}

		

		#footer {

			clear: both;

			height: 46px;

			background-image:url(images/footer.png);

			background-position:bottom;

			background-repeat:no-repeat;

		}

		

		#footer p {

			text-align: center;

			padding-top: 10px;

		}

		


