html, body {
	background-color: #FFFFFF;
	height: 100%;
	max-height: 100%;
}

body, table, tr, td, div, a {
	font-family: Courier;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

img {
	border-width: 1px;
	border-style: solid;
	border-color: #3CFF96;
	line-height: 0px;
}

h1 {
	font-size: 160%;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}

hr {
	border: 0px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	background-image:  url('../images/stripe.gif');
}

#websitecontent {
	width: 967px;
}

/* IMAGE SETTINGS  */

.imagecontent {
	 width: 325px;
}

.image_padding {
	line-height: 0px;
	padding-right: 5px;
}

.image_large {
	padding-top: 5px;
	display: none;
	position: relative;
}

/* PAGE SETTINGS  */

#pagecontent {
	padding-bottom: 20px;
	padding-left: 40px;
}

/* NEWS SETTINGS  */

.news_item {
	display: none;
	position: relative;
}

.news_title {
	line-height: 28px;
}

/* ARCHIVE SETTINGS  */

.archive_item {
	display: none;
	position: relative;
}

.archive_title {
	line-height: 28px;
}

/* RESUME SETTINGS  */

.resume_title_cat {
	padding-bottom: 5px;
}

.resume_title {
	font-weight: bold;
	padding-bottom: 5px;
}

.resume_item_left {
	line-height: 20px;
	padding-right: 20px;
	awidth: 150px;
	width: 25%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3CFF96;
}

.resume_item_left_last {
	line-height: 20px;
	padding-right: 20px;
	awidth: 150px;
	width: 25%;
}

.resume_item_right {
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3CFF96;
}

.resume_item_right_last {
	line-height: 20px;
}

.resume_cat {
	display: none;
	position: relative;
}

/* LINK SETTINGS  */

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.link_image {
	line-height: 0px;
	border-width: 1px;
	cursor: pointer;
}