/* overriding HTML */

body {
	margin: 0;
	padding: 0;
	font-family: Courier, Monaco, Monospace;
	font-size: 11px;
	line-height: 15px;
	background-color: white;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

form, input, textarea {
	font-family: Courier, Monaco, Monospace;
	font-size: 10px;
}

a {
	color: black;
	text-decoration: none;
}

img {
	border: none;
}

/* navigation elements */

#menu {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

div#menu div.menu-item {
	float: left;
}

#title-wrapper {
	background-repeat: repeat-x;
	width: 100%;
	height: 70px;
}

div#popup {
	position: absolute;
	top: 61px;
	left: 200px;
}

div.section-wrapper {
	margin: 20px 0 50px 20px;
	width: 900px;
	display: none;
	float: left;
}

/* content elements */

div.content-menu a:hover, div#work-content a:hover, div#foxx-content a:hover, div#shop-content a:hover, div#links-content a:hover {
	color: black;
	background-color: #ff0099;
}

div.content-menu a:visited {
	color: #999999;
}

div.content-menu {
	float: left;
	width: 180px;
}

div.content-column {
	float: left;
	margin-left: 20px;
}

div.info-column {
	float: left;
	width: 180px;
}

div.image-column {
	float: left;
	width: 400px;
	margin-left: 20px;
}

.indent {
	padding-left: 10px;
}