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

* {
margin:0;
padding:0;
}

body	{
background:#b0b0b0;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:62.5%;
}

h2	{
font-size:1.4em;
color:#C30;
}

h3	{
font-size:1.3em;
margin:5px 0 0px 0;
color:#c30;
}

h4 {
font-size:1.1em;
margin: 3px 0;
}

p {
font-size:1.2em;
padding:5px 0;
}

a:link, a:visited	{
color:#F33;
text-decoration:none;
}

a:hover	{
text-decoration:underline overline;
}

.box_top	{
background:url(../images/round_box_top.jpg) no-repeat top left;
height:30px;
width:162px;
}

.box_bg	{
background:url(../images/round_box_bg.jpg) repeat-y;
width:132px;
padding:0px 15px;
}

.box_bottom	{
background:url(../images/round_box_bottom.jpg) no-repeat bottom left;
height:30px;
width:162px;
}

.clear	{
clear:both;
}

.img_right	{
	float:right;
	}

.formLabel	{
	font-size: 1.4em;
	}
	
input[type='text'] {
	height:20px;
	width:250px;
	background: #ddd;
	border: 1px solid #333;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.70;
	}
	
textarea	{
	width: 250px;
	height: 200px;
	background: #ddd;
	border:1px solid #333;
	font-family: Geneva, Arial;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.70;
    }

.button	{
	background:#eac461;
	border:1px solid #804000;
	padding: 5px;
	}	

.review	{
	display: block;
	border: 1px dotted #000;
	padding: 5px;
	margin: 5px 0;
	}
		
#wrapper	{
width:720px;
margin:0 auto;
}

#header	{
background:url(../images/bg.jpg) left repeat-y;
height:160px;
width:720px;
}

#logo {
background:url(../images/ktb_logo.jpg) no-repeat top left;
height:130px;
width:510px;
margin:0 0 0 30px;
padding:20px 0 0 180px;
}

#logo h1	{
color:#C30;
font-size:4.0em;
}

#logo h2	{
color:#c30;
font-size:2.5em;
}

#banner	{
height:120px;
width:720px;
float:left;
}

#banner img	{
margin:10px 0 0 27px;
border:none;
}
	
#main_content	{
background:url(../images/bg.jpg) left repeat-y;
padding-left:15px;
width:705px;
}

#painting	{
background:url(../images/painting.jpg) left top no-repeat;
width:705px;
min-height:575px;
}

#left_col	{
width:162px;
float:left;
}

#nav ul	{
list-style:none;
font-size:2.0em;
line-height:1.3em;
}

#nav a:link, #nav a:visited	{
color:#5494ce;
text-decoration:none;
}

#nav a:hover {
color:#e14a39;
}

#quote p {
font-size:1.1em;
color:#666;
padding:5px 0;
}

#middle_col	{
float:left;
width:343px;
padding:5px;
}

#middle_col img	{
margin:0 30px;
}

#middle_col ul	{
	padding:20px 0 0 60px;
	list-style-image: url(../images/pdf.jpg);
	}
	
#right_col	{
float:right;
width:180px;
padding:5px;
}

#footer	{
background:url(../images/footer.jpg) left no-repeat;
height:140px;
width:720px;
}

#footer_menu	{
padding:70px 0 0 135px;
width:585px;
}

#footer_menu ul	{
list-style:none;
font-size:1.0em;
color:#5494ce;
}

#footer_menu ul li	{
display:block;
float:left;
}

#footer_menu a:link, #footer_menu a:visited	{
text-decoration:none;
color:#5494ce;
}

#footer_menu a:hover	{
text-decoration:underline overline;
}

#footer_contact {
text-align:center;
clear:both;
padding-top:15px;
}

#footer_contact a:link, #footer_contact a:visited	{
color:#06c;
}

#footer_contact a:hover {
color:#FFF;
}
