<!--Force IE6 into quirks mode with this comment tag-->
<!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 Left and Top Frames Layout</title>
<style type="text/css">

body{
margin: 0;
padding: 0;
border: 0;
overflow-y: scroll;
overflow-x: hidden;
height: 100%; 
max-height: 100%; 

}

em{color: navy;}

.hide {
position: absolute;
left: -9999px;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Georgia, Palatino, serif;
	color: #4E483D;
}

p1 {
font-family: Georgia, Palatino, serif;
color: white;
}

   
a:link { /* unvisited link */
color:#416076;
text-decoration: none;
text-align:inherit;
}      
a:visited {color:#557B92}  /* visited link */
a:hover { /* mouse over link */
color:#557B92;
text-decoration: underline;
}  
a:active {color:#557B92}  /* selected link */

.paragraph:link { /* unvisited link */
color:#416076;
text-decoration: none;
text-align:inherit;
}      
.paragraph:visited {color:#557B92}  /* visited link */
.paragraph:hover { /* mouse over link */
color:#557B92;
text-decoration: underline;
}  
.paragraph:active {color:#557B92} 
    
    
.animatedtabs{
overflow: hidden;
font-size: 14px; /*font of menu text*/
clear: both;
width: 100%;
}


.animatedtabs ul{
width: 100%;
list-style-type: none;
margin: 0;
margin-left: 0; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(http://www.elainesviolinstudio.com/images/tab-blue-left.png) no-repeat left top;
margin: 0;
margin-right: 2px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(http://www.elainesviolinstudio.com/images/tab-blue-right.png) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: #4E483D;
}



.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: #4E483D;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
font-weight: bold;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}


#framecontentLeft, #framecontentTop{
position: absolute; 
top: 15px; 
left: 15px; 
width: 200px; /*Width of left frame div*/
height: 1000px;
overflow-y: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
overflow-x: hidden;
background: transparent url(http://www.elainesviolinstudio.com/images/EVS-side-banner-resize.png) repeat top center;
border-color: white;
border-width:thick;
}

#framecontentTop{ 
top: 15px;
left: 230px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: 100%;
height: 120px; /*Height of top frame div*/
overflow-y: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
overflow-x: hidden;
background: transparent url(http://www.elainesviolinstudio.com/images/FCTitle.png) left top repeat;
}


#maincontent{
position: relative; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 15px;
overflow-y: hidden;
overflow-x: hidden;
width: 80%;
}

#contentwrapper{
float: left;
width: 100%;
}

.curlycontainer{
margin-left: 0;
border: 1px solid #52719A;
margin-bottom: 1em;
width: inherit;
}

.curlycontainer .innerdiv{
background: transparent url(http://www.elainesviolinstudio.com/images/brcorner.png) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 10px 10px 15px 15px;
width: inherit;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/

}

* html #framecontentTop{ /*IE6 hack*/

}

</style>

