html, body {
	margin: 0 auto;
	height: 100%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .9em;
}
body {
	background: #7bb0d0 url(images/background.jpg) repeat-y center top;
}

h1 {
	padding: 0;
	margin: 0;
	text-indent: -10000px;
	width: 760px;
	height: 100px;
	background: url(images/banner.jpg) no-repeat top left;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	color: #cc5c12;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

h3 {
	padding: 0;
	margin: 0;
}

h3.subtext {
	color: #666;
	font-style: italic;
}

a {
	color: #cc5c12;
}

p {
	margin: 0 0 1em 0;
}
li{
	color: #666;
	list-style:none;
	padding: 0 0 1em 26px;
}
li.etsy {
	background: url(images/icon_etsy.gif) no-repeat 0 3px;
}
li.illustration {
	background: url(images/icon_illustration.gif) no-repeat 0 3px;
}
li.blogger {
	background: url(images/icon_blogger.gif) no-repeat 0 3px;
}
li.web {
	background: url(images/icon_web.gif) no-repeat 0 3px;
}

div.layout {
	width: 760px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
}

div.content {
	padding: 1em;
	
}

.subtext, .subtext a {
  color: #666;
}
