

body{
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
background-color: #f2dfbe;
background-image: url(../images/back2.jpg);
background-attachment: fixed;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: auto; /*Center container on page*/
margin-top: 10px;
background-color: #FFFFFF;
border: 2px solid #261B09;
}

#maincontainer h4{
	font-variant: small-caps;
}


#topsection{
background: #1C0A06;
height: 226px;
background-repeat: no-repeat;
background-color: #BD3E01;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 300px; /*Set left margin to LeftColumnWidth*/
}

#recipe {
	font-size: smaller;
	font-weight: bolder;
	color: black;
	line-height: normal;
}

#recipe h1 {
	font-size: 12px;
	font-weight: 900;
	font-variant: small-caps;
}

.navbar { 
/*	position: relative;*/
	text-align: center;
	padding: 0px 10px 10px 10px;
	margin: 0px 0 0 0;
	color: black;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.5em;
	font-variant: small-caps;
}

#leftcolumn{
float: left;
width: 300px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #F2DFBE;
font-size: 80%;
}


/*CSS STYLES FOR HORIZONTAL MENU BAR*/

.container {
        width: 440px;
        padding: 15px;
        margin: 3px 0 20px 20px;
        border: 1px solid #ccc;
        background: #fff;
}

/* pyramid */

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        color: #000;
        background: url(pyramid.gif) no-repeat bottom center;
}

a {
color:#6E2505;
text-decoration:underline;
}

a.cleared {
	color:#622103;
	text-decoration: none; 
}


#footer{
clear: left;
width: 100%;
background: black;
color: #C0C0C0;
font-size: xx-small;
text-align: center;
padding: 10px 0 10px 0;
}

#footer a{
color: #FFFFFF;
text-decoration: none;
}

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

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h4 {
	margin-top: 8px;
	margin-bottom: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 900;
	color: #4E1A05;
	font-variant: small-caps;
}


</style>



