﻿body
{
    margin: 0;
    padding: 0;
    background-color: #3366CC; /* #3366FF  #1F1F23*/
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}

h1
{
    font-size:1.5em;
}


#pagecontainer
{
    margin:0px auto;
    width:900px;
    padding:0;
    border:0;
    background-image: url(images/LearnShag.png);
    background-repeat: no-repeat;
    background-position:center top;
    height:590px;
    overflow:hidden;
}

#pagecontainerInner
{
    margin:0px auto;
    width:900px;
    padding:0;
    border:0;
    background-image: url(images/LearnShag-Inner.png);
    background-repeat: no-repeat;
    background-position:center top;
    height:595px;
}

#col1
{
width:200px;
}

#col2
{
float:right;
width:290px;
}

#col2Inner
{
float:right;
width:500px;
}



#col3
{
width:auto;
}



#ads
{
    
    width:auto;
    float:right;
    margin-left:40px;
    margin-top:49px;
    padding:0;
    
}

#navigation
{
margin-top:115px;
background:Transprent;
margin-left:-20px;

}

/*
#navmenu {
 width: 160px;
 height: 331px;
 background: url(images/navigation_menu.png);
 margin: 0px auto; padding: 0;
 position: relative;
}

#navmenu li {margin: 0; padding: 0; list-style: none; position: absolute; left: 0;}
 
#navmenu li, #navmenu a {height: 42px; display: block;}
#panel1b { top: 0; width: 160px;}
#panel2b { top: 0; width: 160px;}
#panel3b { top: 0; width: 160px;}
#panel4b { top: 0; width: 160px;}

*/

#menu14 {
	width: 205px;
	margin: 0;
	}

#menu14 li
{
    list-style:none;
    font-weight:bold;
    font-size:0.9em;
}
	
#menu14 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #333;
	display: block;
	background:  url(images/menu14.gif);
	padding: 8px 0 0 10px;
	}
	
#menu14 li a:hover {
	color: #FFF;
	background:  url(images/menu14.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}


#copycontainer
{
margin-top:275px;
margin-left:40px;
background:;
}


#copycontainer h1
{
    color:#282828;
    text-decoration:underline;
}

#copycontainer p
{
    font-size:0.7em;
    width:250px;
}




#copycontainerInner
{
margin-top:205px;
margin-left:10px;
height:200px;
}

div.scroll
{
    overflow:scroll;
    height:330px;
    width:500px;

}

#copycontainerInner h1
{
    color:#282828;
    text-decoration:underline;
}

#copycontainerInner p
{
    font-size:0.7em;
    width:auto;
}


#sidebar 
{

}
#sidebar a
{
   
    color:#FFFF66;
    padding-left:5px;
}


#sidebar a.sidebartitle
{
    font-weight:bold;
    color:#FFF;
    padding-left:1px;

    
}

#sidebar img
{
text-align:center;
margin-top:5px;
margin-left:5px;
}

#sidebar p
{
    font-size:0.6em;

    width: 120px;
    color: #fff;
    
}



#footer
{
position:absolute;
top:558px;
margin-left:504px;
font-size:x-small;
margin-bottom:60px; 
color:#fff;
}

#footer a
{
color:#fff;

}



.style_bold
{
    font-weight:bold;
}

.style_float_left
{
    float:left;
}

.style_float_right
{
    float:right;
}
.style_padding_5px
{
  padding:5px;
}

.style_center
{
  text-align:center;
}


.caption
{
font-style:italic;
font-size:0.7em;
font-weight:bold;
}


