﻿* {
	margin: 0px;
	padding:0px;
}

body {
	margin: 0 0 20 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
}
a:link {
	color: #999966;
	text-decoration: underline;
}
a:visited {
	color: #808080;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}



/* CSS layout */
#container {
	margin: 20px auto 6px auto;
	min-width: 600px;
	border: 1px solid #244302;
	width: 800px;
	background-color: #FFFFFF;
}

#bar {
	background-position: left top;
	margin-left: 55px;
	height: 40px;
	background-image: url('../graphics/top_bar.gif');
	background-repeat: no-repeat;
}

#top_nav {
	margin-left: 55px;
	height: 26px;
	width: 490px;
	vertical-align: bottom;
	text-align: right;
	padding-top: 4px;
	float: right;
}

#masthead {
	background-position: left bottom;
	margin-left: 55px;
	margin-right: 55px;
	background-image: url('../graphics/ksw_name.gif');
	background-repeat: no-repeat;
	height: 30px;
	text-align: right;
	vertical-align: bottom;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #3F3F3F;
}

#statement {
	height: 80px;
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 62px;
}


#page_title {
	height: 40px;
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 62px;
}

#page_content {
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 26px;
	margin-bottom: 10px;
	line-height: 1.4em;
	height: 430px;
}

#page_content_home {
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 26px;
	margin-bottom: 10px;
	line-height: 1.4em;
	height: 370px;
}
#page_content_open {
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 26px;
	margin-bottom: 10px;
	line-height: 1.4em;
	}


#left_copy {
	margin-right: 50px;
}

#art_thumbs {
	width: 180px;
}
#art_image {
	width: 300px;
	float: right;
	margin-right: 55px;
}

#art_image_w {
	width: 400px;
	float: right;
	margin-right: 55px;
}

#footer {
	margin-left: 55px;
	margin-right: 55px;
	height: 30px;
}

#copyright {
	margin: 4px auto 12px auto;
	height: 20px;
	width: 800px;
}

/* fonts */
.statement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9DA162;
	line-height: 20px;
	font-weight: normal;
}

.nav {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9DA162;
}

.nav a:link {
	text-decoration: none;
	color: #333;
}
.nav a:visited {
	color: #333;
	text-decoration: none;
}
.nav a:hover {
	color: #333;
	text-decoration: none;
}
.nav a:active {
	color: #333;
}

.workname {
	font-size: 10px;
	color: #3F3F3F;
}
.homecopy {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}

p {
	margin-bottom: 8px;
}
.newStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #808080;
}

.ital {
	font-style: italic;
}
.bold {
font-weight: bold;
}