@font-face {font-family: "Century Gothic"; 
			font-weight:bold;
			src: local("Century Gothic Bold")
			src: local("CenturyGothic-bold")
			src: url("http://www.laurenreeves.me/fonts/Gothicb.TTF");	
		}
body 	{
		background-image: url("http://www.laurenreeves.me/images/pattern.jpg");
		background-repeat:repeat; background-attachment:fixed;
		
		font-family: "century gothic",helvetica,sans-serif;
		font-size: 16px;
		margin-top:0px;
		text-align: center; /* to center page in IE*/
		}

a:link 		{	text-decoration: none; color:rgb(92,41,70);}
a:active	{ 	text-decoration: none; color:rgb(92,41,70);}
a:visited	{ 	text-decoration: none; color:rgb(92,41,70);}
a:hover 	{  	text-decoration: none; 	background-color: none;}


#menu {	
	width: 300px;
	height: auto; 
	
	background-color: white;
	
	/*border-left-color: rgb(92,41,70);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(92,41,70);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgb(92,41,70);
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	
	margin:0 auto;
	text-align:left;
	
    padding-top: 75px;  
	padding-bottom: 5px;
				
	-webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft:20px;
	border-bottom-left-radius: 20px;
    }
    
.header {
	}
	
.footer {  
	text-align:right;
	color:rgb(128,128,128);
	font-size:10px;
	padding-top:5px;
	}
.footer a{color:rgb(128,128,128);
	}
.footer a:hover{color:rgb(141,198,63); background:none;}
    
#menu ul {
	list-style: none;
	margin: auto;
	position: relative;
	padding-right: 35px;
	padding-left: 35px;
	}

#menu ul li {
	margin-top: 0px;
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
	color: rgb(92,41,70);
	font-weight: bold;
	text-indent:5px;
	border-bottom-color: rgb(92,41,70);
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}

#menu ul li.active a { 
        text-decoration: none;
        color:rgb(141,198,63);
}

#menu ul li.active a:hover{
		text-decoration:none; background-color: rgb(141,198,63); color: white; cursor:default;}

				
/*CONTENT STYLES*/
.about	{	color:rgb(128,128,128); font-weight:normal;	font-size:2em; line-height:60%;}

.nav	{color:rgb(128,128,128); font-weight:normal;}
.nav a	{color:rgb(92,41,70); font-size:12px;}
.nav a:hover{	background-color:white; text-decoration:underline;}

