body{
	background-color: #7690a7;
	font-family: sans-serif;
    font-weight: normal;
    font-size: 90%;
    padding-top: 0px;
    
}

div.right{
	width: 85%;
	text-align: center;
    background-color:#f9f9f9;
	margin-left: 5px;
	padding-left: 5px;
	float: right;
}


.right img {

}

.spaced {
  margin: 10px;
}

.header-table td {
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
}

h1.main{
  display: block;
  text-decoration: none;
  padding-top: 0px;
  margin-top: 0px;
  color: #a73436;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: normal;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.noborder {
  text-decoration: none;
}

h1.cell{
  position: relative;
  top: -20px;
  text-decoration: none;
  display: inline;
  padding-top: 0px;
  margin-top: 0px;
	color: #a73436;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
}


h3{
	color: #999999;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


ol, ul{
    padding-top: 0px;
     margin-top: 0px;

}

li{
    padding: 1px;
}

p {
    margin-top: 2px;
    margin-bottom: 0px;
    text-indent: 3em;
}

#logo{
    width: 70%;
    margin-left: auto;     
	margin-right: auto;
	margin-top: 0px;
    margin-bottom: -11px;
    padding: 0px;
    
}


#logo #v{
    font-size: 26px;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    color:#a73436;
    font-weight: bold;		
    padding-right: -3px;
    margin-right: -3px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: 1px;
}

#logo #foo{
    font-style: italic;
    color:#e1e1e1;
    font-size: 36px;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
    letter-spacing: 	-0.07em;
    padding-left: -3px;
    margin-left: -3px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: 1px;
}

#logo #bar{

    letter-spacing: 0.05em;	
}


#logo img{
    border: 0px solid red;
    vertical-align: bottom;
}

.all{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 1px solid #999999;
	background-color: #f9f9f9;
	color: #666666;
	width: 90%;
	padding: 10px 10px 10px 10px;
	height: 100%;
	text-align: center;
}

pre {
    background-color: #e9e9e9;
    border: 1px solid #999999;
    padding: 3px;
}

#sig{
	margin-left: 472px;
	margin-top: 0px;
	color: #fafafa;
	width: 300px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: right;
  font-size: smaller;
  font-weight: normal;
  font-style: italic;
}

#sig a{
  text-decoration: none,
  border-bottom: 1px dotted #f1f1f1;
  color: #f1f1f1;	
}

#crumbs{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	border: 1px dashed #999999;
	background-color: #f9f9f9;
	color: #333333;
	width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom:3px;
  text-align: left;
  font-size: smaller;
}

img {
	padding: 0px;
	margin: 2px;
	border: 2px solid #333333;
}

img.img{
  margin: 5px 10px 5px 2px;
}

img.noborder{
	border: 1px solid #3333dd;
}

img.border{
	border: 4px solid #930000;
}
p.author {

    padding: 0px;
    margin-bottom: 10px;
    width: 95%;
}

/* menu */

div.banner {
        float: left;  
	width:110px;
	padding:0;
  padding: 0px;
  margin: 0px;	
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, sans-serif;
  line-height: 120%;
  background: #efefef;		/* Override according to type of page */
  border: 1px solid #999;	/* Override this color together with bg */
  color: red;
  text-align: right;	
 }

div.banner p {
  padding: 0px;
  margin: 0px;	
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arial, sans-serif;
  line-height: 120%;
  background: #efefef;		/* Override according to type of page */
  border: 1px solid #999;	/* Override this color together with bg */
  color: red;
  text-align: right;	
}

div.banner a { 
 display: block; 
 padding: 0px 5px;
 margin: 0px;	
}

div.banner a:link { text-decoration: none; color: #b50000; }
div.banner a:visited { text-decoration: none; color: #4d75a0; }

div.banner a:hover {
  background: #ccc; 
  color: #b50000; 
}

.content {
        float: left;
	width:800px;
	margin:2px 12px 0px 5px;
        margin-top: 0px;
	background-color:#f9f9f9;
	padding:10px;
	}


