html, body {
height:100%;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}
body {
	margin:0;
	padding:0;
/*	background:url('/images/bg.jpg') no-repeat center top fixed;*/
	font-family:'Myriad Pro', 'Arial', sans-serif;
	color:#fff;
	font-size:1em;
	}
a {
	color:#fff;
	text-decoration:none;
	}
a:hover,
a:active {
	color:#fff;
	text-decoration:underline;
	}
	#site_layout {
height:100%;
overflow:auto;
position:relative;
width:100%;
}
.container_12 {
	z-index: 1;
	position: relative;
}
#bgimg {
	position:absolute;
	left:0;
	top: 0;
	z-index: -1;
	overflow: hidden;
	}	
#header {
	background: url('/images/logo_bg.png') repeat;	
	}	
#top {
	background: url('/images/top_bg.png') repeat;
	overflow:hidden;
	height:100%;
	padding-top:10px;
	}
#top .download {
	float:right;
	width:66px;
	padding:10px 0;
	}
#bottom {
	background: url('/images/bot_bg.png') repeat;
	overflow:hidden;
	height:100%;
	padding-top:10px;
	margin-top:32px;
	}
#bottom .carlton {
	position:absolute;
	right:20px;
	bottom:10px;
	width:104px;
	}
.inner {
	padding:15px 20px;
	overflow:hidden;
	height:100%;
	position:relative;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}
h1 {
	color:#fbc322;
	font-size:130%;
	margin:5px 0 10px;
	line-height:120%;
	}
#logo h1 {
	margin:10px 0;
	}
h2 {
	font-size:100%;
	margin:5px 0 10px;
	line-height:120%;
	}
p {
	font-size:81.3%;
	margin:5px 0 10px;
	line-height:130%;
	clear: left;
	}
p.email {
	font-size:100%;
	margin:0 0 10px;
	}
ul, ol {
	font-size:81.3%;
	margin:5px 0 10px;
	margin-left: 1em;
	line-height:130%;
	width: 47%;
	float: left;
	}

