img, div { behavior: url(http://team2192.com/files/iepngfix.htc) }

body {
	background: #000000;
	color: #FFFFFF;
	width: 900px;
	font-family: Georgia, Calibri, Myriad Pro, Lucida Grande, Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

p {
	line-height: 150%;
}

img a {
    border: none;
}

.date {
    font-size: 200%;
}

p:first-letter {
	font-size: 2em;
	padding: 2px;
}

#first {
    position: relative;
    margin-top: -50px;
    margin-left: 420px;
}

#header img {
	margin-top: -180px;
	margin-right: -50px;
	float: right;
}

a{
	color: #6CE61C;
}

#navigation a:hover, #body a:hover {
    background-color: #183B00;
}

#navigation a{
	padding-left: 25px;
	padding-right: 25px;
}

#title {
	font-size: 3em;
}

#body {
	width: 600px;
	position: relative;
}

#title a {
    color: white;
    text-decoration: none;
}

#leftcontent {
	position: absolute;
	left:100px;
	top:120px;
	width:200px;
}

#members ul {
  margin: 0;
  padding: 0;
}
 
#members li {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

#leftcol {
	float: left;
	width: 300px;
}

#rightcol {
	float:right;
}

/*quote style*/

blockquote {
	display: block;
	padding: 0 60px;
	width: 350px;
}

blockquote:before, blockquote:after {
	color: #69c;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;   
	margin-left: 360px;
}

td {
    padding-right: 50px;
}