 /*nav*/
#navcontainer ul 
{
	float: left;
	position: relative;
	margin: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	padding: 0;
	left: 16px;
}

#navcontainer li {
	
		float: left;
	position: relative;
	text-align: center;
	width: 107px;
	height: 44px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}



#navcontainer a
{
	color: #0000ff;
	text-decoration: none;
	display: block;
	width: 107px;
	padding-top: 15px;
}

#navcontainer li#Home { background: url("images/52_ways_04.jpg");  }
#navcontainer li#Order { background: url("images/52_ways_05.jpg");  }
#navcontainer li#Book { background: url("images/52_ways_06.jpg"); }
#navcontainer li#Bio { background: url("images/52_ways_07.jpg");  }
#navcontainer li#Blog { background: url("images/52_ways_08.jpg"); }
#navcontainer li#Excerpts { background: url("images/52_ways_09.jpg");  }
#navcontainer li#Contact { background: url("images/52_ways_10.jpg");  }


#navcontainer a:hover { background: url("images/52_ways_topnav_off.jpg");
color: #ffffff; text-decoration: underline;}







 
    /* Default Body Styles */
    body {
    background: #ADC3D0;
    font-size: 62.5%;
    font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
    color:#333333;
    }

	p {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 5px;
	padding-right: 5px;
	}
	

    h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #666;
	border-bottom: 1px dotted #dddddd;
	padding-right: 5px;
	padding-left: 5px;
    }


    h2 {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #666;
    border-bottom: 1px dotted #dddddd;
    }
	
	h3
	{
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    }
	

    /*Container - contains the whole website*/
    #container {
    background: #7A90A5;
    width: 780px;
    margin: 1px auto 1px auto;
    font-size: 1em;
    border: 1px solid #dddddd;
    }
	
	#top
	{
	width: 100%;
	background: #000000;
	height: 18px;
	background-image: url(images/52_ways_01.jpg);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
    }

    /*Header - Header details go in here*/
    #header {
	width: 100%;
	background: #000000;
	height: 207px;
	background-image: url(images/52_ways_02.gif);
    }
	
	#nav {
	width: 780px;
	background: #000000;
	height: 44px;
	background-image: url(images/52_ways_11.jpg);

}

    /*Leftbox - This box appears on the left side of the website*/
    #leftbox {
	line-height: 1.5em;
	float: left;
	border: 1px solid #dddddd;
	width: 200px;
	padding: 5px;
	background-color: #C6CBD1;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 1px;
	margin-left: 2px;
	margin-top: 2px;
    }
	

    /*rightbox - this box appears on the right side of the website*/
    #rightbox {
	width: 540px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	border: 1px solid #000;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	background-image: url(images/52_ways_14.jpg);
	margin-right: 8px;
	margin-top: 2px;
	

    }


/* Nav  Font

.mainnav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	bottom: 10px;
	position: absolute;
	left: 10px;
	width: 85px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	top: 15px;
	padding-top: 2px;
	
	}
	
.mainnav A:link {
	text-decoration: none;
	color: #0000ff;
	
}
.mainnav A:visited {text-decoration: none; 
color:#0000ff
}
.mainnav A:active {text-decoration: none; color: #0000FF} 
.mainnav A:hover {text-decoration: underline;
	color:#ffffff;

}

*/

    /*Footer - Appears at the bottom of your page
    #footer {
	clear: both;
	font-size: 1em;
	line-height: 1.5em;
	width: 100%;
	background-image: url(images/52_ways_20.jpg);
	height: 39px;
    }
*/

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: center;
	background-image: url(images/52_ways_20.jpg);
	width: 100%;
	height: 39px;
	}


/* Text for your Forums*/

label{
float: left;
width: 120px;
font-weight: bold;
padding-left: 5px;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
	background-color: #ADC3D0;
	color: #000000;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
