html, 
body {
	padding: 0;
	margin: 0;
	height: 100%;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #215799;
}
p {
	color: #595046;
	font: normal 12px/18px "Trebuchet MS", sans-serif;
}
h1 {
	margin: 0 0 10px 0;
	font: bold 20px/22px "Trebuchet MS", sans-serif;	
}
h2 {
	margin: 0 0 10px 0;
	font: bold 14px/18px "Trebuchet MS", sans-serif;	
}
h3 {
	margin: 0 0 10px 0;
	font: bold 10px/18px "Trebuchet MS", sans-serif;
	border-bottom: dotted 1px #b2b0af;
	width: 160px;
	text-align: center;
	color: #928E8C;
}
h3 a {
	color: #928E8C;
}
h3 a:hover {
	color: #215799;
}

#wrapper {
	margin: 0 auto;
	overflow: auto;
	padding: 20px 0;
	width: 840px;	
}

#header {
	height: 39px;
	margin: 20px 0 40px 0;
	width: 840px;
}

#header #logo a {
	background: url(images/capa-logo.jpg) no-repeat;
	float: left;
	display: block;
	height: 39px;
	text-indent: -9999px;
	width: 227px;
}

#header #tag {
	background: url(images/capa-tag.jpg) no-repeat 20px 5px;
	border-left: solid 1px #b2b0af;
	float: left;
	height: 39px;
	margin: 1px 0 0 20px;
	text-indent: -9999px;
	width: 455px;
}

#inside-wrapper {
	width: 840px;
}
#inside-wrapper #nav {
	float: left;
	margin: 0 20px 0 0;
	width: 228px;	
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	border-bottom: dotted 1px #b2b0af;
	padding: 5px 0;
	text-indent: 2px;
}
#nav ul li.last {
	border: none;
}
#nav ul li a {
	font: normal 13px/17px "Trebuchet MS", sans-serif;
	color: #595046;
}
#nav ul li a:hover {
	color: #000000;
}
#inside-wrapper #content {
	border-left: dotted 1px #928E8C;
	float: left;
/* 	overflow: auto; */
	overflow: hidden;
	padding: 0 0 20px 20px;
	width: 570px;
}
#content.blank div+div { display: none; }

/* !pubs */
ul.pubs li {
	float: left;
	margin: 20px 8px 20px 0;
	height: 260px;
}

/* !single */
#single {
	width: 285px;
	margin: 0;
	float: left;
}
#image {
	width: 225px;
	float: right;
}
ul li.specs a {
	background: url(images/specsbackground.jpg) no-repeat;
	color: #000000;
	font: normal 10px/16px "Trebuchet MS", sans-serif;
	display: block;
	height: 32px;
	margin: 0;
	text-transform: uppercase;
	padding: 9px 0 0 10px;
	width: 283px;
}
h1#capdesign {
	display: block;
	background: url(images/capdesignlogo.jpg) no-repeat;
	
	height: 76px;
	width: 120px;
	
	text-indent: -9999px;
}
.dotted {
	width: 100%;
	border-bottom: dotted 1px #928E8C;
	margin: 20px 0 10px 0;
}
/* !contact */
label {
	width: 100px;
	float: left;
}
.error {
	color: #b30000;
	font-weight: bold;
}
input {
	height: 20px;
	width: 200px;
	border: dotted 1px #b2b0af;
}
textarea {
	height: 100px;
	width: 200px;
	border: dotted 1px #b2b0af;
}
input.submit {
	width: 60px;
}
