﻿
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
 
	a:link {color: #FFF; text-decoration: underline; }
	a:active {color:#999; text-decoration: underline; }
	a:visited {color: #999; text-decoration: underline; }
	a:hover {color: #999; text-decoration: none; }

.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
 
#videoDiv
{
	position: absolute; 
	left: 780px; 
	top: 270px
}
 
.oneColFixCtr #divHeader
{
	
	width:1024px;
	height:137px;
}

.oneColFixCtr #divContent
{	
	background:url(../images/backvertical.jpg) repeat-x;
	width:1024px; 
	height:558px;
}
 
.oneColFixCtr #divContentIanSpeaks
{	
	
	background:url(../images/backgroundianspeaks.jpg) no-repeat;
	width:1024px; 
	height:558px; 
}

.oneColFixCtr #divContentCV
{	
	
	background:url(../images/backgroundcv.jpg) no-repeat;
	width:1024px; 
	height:558px; 
}


.oneColFixCtr #divContentOneToOne
{	
	background:white;
	width:1024px; 
	height:558px;
	overflow-x: hidden;
	overflow-y: hidden;
}
 


.oneColFixCtr #divFooter
{
	background-image:url(../images/footer.jpg);
	width:1024px;
	height:175px; 
}

 
#iframeContent
{
	height:340px;
	width:870px;
}

#tdIframeHolder
{
	padding-left:100px;
}


.bodyContent
{
	background-color:white;
}

#tableTestemonials td
{
	padding: 10px;
	font-size:small;
}


#tdIframeHolderCV
{
	padding-left:10px;
}

#iframecvcontent
{
	height:540px;
	width:690px;
}
 
#tableArticles
{
	
	padding:10px;
}

#iframeContentArticles
{
	height:527px;
	width:690px;
}

#tdIframeContentArticles
{
	height:100%;
	width:690px;
}

#iframeOneToOneContent
{
	padding:0;
	border-left:0px;
	overflow-x: hidden;
}
