/* Sticky Footer */
* { margin: 0; }
html, body { height: 100%; }
#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -55px; }
#footer, #push { height: 55px; }

/* Style */
#header
{
	background-image: url('/images/logo_big.png');
	background-repeat: no-repeat;
	height: 102px;
	border-bottom: 1px solid #cccccc;
}

#header h1
{
	display: none;
}

#footer-inner
{
	border-top: 1px solid #cccccc;
	text-align: right;
	font-variant: small-caps;
}

.size-down
{
	font-size: 85%;
}

.border-bottom
{
	border-bottom: 1px solid #cccccc;	
}

#portfolio .right
{
	text-align: right;
}

#portfolio h3
{
	font-variant: small-caps;
	margin-bottom: .3em;
}

#portfolio img
{
	border: 1px solid #eeeeee;
}

.center
{
	text-align: center;
}
