body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:765px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1 { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 200%;
        font-weight: bold;
		height: 165px;
        background: url(../images/mb-citybanner.jpg);

		}
    h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */

#menu1 {
        width: 125px;
        border: 0px solid #ccc;
        margin: 10px;
        }

#menu1 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 19px;
        text-decoration: none;
        }

#menu1 li a:link, #menu1 li a:visited {
        color: #FFFFFF;
        display: block;
        background: url(../images/menu1.gif);
        padding: 8px 0 0 30px;
        }

#menu1 li a:hover, #menu1 li #current, #menu1 li a:active {
        color: #283A50;
        background: url(../images/menu1.gif) 0 -27px;
        padding: 8px 0 0 30px;
        }
		
/* =-=-=-=-=-=-=-[Menu Two]-=-=-=-=-=-=-=- */

#menu2 {
        width: 141px;
        border: 0px solid #ccc;
        margin: 10px;
        }

#menu2 li a {
          height: 38px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 29px;
        text-decoration: none;
        }

#menu2 li a:link, #menu2 li a:visited {
        color: #FFFFFF;
        display: block;
        background: url(../images/menu2.gif);
        padding: 8px 0 0 30px;
        }

#menu2 li a:hover, #menu2 li #current, #menu2 li a:active {
        color: #283A50;
        background: url(../images/menu2.gif) 0 -38px;
        padding: 8px 0 0 30px;
        }
		
.container {
        width: 765px;
        padding: 5px;
        margin: 3px 0 3px 0;
        border: 0px solid #ccc;
        background: #FFFFFF;
}

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:0px solid #000;
	}
	#header p,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#FFFFFF;
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;		
		background: url(images/background.jpg);
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:0px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	#details
	{
	border: 1px solid #000;
	overflow: hidden;
	margin: 10px auto 10px;
	position: relative;
	width: 500px;
	}
	#rotator
{
	border: 0px solid #000;
	cursor: pointer;
	overflow: hidden;
	margin: 10px auto 10px;
	position: relative;
	width: 300px;
	height: 300px;
}