@charset "utf-8";
/* CSS Document */

/*Higher Menu on this page*/
div#menu{
	height:auto;
}

div#content{
	width:600px;	
	height:auto;
}

div#mainPane{
	width:auto;	
}
/*Theme for the home page*/
div#maincontainer{
	background:#dfdad5 url(/assets/backgrounds/portfolio.jpg);
}

a:link, a:visited, h2{
	color:#669999;
}

div#menu a:hover, a:hover{
	color:#669999;
}