* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Georgia,"Times New Roman",serif;
	color: #9b9993;
	font-style:italic;
	background-image: url('/images/bg2.png');
	background-repeat: repeat-x;
	padding-top: 30px;
}
p {
	line-height: 120%;
}
img {
	border: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 28px;
}
ul { padding-top: 5px; }
li { 
	font: 13px Helvetica, Arial,"Times New Roman",serif;
	color: #9b9993;
	font-style:normal;
	line-height: 28px;
}
.title {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #464541;
	font-weight: bold;
}
blockquote {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.2em;
	padding: 0.0694em 2em;
}
blockquote * {
	font-style: italic;
}
h1 {
	font-family: Georgia,"Times New Roman",serif;
	color: #464541;
	font-size: 1.2em;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 5px;
}
a, a:active, a:visited {
	text-decoration: none;
	color: #9b9993;
}
a:hover {
	text-decoration: none;
	color: #464541;
}
#wrapper {
	width: 900px;
	padding-top: 60px;
}
#nav {
	float: left;
	width: 140px;
	background-image: url('/images/wm3.png');
	background-repeat: no-repeat;
	padding-left: 100px;
	margin-left: 40px;
	height: 500px;
}
#main {
	float: right;
}
#content {
	width: 550px;
	padding-bottom: 60px;
	border-bottom: 1px #ddd solid;
}
#content p {
	line-height: 160%;
	margin-top: 15px;
	font-family: Helvetica, Arial,"Times New Roman",serif;
	font-style: normal;
	font-size: 13px;
}
.swapImage { border: 1px #494543 dotted; }
