/* site styles */
body {   font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 10px;   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;   color: #333333;
   background-color: #ffffff;
  text-align:center;
}

h1 {   font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 14px;   font-weight: normal;   color: #0066ff;}

p {
   line-height: 2em;
}

input {
   border:1px solid #ccc; 
   background:#fff;
   font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 10px;   font-weight: normal;   color: #333333;
   }
   
textarea {
   border:1px solid #ccc; 
   background:#fff;
   font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 10px;   font-weight: normal;   color: #333333;
   }  
   
.button {
   border: 0px;
} 

img {
   border: 0px;
}




/* dropdowns */

ul {
   padding: 0;   margin: 0;   list-style: none;
}

li {    float: left;   position: relative;   text-align: center;   cursor: default;}
   



/* links */

a:link {
   font-weight: bold;
   color: #0066ff;
}

a:visited { 
   font-weight: bold;
   color: #0066ff; 
}

a:hover { 
   font-weight: bold;
   color: #0066ff; 
}

a:visited:hover { 
   font-weight: bold;
   color: #0066ff; 
}




/* rollovers */


a.portfolio { 
   float: left; 
   width: 107px; 
   height: 32px; 
   background: url('../images/nav_portfolio.png') 0 0 no-repeat; 
}

a:hover.portfolio { 
   background-position: 0 -32px; 
}

a.stock { 
   float: left; 
   width: 77px; 
   height: 32px; 
   background: url('../images/nav_stock.png') 0 0 no-repeat; 
}

a:hover.stock { 
   background-position: 0 -32px; 
}

a.unformal_portraits { 
   float: left; 
   width: 190px; 
   height: 32px; 
   background: url('../images/nav_unformal_portraits.png') 0 0 no-repeat; 
}

a:hover.unformal_portraits { 
   background-position: 0 -32px; 
}

a.about { 
   float: left; 
   width: 79px; 
   height: 32px; 
   background: url('../images/nav_about.png') 0 0 no-repeat; 
}

a:hover.about { 
   background-position: 0 -32px; 
}

a.blog { 
   float: left; 
   width: 67px; 
   height: 32px; 
   background: url('../images/nav_blog.png') 0 0 no-repeat; 
}

a:hover.blog { 
   background-position: 0 -32px; 
}

a.contact { 
   float: left; 
   width: 91px; 
   height: 32px; 
   background: url('../images/nav_contact.png') 0 0 no-repeat; 
}

a:hover.contact { 
   background-position: 0 -32px; 
}





/* containers */


#site_container {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 1000px;
   text-align: left;

}

#header {
   position: relative;
   width: 1000px;
   height: 58px;
}

#logo {
   position: relative;
   float: left;
}

#nav {
   position: relative;
   float: right;
   with: 421px;
}

#subnav {
   position: relative;
   with: 421px;
}

#content {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 1000px;
}

#inner_content {
   margin-left: auto;
   margin-right: auto;
   padding-top: 50px;
   width: 800px;
   min-height: 400px;
}

#footer {
   position: relative;
   padding-top: 25px;
   text-align: center;
}
