/* CSS for themisfitdreamers.com 

colors
e9b6c1 - pink
333333 - h1 [emphasis]
544A49 - dark brown accent [logo]
*/

body {
	 text-align: center;
	 background-image: url(images/brown.gif); 
	 font-family: Georgia, Verdana, sans-serif;} 

#container {
     margin: 0 auto;
     width: 750px;
     text-align: left; }
  
#logo {
     text-align: center; }
  
#style1 {
     font-family: Georgia, Verdana, sans-serif; 
     text-align: center; }

#style1 ul {
     font-size: 10px;
     font-weight: bold;
     margin: 0px;
     padding: 0px;
     list-style: none; }

#style1 li {
     background-color: #e9b6c1;
     float: left;
     border-top: 1px solid #544A49;
     border-right: 1px solid #544A49; }

#style1 li a {
     width: 100px;
     color: #ffffff;
     text-decoration: none;
     display: block;
     padding: 5px 0px 5px 5px;
     text-transform: uppercase; 
	 border-bottom: none;}

#style1 li a:visited {
      color: #ffffff;
      text-decoration: none; 
	  border-bottom: none;}

#style1 li a:hover {
      color: #e9b6c1;
      text-decoration: none;
      background-color: #544A49; 
	  border-bottom: none; }
	  
#maincontent {
      padding: 20px 5px 5px 5px; }
	  
#footer {
      color: #e9b6c1; 
      font-size: 10px; 
	  text-align: left; }
      
  
p {
      color: #ffffff; 
      font-size: 12px; 
	  text-align: left; 
	  padding:0; }

a:link {
     color: #e9b6c1; 
	 font-size: 12px; 
	 text-decoration: none;
	 border-bottom: 1px dotted; }
	 
a:visited {
     color: #e9b6c1; 
	 font-size: 12px; 
	 text-decoration: none;
	 border-bottom: 1px dotted; }
	 
a:hover {
	color: #544A49;
	font-size: 12px;
	text-decoration: none;
	background-color: #e9b6c1;
	border-bottom: 1px dotted; }
	 
a:active {
     color: #e9b6c1; 
	 font-size: 12px; 
	 text-decoration: none;  }
	 
h1
  {
   text-decoration: none;
   color:#333333;
   font-size: 10pt; 
   padding: 0;}
   
/* specific styling */
   
.emphasis {
   color:#333333; 
   font-size: 12px; 
   text-align: left; 
   font-weight: normal; }
   
.icons {
	padding: 12px;
	margin-top: 12px; }
	
a.img:link {
	 border-bottom: none; }
	 
a.img:visited {
     border-bottom: none; }
	 
a.img:hover {
	border-bottom: none; }
	 
a.img:active {
     border-bottom: none; }
	 
/* forms */


.rawr {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 9pt;
	color: #544A49; 
	}

