body {
	background-color: #e4e4e4;
	color: #000;
	font-family: helvetica, "Trebuchet MS", tahoma, sans-serif;
	font-size: 1em;
	line-height: 130%;
	margin: 0 0 0 0;
	text-align: justify;
}

#wrap{
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	border-left: 2px solid #cfcfcf;
	border-right: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
}

#header{
	width:800px;
}

#nav {
	position:relative;
	top:0px;
	left: -18px;
	width: 800px;
	margin-top: 10px;
}

#nav li{
	list-style-type:none;
	float:left;
	text-align:center;
	font-family:helvetica, tahoma, sans-serif;
	font-size: 1.1em;
}

#nav a{
	text-decoration: none;
	color: #fff;
	width: auto;
	margin:2px;
	padding:2px 5px;
	display:block;
	background-color: #0c0c0c;
}

#nav a:hover{
	background-color:#c0c0c0;
	color: #0c0c0c;
}

#subnav{
	width: 800px;
	margin: 0 auto;
	text-align:center;
}

#subnav li{
	list-style-type:none;
	display:block;
	float: left;
}

#subnav a{
	text-decoration: none;
	width: auto;
	margin:2px;
	padding:2px 5px;
	display:block;
	background-color:#c0c0c0;
	color: #0c0c0c;
}

#subnav a:hover{
	background-color: #0c0c0c;
	color: #fff;
}

#content{
	width: 800px;
}

#footer{
	width: 800px;
	margin: 0px auto;
	border-top: 2px solid #c0c0c0;
}

#footer p{
	text-align:center;
	font-size: .8em;
}

/* blockquotes are going to be used like pull-quotes */
blockquote {
	float: right;
	clear: none;
	background: #1c1c1c url('img/quotes.gif') top left no-repeat;
	border: 2px solid #1c1c1c;
	min-height: 30px;
	padding: 2px 10px 2px 55px;
	margin: 0 2px 1em 1em;
	text-align: left;
	font-size: 110%;
	font-family: georgia, times;
	font-style: italic;
	min-width: 80px;
	max-width: 25%;
	color: #fff;
}

blockquote > p:first-child {padding: 0; margin: 0; width: 180px;}

blockquote p.author {
	font-size: 100%;
	text-align: right;
	font-style: normal;
	padding: 0;
	margin: 0.2em 0 0 0;
}

/* TABLE STYLINGS */
.tarletontable{
	padding:0;

}

th{
	background: #c0c0c0;
	width: 50px;
	text-align:center;
}

td{
}

a{
	color: #4c4c4c;
	text-decoration: none;
}

a:hover{
	color: #090909;
}

.inset-left{float:left; margin-right: 5px;}
.inset-right{float:right; margin-left: 8px;}
.center{text-align:center;}
div.clear{clear:both;}
img {border:0px;}