body
{
  margin: 0px;
  padding: 0px;
  background-color: #FFCC33;
}

#site
{
  width: 1038px;
  margin-right: auto;
  margin-left: auto;
  border-left: white dashed 13px;
  background-color: #FFCC33;
  padding-left: 25px;
}

#banner
{
  width: 1000px;
  height: 213px;
  margin-left: 25px;
  background: #FFCC33 url(banner.gif) no-repeat top;
}

a#ban
{
  display: block;
  height: 100%;
  width: 100%;
}

#main
{  
  width: 1025px;
  min-height: 550px;
  height: 100%;
  background: #FFCC33 url(background.gif) repeat-y top right;
  overflow: hidden;
}

#content
{
  width: 660px;
}

#cat
{
  background: #FFCC33 url(kapu.gif) no-repeat top right;
  height: 344px;
  width: 365px;
  float:right;
}

#footer
{
  width: 1000px;
  height: 130px;
  margin-left: 25px;
  background: #FFCC33 url(footer.gif) no-repeat bottom;
}

#navi
{
  margin: 320px 0px 0px 40px; 
}

ul
{
  list-style-type: none;
}

li a.links
{
  color: #000099;
  text-align: center;
  font: 20px "Arial Black";
  font-style: italic;
}

li a.links:hover
{
  border-bottom: 4px #000099 solid;
  color: #000066;
  text-align: center;
  font: 20px "Arial Black";
  font-style: italic; 
}

p, span
{

  font: 12px arial;
  font-weight: bold;
  color: #000066;
}

.biotitle
{
  color: #000066;
  font: 16px "Arial Black";
}

strong
{

  font-size: 14px;
}

.blogbox
{
  border: 5px #000099 solid;
  color: #000000;
  font: 14px "Verdana";
  width: 90%;
  padding: 0px 20px 10px 20px;
  background-color: #FF9900;
  margin-bottom: 2px;
}

.blogtitle
{
  border: 3px #FFFFFF solid;
  font: 16px "Arial Black";
  font-variant: small-caps;
  color: #000000;
  display: block;
  padding: 0px 5px 2px 5px;
  margin: 0px -20px 10px -20px;
  background-color: #9999ff;
}


.blogcomment
{
  border: 3px #FFFFFF dashed;
  font: 14px "Verdana";
  color: #000099;
  font-variant: small-caps;
  font-weight: bold;
  display: block;
  margin: 10px -20px -10px 20%;
  text-align: center;
}

.blogcomment:hover
{
  background-color: #ffcc66;
}

legend
{
  color: #000099;
  text-align: center;
  font: 14px "Arial Black";
  font-style: italic;
}

label.commentform
{
  float: left;
  width: 10em;
}

.date
{
	  font: 9px Courier New;
}
