/* 

STYLE SHEET FOR CCMH Microsite
developed by bluespace creative, Inc.
www.bluespacecreative.com

*/

* {
		margin: 0;
		padding: 0;
		}

body {background-color: #FFF;}

#wrapper {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
		}
		
#logo {
	text-align: center;
	padding-top: 42px;
	padding-bottom: 296px;
		}
		


#content {
	clear: both;
	background: url(../images/homeBkg.jpg) no-repeat left top;
	width: 952px;
	height: 579px;
		}
#contentBoxHome {
	padding-right: 82px;
	padding-left: 108px;
	color: #FFFFFF;
	height: 100px;
}


#footer {
	padding-top: 26px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #b5b5b5;
	text-align: center;
	}
	
#footer a{color: #b5b5b5 !important; text-decoration: none;}
#footer a:hover {color: #b5b5b5; text-decoration: underline;}

.separator {clear: both; height: 0;}

/* ---------- links and navigation ---------- */

a {
	color: #c8aa7e;
	text-decoration: none;
}
a:hover {
	color: #46164e;
}

#navigation a:focus {outline: 0;}
#navigation a{text-decoration: none;}
#navigation a:hover {color: #46164e;}
		
/* ---------- fonts ---------- */

ul {list-style-type: none;}
.cronos {font: 15px Verdana, Arial, Helvetica, sans-serif; line-height: 21px;}

/* ---------- images ---------- */

a img {border: 0;}
		
/* ---------- hacks ---------- */

body	{ /* IE 5 centring bug fix */text-align: center;}
		
#wrapper {text-align: left;}  
