@charset "utf-8";
/* CSS Document */

body
{text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#wrapper
{text-align:left;
background-color:#ffffff;
margin:0 auto;
width:774px;
height:auto;
border:2px solid #000;
overflow:hidden;
}
#banner
{
background-image:url(../images/pinni-banner.jpg);
background-repeat:no-repeat;
width:774px;
height:115px;
}
#navbar
{font-weight:bold;
text-align:center;
height:25px;
padding-top:6px;
font-size:13px;
background-repeat:no-repeat;
background-image:url(../images/link-banner.jpg);
}
#navbar a:link
{color:#000;
}
#navbar a:visited
{color:#000;
}
#navbar a:active
{color:#000;
}
#navbar a:hover
{color:#FF0000;
}
#cont
{background-color:#ffffff;
height:auto;
width:784px;
}
#leftcol
{
float:left;
background-color:#ffffff;
text-align:left;
font-size:12px;
width:764px;
height:auto;
font-weight:bold;
padding-bottom:10px;
padding-left:10px;
}
#leftcol a:link
{color:#000;
font-weight:bold;
}
#leftcol a:visited
{color:#000;
font-weight:bold
}
#leftcol a:active
{color:#000;
font-weight:bold;
}
#leftcol a:hover
{color:#FF0000;
font-weight:bold;
}

}





#redtext {
	color: #F00;
}
