/* ########## Layout ########## */
html {
	font-family:verdana,arial,sans-serif;
	font-size: .75em;
}

img { border: none; }

/* ########## Mobile Specific CSS ########## */
a.mobile_notification { display: block; border: 1px solid #666666; background-color: #ffffcc; color: #666666; font-size: 10px; text-decoration: underline; padding: 2px; margin-bottom: 4px; text-align: center; }
a.mobile_notification:hover { background-color: #cccccc; color: #666666; text-decoration: none; }
html {	background-image: url("/images/site/background.gif");
	background-repeat: repeat-x;
}
div#header {
	background-image: url("/images/site/header_background.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 55px;
	margin-bottom: 30px;
	background-color: #4a0f0c;
}
#logo img {
	width: 100%;
	height: 60px;
	max-width: 283px;
	max-height: 60px;
}

#nav {
	background-color: #d8ccb9;
}
#nav a { color: #4a0f0c; }
div#content {
	background-color: #bdbaaf;
	padding: 3px;
}
div#content a { color: #333333; }
div#portfolio {
	background-color: black;
	color: white;
	margin-bottom: 5px;
	padding: 5px;
}
div#portfolio a { color: #dddddd; }
div#footer { text-align: center; margin-top: 5px; }