body 
{
background-color:#EFEBEF;
} 

p {font-size:14px;}

a {font-size:14px;}

li {font-size:14px;}

#wrapper
{
width:774px;
margin:0 auto;
background-color:#FFFFFF;
}

/*#nav
{
background:url('navbac1.png');
background-repeat:repeat-x;
width:774px;
height:25px;
}*/

#nav
{
width:248px;
float:left;
background-image:url('colbac.png');
background-repeat:repeat-y;
}

#nav ul
{
list-style:none;
padding:0;
margin:0;
}

a.nav
{
color:#000000;
text-decoration:none;
font-weight:bold;
font-size:125%;
}

a.nav:hover
{
color:#000000;
text-decoration:underline;
font-weight:bold;
font-size:125%;
}

a.subnav
{
color:#000000;
text-decoration:none;
font-weight:bold;
font-size:125%;
}

a.subnav:hover
{
color:#000000;
text-decoration:underline;
font-weight:bold;
font-size:125%;
}


#nav li
{
/*float:left;*/
margin:0;
height:30px;
background:url('colbac.png');
background-repeat:repeat-y;
padding:0 0.35em 0 0.35em;
}

#nav li:hover
{
background:url('colbac2.png');
background-repeat:repeat-y;
}

#content
{
background:url('colbac.png');
background-repeat:repeat-y;
}

#col1
{
/*background:url('colbac.png');
backround-repeat:repeat-y;*/
height:auto;
width:248px;
float:left;
padding-bottom:15px;
}

#col2
{
width:526px;
float:right;
}

#col2 p,h1,h2,h3,h4,h5,h6
{
margin-left:15px;
margin-bottom:15px;
}

#footer
{
margin:0px;
clear:both;
width:774px;
height:50px;
}

img.header
{
width:774px;
height:76px;
margin-top:0px;
}

img.footer
{
width:774px;
height:50px;
clear:both;
margin-bottom:0px;
}

p.col1
{
margin:0;
padding-left:10px;
}

ul.bullet
{
list-style-image:url('bullet.jpg');
}