body {
	background-color: #4C3333;
	font-size: 0.8em;
	font-family: Georgia, Trebuchet MS, Verdana, Geneva, sans-serif;
	color:#404040;
	padding:0;
	margin:0;
}

a:active, a:visited, a:link {
color:#4C3333;
text-decoration: none;
}

a:hover {
color: #726464;
font-size: 12px;
text-decoration: none;
}


/* ----------container zentriert das layout-------------- */
#container {
	width: 1050px;
	margin: 0 auto;
	background-color: #fff2ff;}

/* ----------banner for logo-------------- */

#banner {
         height:220px;
         width: 1050px;
	padding: 0;
         background-image: url(http://www.coyotenranch.com/headernew3.jpg);
         background-repeat: no-repeat;
	background-color: #4C3333;
        }


/* ----------wrapper-------------- */
#wrapper {
	width: 1050px;
	padding: 0;
         height: 25px;
	background-color: #fff2ff;}

/* -----------------Inhalt--------------------- */
#content {
	width: 749px;
         min-height: 3000px;
         float: left;
	background-color: #FFF2FF;
         border-right: 1px solid #4c3333;
	padding-top: 5px;
}

/* --------------right ------------- */

#right {
	float: right;
	width: 300px;
         min-height: 3000px;
         background-color:#FFF2FF;
}

/* -----------footer--------------------------- */
#footer {
	background-color: #FFF2FF;
         height: 25px;
         width: 1050px;
         text-align: center;
	border-top: 1px solid #4c3333;
        float: left;
}

/* -----------menu--------------------------- */

/* style the outer div to give it width */
.menu {
width:1050px;
font-size:0.85em;
background:#694d4e;
padding-bottom:10px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none;
color:#ffffff;
width:139px;
height:30px;
border:1px solid #ffffff;
border-width:1px 1px 0 0;
background:#694d4e;
padding-left:10px;
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d7c9ca
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#d7c9ca;
}
.menu ul ul :hover > a.drop {
background:#d7c9ca;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#d7c9ca;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#d7c9ca;
}
.menu ul ul ul :hover > a {
background:#d7c9ca;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0;
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px;
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ebe5e5;
color:#000;
height:auto;
line-height:1em;
padding:5px 10px;
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff;
background:#6d6363;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#6d6363;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
visibility:visible;
}

---------------------------------------------------------------------------------------

.box
{
width: 250px;
background: #d7c9ca;
margin-bottom: 15px;
margin-top: 10px;
}

h4
{
width: 250px;
background: #fff2ff;
padding: 3px 0 3px 0px;
color: #6d6363;
text-decoration: underline;
font-size: 0.9em;
margin: 8px;
}

.box p
{
font-size: 0.9em;
padding: 3px 0 3px 0px;
background: #fff2ff;
border: 1px dotted #4c3333;
color: 4c3333;
margin: 8px;
}

-------------------------------------------------------------------------

h2 {
	font-size: 1.2em;
	font-weight: normal;
         color:#4C3333;
         border-bottom: 1px dashed #cecece;
}


h3 {
font-weight: bold;
font-style: normal;
font-size: 9pt;
padding-left: 5px;
padding-right: 5px;
margin-left: 10px;
margin-right: 10px;
color : #694d4e;
border-bottom: 1px dashed #cecece;
text-decoration: none;
}

h5 {
font-weight: bold;
font-style: normal;
font-size: 9pt;
padding-right: 5px;
margin-right: 10px;
color : #694d4e;
border-bottom: 1px dashed #cecece;
text-decoration: none;
}

