body {
    background-color: #FFFFFC; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 12px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}
h1{
	font-size: 14px;
}

.titles{
	font-size:16px;
	text-transform:uppercase;	
	font-weight:bold;
}
.subtitles{
	font-size:14px;
	text-transform:uppercase;	
}

.usrf{
	font-size:12px;	
}

#container{
	margin:0px 5px 0px 5px;	
	text-align:left;
	width:450px;
}
#sitenav{
	margin:0px 5px 0px 5px;	
	text-align:left;
}
#header{
	text-align:left;
}

#header h1 {
    margin: 0;
    padding: 0;  
}

#featured h1 {
	font-size: 14px;		
}

#footer {
    font-size:10px;
    text-align:left;
}



