body {font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	background: black url(images/background.jpg) fixed no-repeat 50% 0;
	}


h1, h2, p.special {color: #635036;
	margin-bottom: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	}

h1 {font-size: 1.5em;}

h2 {font-size: 1.25em;}

p {color: black;
	text-decoration: none;
	}

p.center {text-align: center;
	}


p.special {font-size: 1.25em;
	font-style: italic;
	}

a:link {color: #336666;
	text-decoration: none;
	}

a:visited {color: #666666;
	text-decoration: none;
	}

a:hover {color: #336666;
	text-decoration: underline;
	}

a:active {color: #2A7F64;
	text-decoration: none;
	}

a:focus {color: #2A7F64;
	text-decoration: underline;
	}

hr {color: #D8D8BF;
	width: 50%;
	height: 2px;
	}

ul {list-style: none;
	line-height: 2em;
	margin-left: 0;
	padding-left: 0;
	}

ul li {background: url(images/bullet.gif) no-repeat;
	background-position: 0 .5em;
	line-height: 1.5em;
	padding-left: 1em;
	margin-left: 2em;
	}

#container {background-color: white;
	width: 750px; 
	position: relative;
	margin: -10px auto;
	}

#header {background-color: white;
	height: 110px;
	border-bottom: 1px solid black;
	}

#main {background-color: white;
	float: right;
	width: 470px;
	padding: 10px;
	margin: 10px;
	}

#leftcol {background-color: #D8D8BF;
	float: left;
	width: 204px;
	margin: 10px;
	padding: 10px 0px 10px 10px;
	border: #635036 solid 1px;
	}

#footer {background-color: white;
	clear: both;
	margin: 10px;
	line-height: 1.5em;
	position: relative;
	}

#footer p {color: #635036;}

img {border: 1px #635036 solid;}

img.noborder {border: none;}

#leftcol img {position: relative;
	left: -5px;
	clear: both;
	}

/* Page created by Ariel Kaplan, July 2009 - www.arielkaplan.com */