/*Index.html*/

html
{
        color: #fff;
        background: #534741;
}

body
{
        margin: 0px 0px;
        padding:5px 0 0;
        text-align: center;
}       

#content
{
        width: 600px;
        margin: 0px auto;
	text-align: left;
	padding: 0px;
        color: #fff;
        background: #636459;
}

#title
{
        width: 600px;
        text-align: left;
}

#main
{       
        padding: 0 20px;
        color: #666;
        background: #636459; 
} 

#main2
{       
        height: 880px;
        padding: 0 20px;
        color: #666;
        background: #636459; 
}    

#main3
{       height:330px;
        padding: 0 20px;
        color: #666;
        background: #636459; 
}    

#main4
{       height:740px;
        padding: 0 20px;
        color: #666;
        background: #636459; 
}    


#about
{
        padding: 10px 0 0;
        background: #636459;
}

#about2
{
        padding: 10px 0 0;
        background: #636459;
}

#images
{
        float: right;
        padding: 50px 10px 0 0;
}

#images2
{
        clear: right;
        float: right;
        padding: 5px 10px 0;
}

#images3
{
        clear: both;
        float: right;
        padding: 5px 10px 0;
        
}


#images4
{
        float: left;
        padding: 10px 10px 0 10px;
}

div.cat_header
{
        padding: 10px 5px 0;
}

#soon
{
        clear: both;
        float: right;
        padding: 10px;
}

p.white-title
{  
        font-family: verdana, arial, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        padding: 0 5px;
        color: #fff;
        background: #636459;
}

p.yellow-title
{  
        font-family: verdana, arial, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        padding: 0 5px;
        color: #efdfac;
        background: #636459;
}

p.yellow-title-small
{  
        font-family: verdana, arial, sans-serif;
        font-size: 7pt;
        padding: 0 5px;
        color: #efdfac;
        background: #636459;
}

p.yellow-title-quote
{  
        font-family: verdana, arial, sans-serif;
        font-size: 7pt;
        padding: 0 20px;
        color: #efdfac;
        background: #636459;
}

p.text
{       
        width: 275px;
        font-family: microsoft-sans-serif, arial, sans-serif;
        font-size: 9pt;
        padding: 5px;
        color: #fff;
        background: #636459;
}

p.text2
{       
        width: 550px;
        font-family: microsoft-sans-serif, arial, sans-serif;
        font-size: 9pt;
        padding: 5px;
        color: #fff;
        background: #636459;
}

p.text3
{       
        width: 550px;
        font-family: microsoft-sans-serif, arial, sans-serif;
        font-size: 8pt;
        text-align: center;
        padding: 5px;
        color: #fff;
        background: #636459;
        clear: left;
}

p.quote
{       
        width: 275px;
        font-family: microsoft-sans-serif, arial, sans-serif;
        font-size: 9pt;
        padding: 0 20px;
        color: #fff;
        background: #636459;
}

#space
{
        color: #fff;
        background: #534741;
}

#footer
{
        clear: both;
        padding: 5px 0;
        font-family: microsoft-sans-serif, arial, sans-serif;
        font-size: 8pt;
        color: #9f9e95;
        background: #534741;
        text-align: center;       
}

#footer a:link, #footer a:visited  
{
        text-decoration: none;
        color: #9f9e95;
        background: #534741;
}

#footer a:hover, #footer a:active  
{
        text-decoration: none;
        color: #9f9e95;
        background: #534741;
}

p.contact
{
        width: 250px;
        font-family: sans-serif, arial;
        font-size: 10pt;
        color: #fff;
        background: #534741;
}

#email
{
        font-family: microsoft-sans-serif, arial, sans-serif;
        font-size: 9pt;
        text-align: left;
        padding: 0 5px;
        color: #fff;
        background: #636459;        
}

#email a:link, #email a:visited  
{
        text-decoration: none;
        color: #fff;
        background: #636459;
}

#email a:hover, #email a:active  
{
        text-decoration: underline;
        color: #fff;
        background: #636459;
}

#links
{
        font-family: microsoft-sans-serif, arial, sans-serif;
        font-size: 9pt;
        text-align: left;
        padding: 0 5px;
        color: #fff;
        background: #636459;        
}

#links a:link, #links a:visited  
{
        text-decoration: none;
        color: #fff;
        background: #636459;
}

#links a:hover, #links a:active  
{
        text-decoration: none;
        color: #efdfac;
        background: #636459;
}

ul#nav
{
        padding: 10px 15px;
        list-style-type: none;
        text-align: left;
        font-family: microsoft-sans-serif, arial, sans-serif;
        font-size: 9pt;
}

ul#nav li
{
        display: inline;
        padding: 0 10px 0 5px;
}

ul#nav li a:link, ul#nav li a:visited
{
        text-decoration: none;
        color: #efdfac;
        background: #636459;
}

ul#nav li a:hover, ul#nav li a:active
{
        text-decoration: none;
        color: #fff;
        background: #636459;
}

div.thumbnail
{
        float: left;
        width: 100px;
        margin: 10px 10px 10px 0;
        padding-bottom: 5px;
         
}

div.thumbnail img
{
       border: 0;
}

div.container
{
        clear: left;
}

             