
body {
	margin: 0;
	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: #336666;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-size: 20px;
	color: #333333;
	line-height:1.5;
}
p {
	font-size: 14px;
	color: #333333;
	line-height:1.5;
}

ul li{
	margin-bottom:1em;
	list-style-type:disc;
		font-size: 14px;
	}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.class2 a:link {
	color: #333333;
	text-decoration: underline;
}
.class2 a:visited {
	color: #333333;
	text-decoration: underline;
}
.class2 a:hover {
	text-decoration: underline;
}
.class2 a:active {
	text-decoration: none;
}
.SKA #container {
	width: 80%;
	max-width:980px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.SKA #brand_image {
 /* top and bottom padding create visual space within this div */


	width:100%;
	background-image:url(images/kalliot.jpg);
	background-size: cover;
	height:290px;
	text-align: center;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ffffff;
}

.SKA #ContentArea {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ffffff;
}
.SKA #Content {
	float: left;
	
	width: 100%;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}

.SKA #Content .wrapper{

	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.SKA #menu {
	float: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	min-height: 20px;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height:20px;
}
.SKA #footer {
	text-align: center;
	float: left;
	height: 110px;
	width: 100%;
	max-width:980px;
	
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:20px;
	color: #ffffff;
	padding: 0px;
}

.SKA #footer .logo{
background-color:#fff;
text-align: right;
margin-bottom: 1em;

}
.SKA #header {
	text-align: left;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #376768;
	width:100%;
	height:158px;
	position:relative;
}
.SKA #header p{
	position:absolute;
	bottom:0;
	margin-left:1.1em;
	color:#fff;
	font-size:30px;
	line-height:1;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;

}

.SKA #header h1{
	position:absolute;
	bottom:10px;
	margin-left:1.1em;
	color:#fff;
	font-size:30px;
	line-height:1;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;

}

h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.SKA #subtitle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0000CC;
	font-size: 16px;
	font-weight: normal;
}
.SKA #sidebar1 {
	float: left;
	width:50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	
}

.SKA #sidebar2 {
	float: right;
	width:40%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;

}

.SKA #sidebar2 img{width:100%;}


@media screen and (max-width: 800px) {

.SKA #Content .wrapper{


	padding-right: 25px;

	padding-left: 20px;
}




   .SKA #sidebar1 {
	float: none;
	width:100%;

	
}

.SKA #sidebar2 {
	float: none;
	width:100%;
}

ul {
	margin-left:0;
	}


}



