/* Sharon Hinde 2006 - www.byshaz.com */
/* tags */
body {
    background-color: #ebebeb;
    color: #ffffff;
    font-family: Verdana, Tahoma, Helvetica, Georgia, Arial, sans-serif;
    font-size: 95%;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    text-align: -moz-center;
    text-align: center;
}

h1 {
    background-image: url('../images/fluff/h1_backgound.gif');
    border-bottom: 1px dotted #ffffff;
    color: #000066;
    font-size: large;
    text-align: center;
}

h2 {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-family: "Courier New", Courier, monospace;
    font-size: large;
}

h3 {
    color: #ebebeb;
    font-family: "Courier New", Courier, monospace;
    font-size: medium;
    font-weight: bold;
}
	
a:link {
    color: #660000;
    text-decoration: none;
}
    
a:visited {
    color: #000000;
    text-decoration: none;
}
  
a:hover {
    color: #000066;
    text-decoration: underline;
}
  
a:active {
    color: #cc3300;
}
   
img	{
    border: 0px none;
    text-decoration: none;
}

hr {
    color: #ebebeb;
    height: 1px;
    width: 90%;
}

fieldset {
    background-color: #6666cc;
    padding: 1em;
}

/* divs */
#headwrap {
    background-color: #ffffff;
}

#header {
    background-color: #ffffff;
    text-align: center;
}

#nav	{
    background-color: #ffffff;
    background-image: url('../images/fluff/bg_menu_02.gif');
    font-size: 105%;
    text-align: center;
    white-space: nowrap;
}

#nav ul	{
    padding: 0 0 0 0;
}

#nav li 	{
    display: inline;
    padding: 0px 0px 0px 0px;
}

#mainwrap {
    margin: 0 auto;
    max-width:800px;    
    padding:0;
    width:100%;
}

#content {
    background-color: #6666cc;
    border: 1px dotted #ebebeb;
    min-height: 400px;
    padding: 0px 6px 0px 6px;
    text-align: left;
    width: 100%;
}

*html #content	{
    margin: 0;
}

#content a:link {
    color: #ffff99;
    text-decoration: underline;
}

#content a:visited {
    color: #ffffcc;
    text-decoration: underline;
}

#content a:active {
    color: #cc3300;
}
   
#content a:hover {
    color: #000066;
    text-decoration: underline;
}

#content img {
    margin: 1em 1em 1em 1em;
}

#footernav {
    font-family: "Courier New", Courier, monospace;
    text-align: center;
}

#w3c	{
    text-align: center;
}

#gallery {
    text-align: center;
}

#gallery td {
    border-bottom: 1px dashed #cccccc;
}

#twitter_div li {
    max-width: 500px;
}

/* classes */
.skip {
    left: -999em;
    position: absolute;
}

.imgright {
    float: right;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.onpage {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 2em 0 2em;
    text-align: center;
}

.small {
    color: #000066;
    font-size: smaller;
}

.center {
    text-align: center;
}

.higher {
    position: relative;
    top: -15px;
}

