/* CSS Document */
/* Created by PyroPopTrt Designs */

/* Begin Universal Declarations */

body {
    margin: 0;
    padding: 0;
    top: 0;
	color: #666666;
    font-size: 1em;
    background-color: #ffffff;
	background: url(images/back_header.jpg);
	background-repeat: no-repeat;
}
    
p, a, h1, h2, h3, h4, h5, h6, ol, ul, li, table, tr, td {
    color: #666666;
    font-family: Helvetica, Myriad, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    max-width: 36em;
    font-weight: normal;
    }
    
p, a {
    width: expression(
        document.body.clientWidth > (500/11) *
        parseInt(document.body.currentStyle.fontSize)?
        "60em":
        "auto");
        }

h3 { font-size: 115%; font-weight: bold; }

a { 
    color: #333;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    }
    
a:link, a:visited { 
    color: #333; 
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
    }
a:hover, a:active {
    color: #333; 
    font-size: 12px;
    line-height: 1em;
    text-decoration: underline;
    }

small {
	display: block;
	font-size: 12px;
	font-weight: normal; 		
    }

.thumbnail {
    float: left; 
    width: 150px;
    border: 1px dashed #999;
    margin: 0 15px 15px 0;
    padding: 10px;
    background-image: url(images/background.jpg);
    }
    
.thumbnail small { text-align: center; }
    
.thumbnail a { text-decoration: underline; }
.thumbnail a:link, .thumbnail a:visited { text-decoration: underline; }
.thumbnail a:hover, .thumbnail a:hover { text-decoration: none; }
    
.clearboth { clear: both; }

.active { color: #0099FF; }

/* Begin ID Declarations */

#container {
    margin: 0 auto;
    padding: 0;
	top: 0;
	height: 100%;
}
    
#header {
    margin: 0;
    padding: 0;
	height: 175px;
	background: transparent;
}

#nav {
    margin: 0;
    padding: 0;
	padding-left: 112px;
	background-color: #fff;
    color: #333;
}
   
#nav li {
    display: inline;
    list-style-type: none;
    padding: 1em;
}

#nav li a {
	font-size: 15px;
	font-weight: bold;
    }
    
#nav li .active { color: #0099FF; }
    
#content {
    margin: 0;
    padding: 0;
	padding-left: 165px;
	background-color: #fff;
    }
    
    