/*
KAUPA site CSS file
*/

body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 1a304b;
	background-color: #1a305b;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-transform: none;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

/* Logo */

#logo {
	width: 716px;
	height: 154px;
	margin: 0 auto;
	background-image: url(images/logo3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


/* Header */

#header {
	width: 716px;
	height: 159px;
	background-image: url(images/header8.jpg);
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header2 {
	background-image: url(images/header2.jpg);
		width: 716px;
	height: 159px;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* Page */

#page {
	background-image: url(images/back.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 716px;
	height: 400px;
	background-color: #FFFFFF;
}

/* Navigation */

#navigation {
	float: left;
	width: 195px;
	padding-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 10px;
	background-color: #cccccc;
	margin-left: 3px;
	background-image: url(images/end2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 95%;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navigation a {
	color: #CE5759;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 25px;
	width: 195px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: text-bottom;
	margin-top: 0px;
	font-size: 95%;
	padding-top: 8px;
	text-indent: 5px;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #CE5759;
}


#navigation ul {
	margin-left: 3px;
	padding-left: 0;
	list-style: none;
	font-size: 95%;
	background-color: ;
}

#navigation ul li {
	padding: 5px 14px;
	border-top: 1px solid #0B0B0B;

}

/* Contents */

#contents {
	float: right;
	width: 500px;
	padding-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	height: auto;
	padding-left: 5px;
}


#contents p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	text-align: justify;
	padding: 10px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
}

#contents a {
	color: #CE5759;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;

}

#contents h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-transform: none;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#page #contents table {
	border: 1px solid #CCCCCC;
	width: 490px;
}


/* Footer */

#footer {
	width: 716px;
	height: 16px;
	background-image: url(images/footer.gif);
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Notes */

#notes {
	width: 716px;
	height: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;

}
#notes a {
	color: #DBC0A6;
	text-decoration: none;
}
#contents a:hover {
	color: #000000;
}
#contents td {
	padding: 3px;
}
