/*COLORS
dark brown: rgb(89,61,43)
pink:(193,76,71)
green: rgb(176,203,105)
lemon: rgb(246,232,127)
*/
*{
margin:0;
padding:0;
border:0;
text-decoration:none;
list-style:none;
}
html, html body{
margin:0;
padding:0;
height:100%;
}

#band{
height:6px;
border-top:8px solid rgb(193,76,71);
border-bottom:2px solid rgb(193,76,71);
}
#wrapper1{
min-height:100%;
_height:100%;
background:transparent url(../images/lemon.gif) left bottom repeat-x;
}
.clear{
clear:both;
}
#wrapper2{
float:left;
padding:0 0 0 20px;
background:transparent url(../images/a.gif) 30px 5px no-repeat;
}
body{
color:rgb(89,61,43);
background:white url(../images/fanTight.jpg) 100% 23% no-repeat;
}
#content{
float:left;
padding:50px 60px 30px 60px;
margin-right:20px;
margin-bottom:20px;
border-left:6px solid rgb(89,61,43);
background:transparent url(../images/brownGrad.gif) right bottom no-repeat;
}
#header h1{
width:709px;
height:80px;
margin-left:20px;
text-indent:-9999px;
background:transparent url(../images/name.gif) left bottom no-repeat;
}
h1{
font-family:Cochin, Times;
font-variant:small-caps;
}
p{
margin:0 360px .5em 0;
font-size:144%;
line-height:1.6em;
}
a{
color:rgb(193,76,71);
}
a:hover{
border-bottom:1px dotted rgb(193,76,71);
}
ul li{
float:left;
display:inline;
width:192px;
}
ul#nav{
margin:30px 0 0 0;
padding:0;
}
#nav li a{
display:block;
padding-left:30px;
border:1px solid rgb(89,61,43);
}
#nav li a:hover{
border:1px solid rgb(193,76,71);
}
li#res{
background:rgb(89,61,43) url(../images/res.gif) top left no-repeat;
}
li#com{
margin-left:20px;
background:rgb(89,61,43) url(../images/com.gif) top left no-repeat;
}
li#choices{
margin-left:20px;
background:rgb(89,61,43) url(../images/choices.gif) top left no-repeat;
}
