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

/*BODY - GLOBAL SPECS*/
body  
{
    font-family: "Comic Sans MS", "Arial Unicode MS";  
    background-attachment: scroll;
    }
    
a {
	color: #006699;
	text-decoration: none;
	}

a:hover {
     color: #75F0D7;
     }
     
a:visited {
	
	color: #006666;
}
p {   
	text-align: left;
	font-family: "Comic Sans MS", "Arial Unicode MS";
	}
 
/* logo */
.logo  {
     width: 1000px;
     height: 250px;   
     background: url('images/SQLSolver1-ltgrays.jpg') no-repeat -250px -140px;
     position: absolute;
     left: 130px;
     top: 15px;
     padding: 30px 145px 0px 0px;
     text-align: right;
     font-family: "Comic Sans MS", "Arial Unicode MS";
}  
.logo h1  {
    font-size: 50px;
    color: #006699;
    line-height: 55px;
    text-decoration: none;
}
.logo h2  {
    font-size: 20px;
    color: #006699;
    line-height: 25px;
    text-transform: lowercase;
	}
.logo a {
	text-decoration: none;
	} 
/*MENU*/      
.menu {
     width: 1364px;
     height: 30px;
     position: absolute;
     top: 285px;
     left: 0px;
     background-color: #006699;
     }
.menu-inside {
	width: 800px;
	height: 20px;
	margin-top: 5px;
	margin-left: 286px;
	position: inherit;
	background-color: #FFFFFF;
	text-align: center;
	}
.menu-inside a { 
	color: #006699;
	text-decoration: none;
	}

/*CENTER PAGE CONTENT*/
 .page  
 {
     width: 700px;
     height:3100px;
     position: absolute;
     left: 466px;
     top: 315px;
     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;
 margin:0 0 0 0;
}
.page p
{float:right;
}
.amazon
{float:left;
 padding-right:10px;
}

/*LEFT SIDEBAR*/
 .sidebar1  
 {
     width: 300px;
     height:3100px;
     position: absolute;
     left: 144px;
     top: 315px;
     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 h3
     {
      color:#006699;
      text-align: center;
      font-size: small;
}

.sidebar1 a
{
    color:#006699;
    text-decoration:none;
}
    
.sidebar1 p
{  
    text-align:left;

            
}
.sidebar1 byline {
	font-style: 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  {
} */
 
