﻿/*CSS by Ramona Maxwell (c)2009 All Rights Reserved*/
/*Please visit www.MaxwellArts.com/webnflash.htm*/

/*BODY - GLOBAL SPECS*/
body  
{
    background-color: #FFFFFF;
    font-family: "Comic Sans MS", "Arial Unicode MS";
}
links a:hover  
{
}
p    
{   text-align: left;
    font-family: "Comic Sans MS", "Arial Unicode MS";
 }
 
 /*LOGO*/
 .logo  
 {
     width: 1000px;
     height: 550px;   
     position: absolute;
     left: 180px;
     top: 15px;
     background: url(SQLSolver1-plain.jpg) no-repeat center;
     padding: 30px 145px 0px 0px;
     text-align:right;
     font-family: "Comic Sans MS", "Arial Unicode MS";
}  
.logo h1  
{
    font-size: 60px;
    color: #006699;
    line-height:65px;
}
.logo h2  
{
    font-size: 20px;
    color: #006699;
    line-height: 25px;
    text-transform:lowercase;
}
logo a:hover 
{
} 
/*MENU*/      
.menu 
 {
     width: 2048px;
     height: 120px;
     position: absolute;
     top: 585px;
     background-color: #006699;
     }
.menu-inside
{width:1000px;
 height:100px;
 position: absolute;
 top:595px;
 left:240px;
 background-color:#FFFFFF;
 text-align:center;
}
.menu-inside a
{   color: #006699;
    font-size:50px; 
    text-align:center;
    text-decoration:none;
}

/*CENTER PAGE CONTENT*/
 .page  
 {
     width: 700px;
     height:1400px;
     position: absolute;
     left: 520px;
     top: 695px;
     border-right: solid 8px #006699;
     border-bottom: solid 8px #006699;
     float: left;
     padding:15px 15px 15px 45px;
}
.page h2
{color:#006699;
 text-transform:none;
}
.page h3
{color:#006699;
 font-size:15px;
}
.page p
{float:right;
}
.amazon
{float:left;
 padding-right:10px;
}

/*LEFT SIDEBAR*/
 .sidebar1  
 {
     width: 300px;
     height:1400px;
     position: absolute;
     left: 200px;
     top: 695px;
     float: left;
     border-left: solid 8px #006699;
     border-right: solid 8px #006699;
     border-bottom: solid 8px #006699;
     padding:15px 15px 15px 15px;
}
.sidebar h2
{   color:#006699;
    text-transform:none;
}
.sidebar1 a
{
    color:#006699;
    text-decoration:none;
}
    
.sidebar1 p
{  
    text-align:left;

            
}
.sidebar1 byline
	{text-transform:italic;
	}
	{font-size:small;
	}
	{padding:0 0 0 0;
	}

/*CLOSING INFO AND FOOTER*/
.footer  
 {   width:675px;
}
.footer p
{   
    padding:5px 5px 5px 5px;
    font-size:small;
    color:#006699;
 text-align:justify;
}
 
 .info
 {   width:275px;
}
.info p
{   
    padding:5px 5px 5px 5px;
    font-size:small;
    color:#006699;
 text-align:left;
}
 
#Page2 {
}

#Page3  {
}
 