html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
}

a {
	color: #607293;
	text-decoration: none;
}

a:hover {
	color: #354158;
}


#container {
	width: 800px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#container #logo {
	background: url(img/logo.gif) no-repeat top left;
	height: 44px;
	
	padding-bottom: 5px;
	border-bottom: 1px solid #797979;
	margin-bottom: 20px;
}

#container #logo h1 {
	text-indent: -9999px;
}

#footer {
	margin-top: 20px;
}

.nav {
	float: right;
	margin-top: -15px;
}



h2 {
	font-size: 2.2em;
	margin: 0;
	border-bottom: 1px solid #797979;
	margin-bottom: 5px;
	color: #354158;
}

h3 {
	font-size: 1.8em;
	margin-top: 30px;
	border-bottom: 1px solid #797979;
	margin-bottom: 10px;
	color: #607293;
}

h4 {
	font-weight: bold;
}

.desc {
	margin: -15px 0 40px 0;
}

.desc p {
	margin-bottom: 10px;
	margin-right: 50px;
	margin-left: 50px;
}

ul {
	margin-left: 15px;
}

dt {
	float: left;
}

dd {
	margin-left: 150px;
	margin-bottom: 10px;
}

.description {
	margin-top: 10px;
}

code {
	font-family: Courier;
}

#usage p {
	margin: 10px 0px 5px 0px;
}
h3.portfolio {
	background: url(img/heading-portfolio.gif) no-repeat top left;
	height: 30px;
	text-indent: -9999px;
}
h3.portfolio2 {
	background: url(img/heading-portfolio2.gif) no-repeat top left;
	height: 30px;
	text-indent: -9999px;
}
#container #quote blockquote {
	text-align: right;
	margin-left: 200px;
}
h3.portfolio3 {
	background: url(img/heading-portfolio3.gif) no-repeat top left;
	height: 30px;
	text-indent: -9999px;
}
h3.portfolio4 {
	background: url(img/heading-portfolio4.gif) no-repeat top left;
	height: 30px;
	text-indent: -9999px;
}
h3.portfolio5 {
	background: url(img/heading-portfolio5.gif) no-repeat top left;
	height: 30px;
	text-indent: -9999px;
}
#container .nav li {
	display: inline;
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}
.quote  blockquote   {
	text-align: right;
	margin-left: 200px;
}
.centerp {
	text-align: center;
}
#container #footer img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
