@charset "UTF-8";
/* CSS Document */

* {margin:0px; padding:0px;}
a {outline:none;}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333639;
	line-height:17px;
	font-size:12px;
}

p {margin-bottom:12px;}
h2 {margin-bottom:15px;font-size:14px;}
a {color:#333639;text-decoration:underline;}
a:hover {text-decoration:none;}

.img_float_right {
	float:right;
	border:1px solid #333639; 
	margin:0px 0px 20px 20px;
}

#wrapper {
	width:900px;
	margin:40px auto;
	position:relative;
	border:1px solid #333639;
}

#masthead {
	width:100%;
	position:relative;
	border-bottom:1px solid #333639;
}

#masthead h1 {
	background-image:url(../images/logo_kerri.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:170px;
	text-indent:-4000px;
}

#links {
	float:left;
	width:200px;
}

#links div {
	padding:40px 0px 0px 30px;
}

#links div h3 {
	width:120px;
	background-color:#333639;
	color:#FFFFFF;
	margin-top:20px;
	padding:30px 10px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:20px;
}

#links div h3 span {
	font-weight:bold;
	text-transform:none;
	font-size:12px;
}

#contact #links div h3 {
	display:none;
}

#links div ul li {
	list-style-type:none;
	line-height:35px;
	border-bottom:1px dotted #333639;
	width:140px;
}

#links div ul li a:link,
#links div ul li a:visited {
	color:#333639;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	text-decoration:none;
	font-weight:normal;
}

#home #links div ul #link_about a:link,
#home #links div ul #link_about a:visited,
#contact #links div ul #link_contact a:link,
#contact #links div ul #link_contact a:visited  {
	font-weight:bold;
}

#links div ul li a:hover {
	color:#000000;
	font-weight:bold;
}

#content_wrapper {
	background-image:url(../images/content_background.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

#content {
	width:690px;
	margin-left:200px;
}

#content div {
	padding:40px 50px 40px 30px;
}

#footer {
	clear:both;
	text-align:center;
	background-color:#333639;
	color:#FFFFFF;
	height:50px;
	font-size:11px;
	letter-spacing:1px;
}

#footer p {
	padding-top:10px;
}

#footer p a {
	color:#FFFFFF;
	text-decoration:none;
}

#footer p a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


