@import "search.css";

body {
	background-image: url(/images/gin_bg.jpg);
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#wrapper {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
}

#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

#menu ul li {
    display: block;
    width: 166px;

    background-color:#006766;
    border-bottom: 1px solid white;
}

#menu ul li a {
    width: 100%;
    display: block;

    text-align: left;

    text-decoration: none;
    font-family:verdana;
    font-size:11px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
	text-indent: 1em;
}

#menu ul li a:hover {

    border: solid 0px white;
    background-color:#94B3B5;
}

#main {
    float:left;
    background-image: url(/images/background.jpg);
}

#left {
    width: 179px;
    float:left;
}

#contentWrapper {
    width:780px;
	float:left;
}

#content {
    margin: 0px;
	background-image: url(/images/ky-commercial-constructi-08.jpg);
	padding: 38px;
}

#right {
    width: 119px;
    float:right;

    padding-left: 13px;
}

#footer {
	background-image: url(/images/ky-commercial-constructi-09.jpg);
    margin: 0px;
	clear: both;
    text-align: center;
	font-family: verdana;
	font-color: #ffffff;
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #404d53;
}

#footer2 {
    clear: both;
    text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-color: #ffffff;
}

#header2 {
    clear: both;
    text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-color: #ffffff;
}