body {
	margin:0;
	padding:0;
	font-family:helvetica, arial, sans-serif;
	font-size:9pt;
	background:#cca6d0;
}

* { outline:none; }

#contactPane {
	height:150px;
	background:#333;
	color:#ddd;
	padding:20px;
	color:#fff;
}

form, form * {
	margin:0;
	padding:0;
}

fieldset {
	margin:0 0 5px 0;
	padding:0;
	border:none;
}

form input, form select, form textarea {
	background:#555;
	color:#fff;
	padding:2px;
	border:1px solid #000;
	width:300px;
}

label {
	color:#ddd;
}

.submit {
	color:#ddd;
	font-weight:bold;
	width:140px;
	text-align:center;
	background:#f90;
	float:right;
}

#wrapper {
	background:url(../imgs/wrapperbg.jpg) top left repeat-x #fff;
	height:auto !important;
	height:100px;
	min-height:100px;
	padding-bottom:20px;
}

#expander {
	background:url(../imgs/pull.jpg) top center no-repeat;
	text-align:center;
	height:30px;
	z-index:200;
}

#expander a {
	line-height:22px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#container {
	width:760px;
	margin:0 auto 0 auto;
}

#cwrapper {
	margin:20px 100px 20px 100px;
}

h2 {
	color:#2cb7a3;
	background:url(../imgs/h2bg.jpg) top left no-repeat #ffefb9;
	font-size:12pt;
	border-bottom:1px solid #97adaa;
	margin:10px 0 0 0;
	text-indent:3px;
	line-height:23px;
	height:25px;
	overflow:hidden;
}

h2 a {
	display:block;
	width:554px;
	padding:3px;
	text-decoration:none;
}

a {
	color:#2cb7a3;
}

a:hover {
	color:#c19bc5;
}

#welcome, #whatido, #designwork, #otherwork, #photography {
	height:auto !important;
	padding:10px;
	width:538px;
	background:#dff5f2;
	line-height:1.5em;
	color:#333;
	font-size:12pt;
	border:1px solid #97adaa;
	border-bottom:5px solid #97adaa;
	border-top:none;
	font-family:georgia, times;
}

#footer {
	clear:both;
	color:#333;
	height:100px;
	background:url(../imgs/bottomedge.jpg) top left repeat-x;
	padding:20px 10px 10px 10px;
}

#footer a.blk {
	color:#333;
	text-decoration:none;
}

#footer a.blk:hover {
	color:#A0DA2B;
	background:#333;
}

#welcome p:first-letter {
	font-size:36pt;
	padding:3px 6px 3px 0;
	display:block;
	font-weight:normal;
	float:left;
}

p:first-letter {
	font-weight:bold;
}

.smallpane {
	width:620px;
	margin:0 auto 0 auto;
}

.left {
	width:300px;
	float:left;
}

.right {
	width:300px;
	float:right;
}

img.thumb {
	width:50px;
	height:50px;
	margin:8px;
	background:#fff;
	padding:1px;
	border:8px solid #59c6b7;
}

#footer p:first-letter {
	font-weight:normal;
}

a.worm {
	display:block;
	width:57px;
	height:40px;
	float:left;
	background:url(../imgs/worm.jpg) top left no-repeat #cca6d0;
	border:20px solid #cca6d0;
	border-left:none;
}

a.worm * {
	display:none;
}

a.worm:hover {
	background:url(../imgs/worm.jpg) bottom left no-repeat #cca6d0;
}

