@charset "utf-8";

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	font-weight: bold;
}
.bold {
	font-size: 1.1em;
	font-weight: bolder;
	color: #000000;
}

#wrapper {
	width: 1000px;
}
#navbar {
	text-align: center;
}
#navbar li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	list-style-type: none;
}

#navbar li a {
}
#navbar li a:hover {
}
#mainimage {
	float: left;
	width: 270px;
	height: 600px;
	clear: none;
}


#mainContent {
	width: 720px;
	float: left;
	clear: none;
}


.imageleft {
	margin: 0px;
	padding: 0px;
	float: left;
}

blockquote {
	background: transparent url(images/quotemark_open.gif) left top no-repeat;
	padding-left: 50px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 5px;
}
.textright {
	font-size: 0.9em;
	text-align: right;
}


blockquote p {
	margin: 0;
	padding-right: 20px !important;
	background-image: url(images/quotemark_closed.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
