@charset "utf-8";
@import url("kobar_container.css");
@import url("kobar_mainContent.css");

* {
	margin:0px;
	padding: 0px;
}

img {
	margin:0px;
	padding: 0px;
	display: block;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #e1e4d9;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(../images/background_gradient.jpg);
}

#nav_table {
	width: 495px;
	display: block;
	position: relative;
	z-index: 2;
	left: 24px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 412px;
	margin-top: 412px;
	margin-bottom: 20px;
	margin-right: 6px;
}

#sidebar1 p {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	line-height: 140%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #7e6680;
	border: 1px dotted #FFFFFF;
	width: 364px;
	background-image: url(../images/form_gradient.jpg);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#sidebar1 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}

#sidebar1 ul {
	text-align: center;
}

#sidebar1 li {
	display: inline;
	margin: 0px;
}

.image_gallery {
	z-index: 3;
	position: relative;
	left: 80px;
	top: 15px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	font-size: small;
	padding: 10px;
	color: #bfb3c0;
	background-color: #7b627d;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/footer_gradient.png);
	border: 1px solid #645266;
}

#footer li {
	display: inline;
}

#footer a:link {
	text-decoration: none;
	color: white;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#footer a:visited {
	text-decoration: none;
	color: white;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: white;
	background-color: #333;
}

#footer a:active {
	text-decoration: none;
	color: white;
	background-color: #333;
}