@charset "utf-8";
body  {
	font-family:"Century Gothic";
	font-family:"Arial";
	background:url(images/bg.jpg);
	background-attachment:fixed;
	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;
}
.twoColFixRtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:5px;
} 
.twoColFixRtHdr #header { 
	background:url(images/web-design-london.jpg);
	background-repeat:no-repeat; 
	padding: 10px; 
	height:225px;
} 
.twoColFixRtHdr #headertext { 
	padding: 10px; 
	height:170px;
	width:525px;
	font-size:12px;
} 
.twoColFixRtHdr #headertext h1 {
	font-size:19px;
}
.twoColFixRtHdr #headertext h2 {
	font-size:13px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #nav { 
	padding: 0px; 
	height:20px;
	width:100%;
	font-size:12px;
	text-align:left;
}
.twoColFixRtHdr #topsplit { 
	background-color:#F69753;
	height:60px;
	padding-left:10px;
	}
.twoColFixRtHdr #topsplit-about { 
	background-color:#F6AB53;
	height:60px;
	padding-left:10px;
	}
.twoColFixRtHdr #topsplit-packages { 
	background-color:#F6BB53;
	height:60px;
	padding-left:10px;
	}
.twoColFixRtHdr #topsplit-packages p { 
	font-size:10px;
	margin-top:0px;
	}
.twoColFixRtHdr #topsplit-seo { 
	background-color:#F6C653;
	height:60px;
	padding-left:10px;
	}
.twoColFixRtHdr #topsplit-seo h1 { 
	font-size:28px;
	}
.twoColFixRtHdr #topsplit-portfolio { 
	background-color:#F6D553;
	height:60px;
	padding-left:10px;
	}
.twoColFixRtHdr #topsplit-training { 
	background-color:#EEF27B;
	height:60px;
	padding-left:10px;
	}
.twoColFixRtHdr #topsplit-contact { 
	background-color:#EFF2A4;
	height:60px;
	padding-left:10px;
	}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px;
	margin-top:40px;
}
.twoColFixRtHdr #sidebar1 a:link {
color:#000033;
}
.twoColFixRtHdr #sidebar1 a:hover {
color:#000033;
text-decoration:none;
}
.twoColFixRtHdr #sidebar1 a:active {
color:#000033;
}
.twoColFixRtHdr #sidebar1 a:visited {
color:#000033;
}
.twoColFixRtHdr #mainContent { 
	margin: 20px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:560px;
} 
.twoColFixRtHdr #mainContent td { 
padding:5px;
} 
.twoColFixRtHdr #mainContent p {
	text-align:justify;
	font-size:14px;
} 
.twoColFixRtHdr #mainContent h2 {
	font-size:17px;
}
.twoColFixRtHdr #mainContent h3 {
	font-size:15px;
}
.twoColFixRtHdr #mainContent li {
	text-align:justify;
	font-size:13px;
}
.twoColFixRtHdr #mainContent a:link { 
color:#000000;
} 
.twoColFixRtHdr #mainContent a:active { 
color:#000000;
}
.twoColFixRtHdr #mainContent a:hover { 
color:#33CC34;
text-decoration:none;
}
.twoColFixRtHdr #mainContent a:visited { 
color:#000000;
}
.twoColFixRtHdr #footer { 
	background:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding:2.5px;
	padding-left:15px;
	height:100px;
}
.twoColFixRtHdr #footer a:link { 
color:#000000;
} 
.twoColFixRtHdr #footer a:active { 
color:#000000;
}
.twoColFixRtHdr #footer a:hover { 
color:#000000;
}
.twoColFixRtHdr #footer a:visited { 
color:#000000;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallprint {
font-size:10px;
}
#packages{
padding:10px;
padding-left:20px;
padding-bottom:20px;
}
#form{
padding:10px;
padding-left:20px;
border: 1px dotted #000000;
padding-bottom:20px;
}
#other-web{
padding:5px;
background-image:url(images/side-bg.jpg);
padding-bottom:20px;
background-repeat:no-repeat;
}
#other-training{
border: 1px dotted #000000;
background-image:url(images/train-bg.jpg);
padding:5px;
}
#other-box{
border: 1px dotted #000000;
background-image:url(images/train-bg.jpg);
padding:15px;
text-align:center;
}
#boxsqueeze{
padding:5px;
border:#FF0000 dotted 3px;
color:#FF0000;
margin-bottom:20px;
}
