/* CSS Document */
body{
	margin:0;
	font:76% tahoma,verdana,sans-serif;
	color:#222;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container{
	width:780px;
	color:#222;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#kammajana-logo{
	width:780px;
	text-align:left;
	float: left;
	height: 54px;
}

#kammajana-logo h1{
	display: block;
	float: left;
	width: 400px;
	font-size: 3em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#kammajana-logo a{
color:#000000;
}

#kammajana-logo a:hover{
	color:#FC9E00;
	text-decoration: none;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
	width:780px;
	float: left;
}

/************ start navigation ***********/
#blueblock{
	width: 213px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 1.1em;
	color: #FFCC00;
	font-weight: bold;
	background-image: url(../images/leftgradient.png);
	height: 211px;
	background-repeat: repeat-x;
	background-color: #32B3DF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff9966;
	padding-top: 24px;
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9966;
}

#blueblock li a{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 208px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#blueblock li a:hover{
	background-color: #CC3300;
	color: #fff;
}

#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff url(../images/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

#h1{
font-size:2.8em;
}

#h2{
	margin:0 0 4px 0;
	font-size:1.6em;
	line-height: 2em;
}
h2{
	font-size:1.6em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#h3{
	margin:20px 0 8px 0;
	font-size:1.2em;
	color: #000000;
	font-weight: bold;
}

#h4{
margin:10px 0 5px 0;
font-size:0.8em;
}


.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

#sitemap {
	padding-bottom: 5px;
	padding-top: 20px;
	text-align: right;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	float: right;
	width: 250px;
}
#sitemap ul {
	list-style-type: disc;
	margin: 0px;
	list-style-position: outside;
	padding: 0px;
}
#sitemap li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sitemap li a {
	color: #999999;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
#sitemap a:hover {
	color: #FC9E00;
	text-decoration: none;
}


