/* CSS Document */

body {
color:#000;
background-color:#d9ccb3;
font-size:100.1%;
font:"Times New Roman", Times, serif;
}

h1 {
font-size:200%;
}

h2 {
font-size:150%;
}

h3 {
font-size:130%;
}



dt {
padding:6px 0px 0px 0px;
font-weight:bold;
}

table#beef_pricing{
border:1px solid #713800;
}

table#season tr td {
border:1px solid #713800;
}

table#season tr th {
border:1px solid #713800;
}


#header {
text-align:left;
padding:0px;
height:250px;
width:750px;
}

#wrapper {
/*
background-color:#cccc99;
*/ 
margin:0px auto;
width:750px;
}

#nav {
background-color:#c2ad85; /*beige*/
float:left;
width:200px;
padding:8px 0px;
border-right:2px solid #016e51;/*teal*/
border-left:2px solid #713800; /*dark brown*/
border-top:2px solid #713800; /*dark brown*/
border-bottom:2px solid #713800; /*dark brown*/
}

#content {
float:left;
width:514px;
background-color:#c2ad85; /*beige*/
padding: 8px 15px;
margin-bottom:15px;
border-bottom:2px solid #713800; /*dark brown*/
border-top:2px solid #713800; /*dark brown*/
border-right:2px solid #713800; /*dark brown*/
}

#footer {
clear:both;
width:750px;
font-size:90%;
color:#dff0fa;
margin:0px auto;
padding:3px 0px 3px 3px;
background-color:#713800; /*dark brown*/
border-top:2px solid #016e51;/*teal*/
}

/*NAVIGATION*/

a, a:link {
color:#713800;
text-decoration:underline;
}

a:visited {
color:#016e51;/*teal*/
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#016e51;/*teal*/
text-decoration:underline;
}

#footer a, #footer a:link {
color:#c2ad85; /*beige*/
text-decoration:underline;
}

#footer a:visited {
color:#fff;
text-decoration:underline;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#c2ad85; /*beige*/
text-decoration:none;
}



/*CLASSES*/

.colbottom {
margin-bottom:0; !important
padding-bottom:0px;
line-height:0px;
font-size:0px;
}

.red {
color:#990000;
}


