#container {
/*set default font-size*/
font-size: 80%;
font-family: verdana;

text-align : left;
border: 1px solid #FCC621;
background-color: #0085CA;
color: #FCC621;
}

/*
======================================
==============TAGS====================
======================================
*/




h1 {font-size: 3em;}
h2 {font-size: 2em;}

a {color: white; text-decoration: none;}
a:hover {text-decoration: underline;}


/*
======================================
============== CLASSES ===============
======================================
*/

.content {
padding: 10px;
padding-top: 25px;
}

.rhs {
padding-top: 20px;
padding-right: 10px;
}

.infobar {
padding: 4px;
}







.row0 {
background-color: #777777;
}

.row1 {
}

/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}

#sitemap ul li {
margin-top: 4px;
}

#sponsors {
position: relative;
padding-bottom: 5px;
}

#sponsors a {
float: left;
border: 1px solid #0085CA;
margin: 5px;
margin-bottom: 0;
padding: 3px;
}

#sponsors a:hover {
border: 1px solid yellow;
}


.gb_child {
margin-left: 25px;
}