body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
}

#wrapper {
	background-attachment: scroll;
	margin: 5px auto 0px;
	padding: 0px;
	height: auto;
	width: 830px;
	position: relative;
	top: 20px;
	z-index: 1;
}
h1 {
	background-attachment: scroll;
	background-image: url(images/header5.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 150px;
	width: 300px;
	text-indent:-500em;
	text-decoration:none;
	margin: 0;
}
#col1 {
	width: 150px;
	float: left;
	margin-right: 8px;
	background-color: #ffffff;
	padding: 0px 0px 0px 20px;
	background-attachment: scroll;
	background-image: url(images/red-border.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 0px;
	margin-top: 50px;
}
#main {
	width: 400px;
	height: auto;
	padding: 10px;
	float: right;
	margin-right: 65px;
	background-color: #ffffff;
	margin-top: 40px;
}
*html #main {
 margin-right: 30px;
}
#portfolio {
	width: 585px;
	height: auto;
	padding: 0px;
	float: right;
	margin-right: 5px;
	background-color: #ffffff;
	background-attachment: scroll;
	margin-top: 40px;
}
#footer {
	text-align: center;
	padding: 15px 5px 2px;
	clear: both;
	height: 50px;
	width: 500px;
	margin-left: 220px;
}
#nav .nav{
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url(images/pencil-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 420px;
	padding-top: 80px;
	position: absolute;
	left: 340px;
	top: 30px;
	padding-left: 10px;
	z-index: 2;
}
#nav2 {
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url(images/pencil-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 420px;
	padding-top: 80px;
	position: absolute;
	left: 340px;
	top: 30px;
	padding-left: 10px;
	z-index: 2;
}
#copyBox {
	margin: 0px;
	padding: 5px;
	float: right;
	height: auto;
	width: auto;
}
#thanks {
	background-attachment: scroll;
	background-color: #ffffff;
	margin: 5px auto 0px;
	padding: 0px;
	height: auto;
	width: 500px;
	position: relative;
	top: 20px;
}


/*Text*/
.quote {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #333333;
}
.quotemarkTop {
	margin: 0px;
	padding: 0px;
	float: left;
}
.quotemarkBottom {
	margin: 0px;
	padding: 0px;
	float: right;
}
.nav {
	font-size: 0.7em;
	font-weight: bold;
	color: #ee1d24;
	line-height: 1.3em;
}
.nav a:link, .nav a:visited, .nav a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.nav a:hover {
	font-weight: bold;
	color: #ee1d24;
	text-decoration: underline;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
h3 {
	font-size: 0.95em;
	font-weight: bold;
	color: #000000;
}
.text {
	font-size: 0.8em;
	color: #000000;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text a:link, .text a:visited, .text a:active {
	font-weight: bold;
	color: #ee1d24;
	text-decoration: underline;
}
.text a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.sidebar {
	font-size: 0.75em;
	font-style: italic;
	color: #333333;
	line-height: 1.3em;
	padding-right: 5px;
}
.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
.sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #b40003;
}
.floatLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.floatRight {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatLeftB {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #333333;
}

