/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12pt;
	font-family: Garamond, Times, Times New Roman, serif;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
	width: 960px;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	margin-bottom: 0em;
}

p + p {
	text-indent: 1em;
}

h1 {
	font-family: Futura, Helvetica, Arial, sans-serif;
        font-size: 24pt;
	margin-bottom: 0.5em;
}

h2, h2 a {
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 16pt;
	margin-bottom: 0.2em;
}

h3, h3 a {
	font-size: 14pt;
}

body {
        width: 100%;
}

#container {
	width: 960px;
	margin: 12px auto;
}

/* header elements begin here */
#header {
	width: 960px;
	clear: both;
}

#logo {
	width: 948px;
	float: left;
	margin-left:6px;
	margin-right:6px;
	margin-bottom: 24px;
}

#nav {
        width: 756px;
	float: left;
	text-align: left;
	margin-left:6px;
	margin-right:6px;
	margin-bottom: 24px;
}

#nav ul, #nav ul li, #nav h3 {
	display: inline;
}

#email {
	width: 756px;
	float:left;
	margin-left:6px;
	margin-right:6px;
	margin-bottom: 24px;
	text-align: center;
}

#email h3 {
	display: inline;
}

.important {
        border: 1px dashed;
	background-color: #fcc;
}

/* container for content and sidebar, which will force
   the footer to go to the bottom */

/* left content column begins here */
#content, .feature_row {
	width: 768px;
	float: left;
}

#feature1, #feature2, #feature3, #feature4 {
	float: left;
	width: 372px;
	margin-bottom: 24px;
	margin-left:6px;
	margin-right:6px;
}

.feature h4 {
	margin-bottom: 1em;
}

.post ul, .post ul li, .post h3, .feature ul, .feature ul li, .feature h3 {
	display: inline;
}

.flickr {
	float: right;
}

#post {
	float: left;
	width: 756px;
	margin-bottom: 24px;
	margin-left:6px;
	margin-right:6px;
}

.post {
	float: left;
	width: 756px;
	margin-bottom: 24px;
	margin-left:6px;
	margin-right:6px;
}

/* sidebar begins here */
#sidebar {
	width: 192px;
	float: right;
	margin-bottom: 24px;
}

#image {
	width: 180px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 24px;
}

/* footer begins here */
#footer {
	width: 948px;
	margin-left: 6px;
	margin-right: 6px;
	clear: both;
}