#container {
/*set default font-size*/
font-size: 14px;
font-family: Tahoma;
color: white;
line-height: 18px;

text-align : left;
background-color: #d6d7d9;
}

/*
======================================
==============TAGS====================
======================================
*/




h1 {font-size: 3em;}
h2 {font-size: 18px;}

.content a {color: black; text-decoration: none; border-bottom: 1px dotted black;}
.content a:hover {border-bottom: 1px solid black;}

/*
======================================
============== CLASSES ===============
======================================
*/

.content {
padding: 2px;
padding-top: 20px;
width: 465px;
}

*html .content {
padding-top: 40px;
}

.rhs {
padding-top: 8px;
width: 160px;
}

*html .rhs {
padding-left: 15px;
}

.search{
text-align: right;
padding-right: 10px;
}


.photo img {
margin-top: 70px;
}

.row0 {
background-color: white;
}

/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}

#sitemap ul li {
margin-top: 4px;
}