body {
	margin: 0;
	background-color: #000000;
	padding: 0;
	font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #CCC2BD; /* text colour */
	}
/* Sort out font size on mac */
html>body {
	font-size: 11px;	
}

#container {
	background-image: url(../images/mic_bg2.jpg);
	background-repeat: no-repeat;
	width: 1200px;
	position: absolute;
	left: 50%;
	float: left;
	margin-top: 0px;
	margin-left: -600px;
	min-width:1200px;
	height: 600px;
}

#containerHome {
	background-image: url(../images/mic_bg.jpg);
	background-repeat: no-repeat;
	width: 1200px;
	position: absolute;
	left: 50%;
	float: left;
	margin-top: 0px;
	margin-left: -600px;
	min-width:1200px;
	height: 600px;
}

#main {
	position: absolute;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-left: -400px;
	width: 800px;
	top: 92px;
}
#mainHome {
	position: absolute;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-left: -400px;
	width: 800px;
	top: 242px;
}
#head-wrapper {
	width: 800px;
	height: 84px;
}
#content-wrapper {
	margin: 0;
	padding: 0;
	width: 800px;
}
#nav {
	position: relative;
	width: 580px;
	float: left;
	clear: left;
	height: 22px;
	background-image: url(../images/menu-bar.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
}

#footer {
	position: relative;
	left: 50%;
	margin: 0;
	padding: 0;
	margin-left: -300px;
	width: 600px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #CCC2BD;
	float: left;
	clear: left;
	top: 5px;
	padding-bottom: 20px;
}
.copy_main {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.0em;
	color: #CCC2BD;
	line-height: 1.4em;
}
.copy_main a {
	color: #4BBCA3;
	text-decoration: underline;
}
.copy_main a:hover {
	color: #4BBCA3;
	text-decoration: underline;
}
#footer a {
	color: #CCC2BD;
}
#footer a:hover {
	color: #4BBCA3;
	text-decoration: underline;
}

#nav ul{
	width: 100%;
	padding-left: 0;
	margin: 0;
	float: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#nav ul li{
	display: inline;
	float: right;
}

#nav ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; /*Theme Change here*/
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 18px;
}

#nav ul li a:hover{
color: #494949;
}


.copy_heading {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.3em;
	font-weight: lighter;
	color: #4BBCA3;
	height: 40px;
	width: 438px;
	padding-top: 15px;
}
.copy_copper {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #6B5F58;
	font-weight: bolder;
	text-align: right;
	float: right;
	right: 30px;
	position: relative;
	margin-top: 5px
}
.copy_copper a {
	color: #6B5F58;
	text-decoration: none;
}
.copy_copper a:hover {
	color: #CCC2BD;
}

