/* CSS Doc for catfishdrifter.com

*********************************About*********************************************
CSS Document
Keith and Jason's Catfish Guide Service
Margaret Bowers
February 2007
***********************************************************************************
*/

body {
	font-family: Georgia, Helvetica, Times, serif;
	font-size: 100%;
	background-color: #333333;
}

h1 {
    font-family: Georgia, Helvetica, Times, serif;
    text-align: left;
	font-style: italic;
	color: #FCFEE8;
	font-size: 110%;
	font-weight: bold;
	padding: 1px 0px 0px 7px;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	color: #FBFBEB;
	font-size: 110%;
	margin: 10px 0px 5px 10px;
}

h3 {

    background-color: #FCFEE8;
	font-size: 100%;
	font-style: normal;
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-family: Helvetica, Times, serif;
}

p {
    text-align: left;
	color: #27211D;
	font-size: 80%;
	font-weight: bold;
	padding: 0px 10px 0px 7px;
}

td {
font-family: Helvetica, Times, serif;
font-weight: bold;
font-size: 
}

ul {
font-weight: bold;
color: #FCFEE8;
}

img {
border: 0px none;
padding-right: 10px;
padding-left: 5px;
}

a:link, a:active, a:visited {
	color:#E5E7D1;
	text-decoration: none;
}

a:hover {
	color: #E5E7D1;
	text-decoration: underline;
}
/*---------------  Main Containing Structure --------------- */

#mainbox    {
width:780px;
margin: 0px auto;
background:url(images/background.gif) top left repeat;
}

/*-----------------Divisions----------------------------*/

#header {
height:118px;
background-image: url(images/catfishdrifter_01.jpg);

}

#header_gallery {
height:110px;
background-image: url(images/catfishdrifter_01.jpg);

}

#bodycontent {
/*background-image: url(images/background.gif); 
background:url(images/background.gif) top left no-repeat;*/
width:780px;

}

/*---------------------Sidebar and navigation elements-------------- */

#sidebar {
width: 189px;
height: 457px;
float: left;
background: url(images/catfishdrifter_02.jpg) no-repeat;
}

#sidebar p {
text-align: center;
font-family: Helvetica, Trebuchet MS, sans-serif;
color: #000;
font-weight: bolder;
}

/********************************* Navigation **********************************/
#navcontainer {
 }

#navcontainer ul
{
margin-top: 5px;
/*margin-left: 35px; */
list-style-type: none;
font-family:  Helvetica, Trebuchet MS, sans-serif;
font-style: italic;
}

#navcontainer a
{
display: block;
width: 100px;
padding: 3px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #006600;
	text-decoration: none;
	background-image: url(images/octopus_hook.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-bottom: 20px;
	font-weight: bolder; 
}

#navcontainer a:hover
{
	color: #74752b;
	background-image: url(images/octopus_hook.gif);
	background-repeat: no-repeat;
}

/******************************Content Section *************************/

#content {
width: 570px;
float: right;
padding:10px;
}

/*-------------------------Image Gallery in Main content--------------------*/
/* Special paragraph */
.p1 {
padding : 5px; 
background-color : #FCFEE8; 
font-size : 90%; 
} 

/*----------------------------------- footer section --------------------------------------------------*/

#footer {
	background-color: #333333;
	font-family: Helvetica, Times, serif;
	clear:both;
	width: 780px;
	color:#ECE1C5;
	font-size: 80%;
	text-align: center;
	padding: 12px 0 12px 0;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#E5E7D1;
}

#footer p {
text-align: center;
}