@font-face {
     font-family: bebas;
     src: url(http://trixieison.com/portfolio/BEBAS.eot)
    }
@font-face {
     font-family: bebas;
     src: url(http://trixieison.com/portfolio/BEBAS.TTF)
    }
			
#logo 
{ 
   height: 169px; 
   width: 180px; 
   margin: 0 auto; 
   margin-left: 0px;
}
#logo a:hover
{
	background: none;
}
#about 
{ 
   width: 190px; 
   height 200px; 
   margin: 0 auto; 
   margin-top: 100px;
}
#footer
{
   width: 190px;
   padding-top: 10px;
}
#footer a 
{
	margin:0px;
	font-family: arial, san-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	
}
p
{  
   padding:0 30px 30px 30px; 
   color:#fff; font-size:11px; 
   font-family: Arial, sans-serif; 
   text-shadow: #000 0px 1px 0px; 
   line-height:200%; 
}
p a
{ 
   font-size:10pt; text-decoration:none; 
   outline: none; color:#ddd; 
   border-top:1px solid #333; 
   padding:5px 8px; 
   
}
p a:hover
{ 
   background-color:#000; 
   color:#fff; 
}
h1
{ 
   color: #fff; font-size: 11px; 
   line-height: 18px; text-align: left; 
   font-family: arial, sans-serif;
}
h2
{ 
   color: #999; font-size: 11px; 
   line-height: 18px; text-align: left; 
   font-family: arial, sans-serif;
}
h3
{ 
   color: #999; font-size: 35px; 
   line-height: 16px; text-align: left; 
   font-family: BEBAS, arial, sans-serif;
}
h4
{ 
   color: #fff; font-size: 11px; 
   line-height: 18px; text-align: left; 
   font-family: arial, sans-serif;
   padding-top: 10px;
   padding-bottom: 10px;
}
			
#content
{ 
   width:800px; height:800px; 
   position:absolute;
   left:360px;
   top: 20px;
   text-align:left; 

}						
.menu {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.1;
	text-align: left;
	position: fixed;
	top: 0;
	left: 2em;
	width: 200px;
	right: auto;
	background: #111; background:rgb(0,0,0); background:rgba(0,0,0,0.75);
	height: 100%;
	padding: 30px;
}

.menu p {
	margin: 0;
	padding: 0.3em 0.4em;
	font-family: gnuolane, Arial, sans-serif;
	color: white;
}

.menu a, .menu em { display: block; margin: 0 0.5em }
.menu a, .menu em { border-top: 0px; }
.menu a:first-child { border-top: none }
.menu em { color: #CFC }

.menu a:link { text-decoration: none; color: white }
.menu a:visited { text-decoration: none; color: #CCC }
.menu a:hover { background:#0F0F0F; color: white }

.

