/*
-----------------------------------------------
Name:     a cup of tea
Designer: Gricel Dominguez
URL:      www.things-she-said.org
Date:     14 Sept 2009
----------------------------------------------- */

body {
  background: #FCFEF5 url('back.png') repeat-x top;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: Century Gothic, Verdana;
  font-size: 10pt; 
  color: #404040;
  }

a, a:link, a:visited {
   color: #104b7d;
   font-weight: bold;
   text-decoration: none;
}
a:hover, a:active {
   color: #b6b6b6;
   font-weight: bold;
   text-decoration: underline;
}

img {border: 0px}

/* Layout
----------------------------------------------- */

#container {
  width: 459px;
  margin: 0 auto;
  text-align: left;
  }

#header {
  width: 459px;
  height: 325px;
  background: url('header_portfolio2.png') no-repeat top center;
  }

#nav {
text-align: center;
font-size: 12pt;
}

#content {
  background: #FCFEF5;
  overflow: auto;
  float: left;
  width: 459px;
  margin: 0 auto;
  padding-top:20px;
  }

#footer {
  clear: both;
  }

#misc {
margin: 0 auto;
width: 459px;
height: 100px;
padding-top: 10px;
border-top: 1px dotted #c0c0c0;
}


/* Headings
----------------------------------------------- */
h1 {
border-bottom: 1px dotted #c0c0c0; 
width: 60%; 
font-family: Georgia, Serif;
font-size: 16pt;
color:#104b7d; 
letter-spacing: 2px; 
font-weight: bold; 
text-align: left;
}


h2 {
font-family: Georgia, Serif; 
font-size: 10pt; 
color:#104b7d; 
letter-spacing: 1px; 
font-weight: bold;  
}

#navlist li { list-style-type: circle; }