/*
** sniglets.com style sheet
** Copyright (c) 1998-2007 Sniglets, Inc., all rights reserved.
** $Id: style.css,v 1.1 2007/05/22 01:23:36 john Exp john $
** vim:ts=4:sw=4
*/

body {
	margin: 0;
	padding: 0;
	background: url(background-1.png) repeat-y #660000;
	font-family: 'Corbel', 'Lucida Grande', 'Tahoma', sans-serif;
	font-size: 1em;
}
div#framing-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 960px;
	background: url(left.png) no-repeat;
}
div#framing-top {
	position: absolute;
	top: 0;
	left: 64px;
	width: 896px;
	height: 144px;
}
div#framing-top a, div#framing-top img {
	border: 0;
}
div#framing-menu {
	position: absolute;
	top: 144px;
	left: 64px;
	width: 896px;
	height: 26px;
	background: url(menu-bar.png) no-repeat;

	padding-top: 4px;
	text-align: center;
	color: #dddddd;
}
div#framing-menu a {
	color: #dddddd;
	text-decoration: none;
}
div#framing-menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div#framing-menu a.selected {
	font-weight: bold;
}
div#framing-outer {
	position: absolute;
	top: 170px;
	left: 64px;
	width: 896px;
	background: url(background-2.png) no-repeat #eeeeee;
}
div#main {
	margin: 16px;
}
div#footer {
	margin: 128px 16px 16px 16px;
	text-align: center;
}
span.fine {
	font-size: 0.75em;
}

h1, h2, h3 {
	font-weight: bold;
	color: #660000;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
.break {
	clear: both;
}
.nomargin {
	margin: 0;
}
img.photo {
	float: left;
	border: 0;
	margin: 0 16px 0 0;
}
img.portfolio {
	float: left;
	border: 0;
	margin: 0 16px 16px 0;
}
a {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}



