#container
{
	width: 640px;
	border: 2px solid #CCC;
	margin: 10px;
	background-image: url("/images/17.png");
	background-repeat: repeat-y;
}

#banner
{
	padding: 1px;
	background-color: #FFF;
}

#content
{
	padding: 5px;
        width: 433px;
	margin-right: 5px;
        overflow: hidden;

}


input
{
          background-color: #fff; 
          color: #000; 
          border: 1px solid #aaa;
          height: 18px;
          text-size: 10px;
}

textarea
{
          background-color: #fff; 
          color: #000; 
          border: 1px solid #aaa;
          height: 100px;
          width: 420px;
           text-size: 10px;
}

a
{
        color: #991A00;
	text-decoration: none;
	background: transparent;


}

#sidebar-a {
	float: right;
	width: 182px;
	\width: 192px;
	w\idth: 182px;
	margin: 0;
	margin-left: 2px;
	padding: 5px;
        text-size: 11px;
}


#sidebar-a h2	{
	font-size: 10px;
	margin: 0px 0 5px 0px;
       border-bottom: 1px dotted #999999;
}

#sidebar-a a {
        color: #003399;
}

#syndicate {
        text-align: right;
}
 
#syndicate a {
      color: #991A00;
}

#sidebar-a img {
      padding-top: 5px;
}

#content h1
{
	margin: 0 0 0 0;
	font-family: Georgia, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	font-variant: small-caps;
	padding-top: 0;
}

#content h1 a {
	color: #003366;
}

#content h2
{
	margin: 0px 0 10px 0;
	font-size: 11px;
	font-weight: normal;
	color: #AAA;
	background: transparent;
}

#content img
{
	float: left;
}

#footer
{
	clear: both;
	padding: 5px;
	margin-top: 2px;
	background-color: #FFF;
	border-top: 1px solid #CCC;
}

body
{
	padding: 0px;
	margin: 0px 0px 0px 100px;
	font-family: Verdana, Arial, Helvet,mica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #EEE;
                line-height: 1.6em;
}

#nav
{
	/*margin-bottom: 10px;*/
	float: left;
	display: block;
	/* width: 639px; */
        margin-right: 193;
	background-color: #FFFFFF;
}

#nav-list
{
	margin: 0;
	padding: 5px 0 5px 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#nav-list li
{
	border-right: 1px solid #CCC;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#nav-list a
{
	line-height: 10px;
	font-weight: bold;
	margin: 0 20px 4px 20px;
	text-decoration: none;
	color: #336699;
}

#comments
{
	border-top: 1px dashed #999999; 
	font-size: 10px;
	color: #000000;
                padding-bottom: 5px;
}


#next {
        text-align: right;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 5px 5px 5px 5px;  
}