body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}


.guestbook_input { width: 400px;}
.guestbook_input_comment { width: 400px; height: 100px;}
.guestbook_table {width: 100%; border:0px solid #000000; border-collapse:collapse; font-family:arial; font-size:12px; }
.guestbook_entry_head { background-color:#eeeeee; border:1px solid #dddddd; padding:3px 10px 3px 10px; text-align: left; vertical-align: middle; }
.guestbook_entry {padding:10px; text-align:left; vertical-align:top; }

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #111b57;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}


p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	color: #692d8c;
	text-decoration: none;
}

a:hover {

	color: #9564b1;
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 770px;
	height: 90px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* Logo */

#logo {
	float: left;
	margin-top: 15px;
	padding-top: 10px;
	background: url(img/img02.gif) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 70px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}


#topmenu a:hover {
	text-decoration: underline;
}



/* Menu */

#menu {
	width: 210px;
  height: 100%;
	background: url(img/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 20px 20px 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 20px;
	background: url(img/img05.gif) repeat-x;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #292e6f;
}

#menu .first a {
	background: none;
}



/* Page */

.page {
	width: 780px;
	padding: 0px;
}

/* Content */

#content {

	width: 560px;

}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(img/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;
	background: url(img/img10.gif) no-repeat;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(img/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 5px 5px;
	font-size: 92%;
	border: 1px solid #cdcdcd;
	border-top: 0px solid #cdcdcd;
}

#sidebar li li {
	margin: 0;
	padding: 5px;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar li li:hover {
	background: #d2dfea;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(img/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

#sidebar h3 {
	margin: 0;

}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
  color: #7098bb;
	text-decoration: none;
}

#sidebar a:hover {
  color: #3b5c7a;
	text-decoration: none;
}

#sidebar .first {
	border: none;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 30px 0 0 120px;
	background: #e6e6e6;
	border-top: 10px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	padding: 10px 0 10px 150px;
	background: #e6e6e6 url(img/k-logo.jpg) no-repeat left center;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}

.style1 { border: 1px solid #000000;}
.style2 { border: 2px dotted #000000;}
