  a:link, a:visited
  {
    color: #03F;
    text-decoration: none;
  }

  a:hover, a:active
  {
    color: #F06;
  }

	body
	{
		padding: 0;
		margin: 0;
		background-color: #EEE;
		background: url("img/bg_gradient.png");
		background-attachment: fixed;
		background-repeat: repeat-x;
		color: #666;
		text-align: center;
	}
	
	#headerbar
	{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right:auto;
    margin-left:auto;
    border-top: #666 1px solid;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
    width: 800px;
    height: 80px;
    padding: 0px;
    background: url("img/header.png");
    background-repeat: no-repeat;
    text-align: center;
  }
  
	#contents	
	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right:auto;
		margin-left:auto;
    border-left: #666 1px solid;
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
		width: 750px;
		padding: 25px;
		background-color: #FFF;
		color: #666;
		text-align: left;
	}
	
	h1	
	{
		color: #666;
		background-color: Transparent;
		font-family: Georgia, Serif;
		font-size: 1.5em;
		margin-bottom: 25px;
		border-bottom: #CCC 1px solid;
	}
	
	h2
	{
    clear: both;
    color: #666;
    background-color: Transparent;
    font-family: Georgia, Serif;
    font-size: 1.25em;
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: #CCC 1px solid;
  }
  
	p	
	{
    color: #666;
		background-color: transparent;
		font-family: Georgia, Serif;
		font-size: 1em;
		text-align: justify;
	}

	li	
	{
    color: #666;
		background-color: transparent;
		font-family: Georgia, Serif;
		font-size: 1em;
	}

  #twitter_update_header
  {
    color: #666;
    background-color: transparent;
    font-family: Georgia, Serif;
    font-size: 0.7em;
    font-style: italic;
    font-weight: bold;
    list-style-type: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  #twitter_update_list
  {
    color: #666;
    background-color: transparent;
    font-family: Georgia, Serif;
    font-size: 0.7em;
    font-style: italic;
    list-style-type: none;
    text-align: center;
    margin-top: 0;
  }

  img
  {
    border: 0;
  }

  td
  {
    text-align: center;
  }
  	
	.code
	{
		color: #666;
		background-color: transparent;
		font-family: Georgia, Serif;
		font-size: 0.75em;
		padding-left: 40px;
	}
	
	.nav
	{
    color: #333;
    background-color: transparent;
    font-family: Georgia, Serif;
    font-size: 12px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .inline_l
  {
    border: #000 1px solid;
    clear: both;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
  }

  .inline_r
  {
    border: #000 1px solid;
    clear:both;
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
  }
