<!--

	/*----------------------------------------------------------------------

		Young Person's Guide to East London
		http://www.ypg2el.com/

		Developed by Designition Ltd - www.designition.co.uk

		Copyright 2009

	----------------------------------------------------------------------*/

	/*	IE 6 and 7 */

	.themes li {
		zoom: 1;
	}

	.sites_list li {
		zoom: 1;
	}

	.search_results li {
		zoom: 1;
	}

	div.flash_wrapper {
		margin-top: 20px;
	}

	div.multi_thumbs_wrapper {
		padding: 10px 0;
	}

	html body ul.multi_thumbs {
		margin-left: -10px;
	}

	.search {
		margin-top: 10px;
	}


	/*	IE 6 by itself because it's rubbish (use the * html hack, yeah?) */

	* html body {
		padding-top: 20px;
	}

	* html .wrapper {
		background:    #000;
		border:        1px solid #303030;
		margin-bottom: 20px;
		width:         920px;
	}

	* html #header {
		background:    none;
		padding-left:  0;
		padding-right: 10px;
		padding-top:   20px;
	}

		* html #header h1.logo {
			margin-left: 7px;
		}

		* html #header .banner {
			margin-right: 10px;
		}

		* html #header .search {
			margin-right: 10px;
		}

		* html #header .navigation {
			margin-left: 10px;
		}

	* html #content {
		background:    none;
		padding-left:  20px;
		padding-right: 20px;
		width:         880px;
	}

		* html ul.themes_horizontal {
			margin: 0 0 10px -10px;
		}

		* html .themes_horizontal li {
			margin: 0 0 10px 10px;
		}

	* html #footer {
		background: none;
		padding-bottom: 20px;
		padding-left:  20px;
		padding-right: 20px;
	}

-->