html {
	height:100%;
	overflow:hidden;
}

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	height:100%;
}

img {
	padding:0px;
	border-style: none;
}

#greyBG {
	display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:10px;
    margin-left:10px;
    
	background-color:#CCCCCC;
}

#maskLeft {
	display: block;
    position:absolute;
	height:auto;
	width: 20px;
    bottom:0;
    top:0;
    right:0;
    left: 0;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
    margin-left:0px;
	background-color:#FFFFFF;
}

#maskCenter {
	display: block;
    position:absolute;
	height:auto;
	width: 10px;
    bottom:0;
    top:0;
    right:120px;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:0px;
    margin-left:0px;
    
	background-color:#FFFFFF;
}

#maskRight {
	display: block;
    position:absolute;
	height:auto;
	width: 20px;
    bottom:0;
    top:0;
    right:0;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
    margin-left:0px;
    
	background-color:#FFFFFF;
}

#maskGreyLeft {
	display: block;
    position:absolute;
    height:auto;
    width:10px;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:0px;
    margin-left:10px;
    
	background-color:#CCCCCC;
}

#maskGreyRight {
	display: block;
    position:absolute;
    height:auto;
    width:10px;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:0px;
    margin-left:0px;
    
	background-color:#CCCCCC;
}

#pageBG {
	display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:10px;
    margin-bottom:10px;
    margin-right:10px;
    margin-left:10px;
    
	background-color:#FFFFFF;
}

#pageContent {
	display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:100px;
}

#fullImage {
	display: block;
    position:absolute;
    left: 0;
}

#fullImage img {
	height: 100%;
	border-style: none solid none none;
	border-right-width: 10px;
	border-right-color: #CCCCCC;
}

#bioCol {
	display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:50%;
    margin-top:0px;
    margin-bottom:100px;
    margin-right:0px;
    margin-left:0px;
	
	overflow: auto;
	
	background-image: url("../images/site/bio.png");
	background-repeat: no-repeat;
	
	border-style: none solid none none;
	border-right-width: 10px;
	border-right-color: #CCCCCC;
}

#clientsCol {
	display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:50%;
    right:0;
    margin-top:0px;
    margin-bottom:100px;
    margin-right:0px;
    margin-left:0px;
	
	overflow: auto;
	
	background-image: url("../images/site/clients.png");
	background-repeat: no-repeat;
}

#greyBar {
	float: left;
	height:100%;
	width:10px;
	
	background-color:#CCCCCC;
}

#arrows {
	display: block;
    position:absolute;
	height:auto;
	width:80px;
    bottom:92px;
    right:128px;
	padding-left: 2px;
	padding-right: 4px;
}

.playBtn {
	display: none;
}

#infoText {
	padding-top: 16px;
	padding-right: 80px;
	padding-bottom: 100px;
	padding-left: 100px;
	
    font-family:Tahoma, sans-serif;
    font-size: 14px;
    color:#999999;
    line-height: 20px;
    font-weight:500;
}

#infoText a {
	
}

#infoText a:link {
	color:#999999;
}

#infoText a:visited {
	color:#999999;
}

#infoText a:hover {
	color:#CCCCCC;
}

#linkText {
	position: absolute;
	padding-left: 100px;
	bottom: 0px;
	padding-top: 60px;
	padding-bottom: 10px;
	height: 30px;
    left:0;
    right:50%;
	font-family:Tahoma, sans-serif;
    color:#999999;
    font-weight:bold;
	
	background-color:#FFFFFF;
	
	border-style: none solid none none;
	border-right-width: 10px;
	border-right-color: #CCCCCC;
}

#linkText a {
	text-decoration: none;
}

#linkText a:link {
	color:#999999;
}

#linkText a:visited {
	color:#999999;
}

#linkText a:hover {
	color:#CCCCCC;
}

#navigation {
	display: block;
    position:absolute;
	height:auto;
	width:100px;
    bottom:0;
    top:0;
    right:0;
    
	background-color:#CCCCCC;
}

#logo {
	display: block;
    position:absolute;
    bottom:0;
    top:0;
    left:0;
    right:0;
}

#logo img {
	height: 70%;
	width: auto;
	border-style: none;
}

#menu {
	display: block;
    position:absolute;
    bottom:-3px;
    left:7px;
    right:0;
    
    font-family:Tahoma, sans-serif;
    color:#FFFFFF;
    font-weight:bold;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	height:20px;
	padding:0;
	margin:0;
}

#menu a {
	text-decoration: none;
}

#menu a:link {
	color:#FFFFFF;
}

#menu a:visited {
	color:#FFFFFF;
}

#menu a:hover {
	color:#999999;
}


