/**************** body and tag styles ****************/
	body {
	  font-family: Delicious, "Andale Mono";
	  text-align: justify;
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  }
	
	p {
		font-family: Delicious, "Andale Mono"
		text-align: justify;
	}
	
	#container {
	  width: 800px;
	  margin: 0 auto;
	  font-family: Helvetica Neue Light, Delicious, "Andale Mono", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
	
		
	h1 {
	  font-family: Delicious, "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }
		
	a {
	  color: #6DA6E2;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }
    #code {
      padding-bottom: 2px;
      padding-top: 2px;
      padding-right: 8px;
      padding-left: 8px;
      margin-right: 8px;
      margin-left: 8px;
      color: #fffdef;
      background-color: #6987da;
      font-family: Courier, "Courier New", Monaco, monospace, "Andale Mono";
      text-align: left;
      font-size: 10px;
      margin-top: 8px;
      border: 1px dotted #f8ffeb;
    }
/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
				
	input {
	  background-color: #FFFFFF;
	  color: #999999;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6da6e2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  width: 800px;
	  border: 0px
	  /*padding-bottom: 10px;*/
	  /*padding-top: 10px;*/
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }

/**************** content styles ****************/
	#content {
	  width: 520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 10px;
	/*  border-bottom: 1px solid #DDDDDD;*/
	  }
	  
/**************** sidebar styles ****************/
	#sidebar {
		width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  /*border-bottom: 1px solid #DDDDDD;*/
	  }
	  
	#sidebar liÊ{
		list-style-type: none;
	}
	  
/**************** footer styles ****************/
	#footer {
	  font-family: monospace;
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  font-family: monospace;
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  font-family: monospace;
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  font-family: monospace;
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }
