@charset "utf-8";
/* CSS Document for MattHaugen.com*/

ul 
{
list-style:square;
margin-left: 0;
padding-left: 1em;
}
	
#innerContent
{
margin-left:5px;
color:#666666;
text-align:left;
}

#secondNav
{
background:#ef9c00;
width:150px;
margin-left:704px;
margin-top:-550px;
text-indent:3px;
color:#FFFFFF;
}

#secondNav a
{
color:#FFFFFF;
text-decoration:none;
}

#secondNav a:hover
{
text-decoration:underline;
}

#contentArea
{
height:600px;
}

#siteDescription
{
font-size:13px;
}

a img
{
border:solid 1px #cecece;
margin:2px;
}

a:hover img
{
border:solid 1px #333333;
}

.title
{
color:#000000;
font-size:18px;
}