html, body
{
	text-align: center;
}

body 
{
	background-color:#353535;
	font-size:10px;
	border:0;
	margin:0;
}

#outerwrapper
{
	background-color:#fff;
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#wrapper
{
	padding:0;
	margin:0px;
	width:770px;
	background:url(../images/glow.gif) left top no-repeat;
}


#content
{
	width: 505px;
	min-height: 400px;
	margin: 20px 0px 0px 150px;
	padding: 0;
}



#header
{
	width: 770px;
	height: 123px;
}

#nav
{
	width: 770px;
	height: 24px;
}

#footer
{
	width: 505px;
	margin: 20px 0px 0px 150px;
	padding: 0;
	height: 50px;
	text-align: right;
}

.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.none {clear: none}
.clearWithMargin {clear:both;height:20px;}
.centred, .centered {text-align:center;width:100%;}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/*  -------------------------------------------------------------------------
	Nav
    ------------------------------------------------------------------------- */

#nav {height:24px; width:770px; background-color: #009;}
#nav ul {margin:0 0 0 130px; width:484px; height:24px; padding:0px;list-style:none;}
#nav li {float:left;}
#nav li.navHome a        {width:85px; height:24px; background:url(../images/nav/Home.gif) left top no-repeat;}
#nav li.navMastering a     {width:116px; height:24px; background:url(../images/nav/Mastering.gif) left top no-repeat;}
#nav li.navOtherServices a {width:152px; height:24px; background:url(../images/nav/OtherServices.gif) left top no-repeat;}
#nav li.navPastClients a     {width:131px; height:24px; background:url(../images/nav/PastClients.gif) left top no-repeat;}
#nav li a {display:block;}
#nav li a:hover {background-position:0 -24px !important;}
#nav img {height:0; width:0;}
#nav {font-size:0.7em;}

#nav .navHome li.navHome a,
#nav .navMastering li.navMastering a,
#nav .navOtherServices li.navOtherServices a,
#nav .navPastClients li.navPastClients a {background-position:0 -24px !important;}

/* Fix IE. Hide from IE Mac \*/
#nav ul li { float: left; }
#nav ul li a { height: 1%; }
/* End */

