* {margin:0; padding:0;}

body{	
	text-align: center;
	font-family: Helvetica;
	background-color: #fff;
	color: #444;
	font-size: 75%;
	
}
a{
	color: #444;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	font-weight:bold;
	text-decoration: strong;
}
p, li {
	line-height: 1.1em;
}
h1, h2 {
	font-family: Helvetica;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 5px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

#navigation ul, #navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
}


#navigation ul {
     text-align: center;
     padding-top: 15px;
}

#navigation ul li {
     display: inline;
     margin-right: .75em;
     font-size:1.2em;
}

#navigation ul li.last {
     margin-right: 0;
}

#navigation ul li a {
	color:#777;
	font-weight:bold;
	text-decoration:none;
}

#navigation ul li.unselected a:hover {
	color:#000
}

#navigation ul li.unselected a {
	color:#000;
}

.image-desc {
	font-size:70%;
	text-align: right;
}


.about {
	text-align: left;
	font-size:1.2em;
	height:600px;
}
.about-text {
	padding: 70px 300px 0px 300px;
}
.about-image {
float:right;
margin-top:-100px;
padding-right: 110px;">
}


.contact {
	text-align: left;
	font-size:1.2em;
	height:600px;
}
.contact-text {
	padding:70px 200px 150px;
}


div#page {
	background-color: #fff;
	background-image:url(kow-bg.gif);
	background-repeat:no-repeat;
	width: 960px;
	padding-bottom: 100px;
	margin: 0px auto;
	text-align: left;
	border-color: #fff;
	border-style: none solid solid;
	border-width: medium 0px 0px;
}
div#container {
	padding: 0px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 6px;
}
div#footer {
	clear: both;
	color: #eee;
	margin: 0 auto;
	padding: 10px 0 10px;
	text-align: center;
}

