
BODY {
	color: white;
	background-color: #6A6A5A;
	
}

/* Font Styles */

p  {
width: 680px;
margin: auto;
font-family: Georgia;
color: #6A6A5A;
padding: 15px;
text-align: center;

}


h1  {

margin: auto;
font-size: xx-large;
font-family: Georgia;
color:#6A6A5A;
text-align: center;


}

h2  {


margin: auto;
font-size: large;
font-family: Georgia;
color: #6A6A5A;
text-align: center;	



}

.copyright  {
	
	font-family: Georgia;
	font-size: 12px;
	text-align: left;
	
	
}

.featurelist  {

list-style: square;
font-family:  Georgia;
text-align: left;
color: #6A6A5A;


}







/* Wrapper for Layout */
.main  {

margin: auto;
background-image:url(images/mainbg.jpg); 
background-repeat: no-repeat;
background-position: center;
width:780px;
height: 700px;
}

/* To Knock down the text, below the header */

.header  {

margin: auto;
height: 100px;
width: 700px;
/*background-image: url(images/headerbg.jpg); Not using, header text integrated into mainbg */
background-repeat: no-repeat;


}

/* Content */

.content-m  {

margin: auto;
width: 740px;
height: 475px; 
overflow: auto;
scrollbar-face-color: #FFCC00;


}

/* Menu/Nav */

#navcontainer ul
{
padding-left: 0;
padding: auto;
margin-left: 20px;
background-color: #000066;
color: White;
float: left;
width: 95%;
font-family: Georgia;
}

#navcontainer ul li { display: inline;
margin-left: 15px; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #6A6A5A;
color: #fff;
}

.home #nav-home a  
{
padding: 0.2em 1em;

background-color: #FFCC00;
color: #000066;
float: left;
font-family: Georgia;
font-weight: bold;
}

.contact #nav-contact a  
{
padding: 0.2em 1em;

background-color: #FFCC00;
color: #000066;
float: left;
font-family: Georgia;
font-weight: bold;
overflow-y: auto;

}


.photos #nav-photos a  
{
padding: 0.2em 1em;

background-color: #FFCC00;
color: #000066;
float: left;
font-family: Georgia;
font-weight: bold;
}


.bookquote #nav-bookquote a  
{
padding: 0.2em 1em;

background-color: #FFCC00;
color: #000066;
float: left;
font-family: Georgia;
font-weight: bold;
}


.tech #nav-tech a  
{
padding: 0.2em 1em;

background-color: #FFCC00;
color: #000066;
float: left;
font-family: Georgia;
font-weight: bold;
}


.features #nav-features a  
{
padding: 0.2em 1em;

background-color: #FFCC00;
color: #000066;
float: left;
font-family: Georgia;
font-weight: bold;
}


/* End Nav */

/* Footer */
#footer {
    padding: 10px;
    margin: 30px;
    border-top: solid #6A6A5A 1px;
    text-align: center;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    color: #666;
    font-size: 10px;
    height: 30px;
    margin-top: 80px;
}

#footer #alt-nav {
    float: right;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    color: #666;
	font-size: 12px;
}


#footer #alt-nav a  {

text-decoration: none;
color: #000066;
font-size: 12px;

}

#footer #alt-nav a:hover {
    text-decoration: underline;
    color: #FFCC00 ;
}

#footer #copyright {
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    color: #666;
    text-align: left;
	font-size:10px;
}



#footer #copyright a  {

text-decoration: none;
color: #000066;

}

#footer #copyright a:hover {
    text-decoration: underline;
    color: #FFCC00 ;
}

/* End Footer */



/* Thank you box */

.thankbox {
position:relative;
margin:auto;
top:10px; 
left:30px; background:#fff; 
border:1px solid #000;
margin:5px; padding:5px;
font-size:15px;
color:#c00;
width:600px;
text-align: center;
 
}

/* End Thank you box */

/* Table CSS */

table.alerts {
	
font: "Georgia";
color: #6A6A5A;

}