<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Dynamic Drive: CSS Fixed Layout #2.1- (Fixed-Fixed)</title>
<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
		
	#maincenter {
		width:750px;
		background:#fff;
		padding-bottom:10px;
		}
	
	#mainleft {
		width:204px;
	float:left;
		background:#fff;
		background-image:url(images/left.jpg);
		background-repeat:no-repeat;
		padding-bottom:10px;
		}
		
	#mainleftQuestionnaire {
		width:204px;
		float:left;
		background-image:url(images/leftQuestionnaire.jpg);
		background-repeat:no-repeat;
		padding-bottom:10px;
		}
		
	#mainleftBook {
		width:204px;
		float:left;
		background-image:url(images/leftBook.jpg);
		background-repeat:no-repeat;
		padding-bottom:10px;
		}
		
	#mainleftDVD {
		width:204px;
		float:left;
		background-image:url(images/leftDvd.jpg);
		background-repeat:no-repeat;
		padding-bottom:10px;
		}
		
	#mainleftContact {
		width:204px;
		float:left;
		background-image:url(images/leftContact.jpg);
		background-repeat:no-repeat;
		padding-bottom:10px;
		}
		
	#mainleftMaterial {
		width:204px;
		float:left;
		background-image:url(images/leftMaterial.jpg);
		background-repeat:no-repeat;
		padding-bottom:10px;
		}
		
	#mainleftTools {
		width:204px;
		float:left;
		background-image:url(images/leftTools.jpg);
		background-repeat:no-repeat;
		padding-bottom:10px;
		}	
		
		
	#mainleftVideo {
		width:204px;
		float:left;
		background-image:url(images/leftVideo.jpg);
		background-repeat:no-repeat;
		padding-bottom:10px;
		}
	
	#middle {
		width:2px;
		float:left;
		background:#fff;
		}
			
		
	
	#banner {
			width:70%;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	A.topnav:link { 
font-size : small;
color : #ffffff;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-decoration : none;
font-weight : bold;
} 
A.topnav:active { 
font-size : small;
background : #0000ff;
color : #ffffff;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration : none;
font-weight : bold;
} 
A.topnav:visited { 
font-size : small;
color : #ffffff;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration : none;
font-weight : bold;
} 
A.topnav:hover { 
font-size : small;
color : #0000ff;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration : none;
font-weight : bold;
}
	
	#mainright p { font-size:10px}
	#banner h1 { margin:0px; padding:10px}
	
</style>

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#glowingtabs{
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 3px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#000066;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->



