body {
	background: #eaeaea;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	
	line-height: 20px;
}

#wrap {
	background: #fff;
	width: 840px;

	margin: 30px auto 0px auto;
	overflow: hidden;
	
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #E1E1E1;
}

#header {
	margin: 20px;
}
	#header #logo {
		font-family: Georgia;
		font-size: 32px;
		letter-spacing: -1px;
		color: #3E73A8;
	}
	#header #logo span {
		text-transform: lowercase;
		color: #666;
		font-size: 24px;
	}
	#nav {
		margin-top: 25px;
		border-width: 1px 0px 1px 0px;
		border-style: dotted;
		border-color: #ccc;
	}
	#nav ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
	#nav li {
		display: inline;
		overflow: hidden;
	}
	#nav li a {
		width: 90px;
		text-align: center;
		padding: 6px;
		display: block;
		float: left;

		text-transform: lowercase;
		text-decoration: none;
		color: #666;
	}
	#nav li a:hover {
		color: #3E73A8;
		background: #eee;
	}
	#nav .s a {
		color: #3E73A8;
		background: #eee;
		font-weight: bold;
	}

	#banner {
		width: 800px;
		height: 229px;
		background: #3E73A8 url('images/banner.jpg') no-repeat;
		margin-top: 20px;
		overflow: hidden;
	}
	#banner #quote {
		width: 550px;
		float: right;
		margin: 20px 20px 20px 20px;
		
		text-align: right;
		font-family: Georgia;
		color: #fff;
		font-size: 14px;
	}
	#banner #quote span {
		font-weight: bold;
		display: block;
	}
	#home a {
		display: block;
		float: right;
		background: #eee;
		padding: 3px;
		font-size: 10px;
		text-decoration: none;
		color: #bbb;
	}
	#home a:hover {
		color: #3E73A8;
	}

#content {
	margin: 20px 20px 20px 20px;
	overflow: hidden;
}
	#mdx {
		float: right;
	}


#footer {
	width: 840px;
	font-size: 10px;
	margin: 10px auto 15px auto;
	color: #666;
}
	#footer a {
		color: #666;
	}

/* ---------------------------------- */

.clear {
	clear: both;
}
.l {
	width: 48%;
	float: left;
}
.r {
	width: 48%;
	float: right;
}
.doc {
	text-align: justify;
	font-size: 10.5px;
}

a {
	color: #3E73A8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}
h1,h2,h3 {
	font-family: Arial;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 28px;
	letter-spacing: -1px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}



.head {
	background: #497BAE url('images/banner2.jpg') no-repeat;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

	#links .l {
		width: 48%;
		float: left;
	}
	#links .r {
		width: 48%;
		float: right;
	}
	#links ul li {
		margin-bottom: 10px;
		line-height: 18px;
	}
	#links ul li a {
		font-weight: bold;
		display: block;
	}
	
	
	#work .w {
		font-size: 11px;
		text-align: justify;
		line-height: 18px;
		
		padding: 10px;
		border-width: 1px 0px 1px 0px;
		border-style: dotted;
		border-color: #ccc;
		margin-bottom: 20px;
		
		background: #F3F3F3;
	}
	#work .w h3 {
		font-size: 16px;
	}
	#work .w h2 a {
		text-decoration: none;
	}
	#work .w h2 a:hover {
		color: #666;
	}
	#work .date {
		color: #666;
		font-size: 14px !important;
		margin: 0px 0px 15px 0px;
	}
	
#poem {
	width: 99%;
	height: 400px;
	font-family: Georgia;
}

#stuff a {
	text-decoration: none;
	line-height: 20px;
}
#stuff li {
	background: #efefef;
	padding: 3px;
	margin-bottom: 10px;
}
#stuff h2 {
	margin: 0px 0px 5px 0px;	
}
