/* CSS Document */

html { 
margin:0 auto;
padding:18px;
}

body {
text-align:center;
max-width: 956px;
margin:0 auto;
padding:0px;
background-image:url(images/bg.jpg);
font-family: Georgia, "Times New Roman", Times, serif;}

#pageholder{
margin:0 auto;
padding:0px;
width: 956px;
height:inherit;
text-align:center;
margin-bottom:8px;
}

html>body #pageholder{
float:left;
height:auto;
}

#banner{
float:left;
width: 956px;
height:72px;
}
#content{
float:left;
width: 956px;
background-image:url(images/pageholder_bg.gif);
background-repeat:repeat-y;}

#navbar{
float:left;
width: 450px;
height:27px; 
margin:8px 0 8px 9px;
padding:0px;
list-style:none;
}

#navbar ul {
float:left;
height:auto;
margin:0;
padding:0px;
list-style: none;
list-style-type:none;	
}
 
#navbar ul li {
float:left;
margin:0px;
padding:0px;
list-style:inherit;
display: inline;
}

a.home{
background-image:url(images/home.jpg);
width:46px;
height:27px;
display:block;}

a.home:hover{
background-position:-46px;}

a.phil{
background-image:url(images/phil.jpg);
width:83px;
height:27px;
display:block;}

a.phil:hover{
background-position:-83px;}

a.comm{
background-image:url(images/comm.jpg);
width:93px;
height:27px;
display:block;}

a.comm:hover{
background-position:-93px;}

a.origins{
background-image:url(images/origins.jpg);
width:71px;
height:27px;
display:block;}

a.origins:hover{
background-position:-71px;}

a.prod{
background-image:url(images/products.jpg);
width:71px;
height:27px;
display:block;}

a.prod:hover{
background-position:-71px;}

a.find{
background-image:url(images/find.jpg);
width:71px;
height:27px;
display:block;}

a.find:hover{
background-position:-71px;
color:#854c28;}

#main{
margin:0 0 0 10px;
float:left;
width:450px;
text-align:justify;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:18px;
color:#854c28;
padding:8px 8px 0 8px;}

#main p{
margin:4px 0 8px 0;}

#col{
float:right;
width:152px;
background-color:#eecf97;
margin-left:10px;}

#col img{
float:left;}

#col img.gal{
float:left;
margin:5px 12px 5px 14px;}

#imagearea{
float:right;
width:450px;
margin:0 0 0 0;
}

#base{
float:left;
background-image:url(images/base.gif);
background-position:bottom;
background-repeat:no-repeat;}

#linky{
padding-top:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:8.5px;
color:#361928;
}

#linky a:link, #linky a:visited{
color:#361928;
text-decoration:none;
}

#linky a:hover {
text-decoration:underline;
}


