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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
font: 75% Verdana, Geneva, Arial, sans-serif;
color: #666666;
background: #FFFFFF;
}


#wrapper {
position: relative;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

#header {
background: url(../img/skyline2.jpg);
width: 900px;
height: 225px;
margin-bottom: 1em;
}

#content {
position: relative;
float: right;
display: inline;
  width: 710px;
  height: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 12px;
  border: #FF00FF dashed 1px;
}

#nav {
	float: left;
	display: inline;
	width: 155px;
	background-color: #e3e3e3;
	padding-top: 10px;
	line-height: 1.75em;
}

#footer {
float: left;
display: inline;
font-size: 75%;
margin-top: 10px;
}


#nav ul {
  list-style: none;
}
#nav li {
  font-size: 100%;
  width: 155px;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  display: block;
  padding: 0.3em 10px 0.3em 10px;
  border-bottom: 4px solid #FFFFFF;
}
#nav a:hover {
  border-bottom: 4px solid #FF33CC;
}

h1 {
  font-size: 150%;
  font-weight: normal;
  padding-bottom: 0.4em;
  padding-top: .25em;
  color: #FF00FF; 
}

h2 {
  font-size: 110%;
  font-weight: normal;
  background-color: #fadcf2;
  padding: .7em 0.7em 0.7em 0.7em;
  color: #333333; 
}


.subhead {
font-size: 14px;
}

a {
text-decoration: none;
color: #000000;
font-weight: bold;
}

h2 a {
color: #00CCFF;
}

.note {
font-style: italic;
font-size: 95%;
margin-top: 1em;
}

.post {
color: #999999;
font-style: italic;
}

.post-title {
color: #FF00FF;
font-weight: bold;
font-style: normal;
}




