/* -------------------------------
Site: www.annikadegroot.com
Author: Annika deGroot
Updated:  07-15-10
Updated by: Annika deGroot
--------------------------------*/
/*------------------------ 
COLORS USED
Body:      #fff
Main Text: #999
Links:     #999
Visited Links:  #eee
Hover Links:    #aaa
---------------*/

BODY { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;
		color: #000000;}
		a:link { color: blue; }
		a:visited { color: purple; }
		a:active { color: red;
		text-decoration: none; }
#header { background: #fff;
float: right; }
#container { width: 700px; } 
#greydothoriz {
background: #fff;
float: right;
}
#container2 { width: 700px; }
#navlist { float: left; 
width: 110px;
font-size: 8pt;
font-weight: bold; }
#navlist ul { 
list-style-type: none;
padding: 0;
margin: 0; }
navlist li { }
#navlist li a { display: block;
padding: 5px 15px;
color: black;
background: white;
margin-bottom: 1px;
text-decoration: none; }
#navlist a:hover { color: violet; }

#greydotvert {
float: left;
width 15px;
background: #fff; }

#main  { background: #fff;
float: left;
width: 500px;
margin: 10 15 15 15px;
font-size: 10pt;
text-decoration: none; }


#footer { 
background: #999;
font: arial, helvetica. sans-serif;
clear: both;
 }



		


