body,td {
	font: normal 11px Verdana,Arial,serif;
	background-color: #B6E1F7;
	color: #000000;
	height: 100%;
}
body {
	behavior: url("include/csshover.htc");
}
td {
	background-color: #F0F8FF;
	color: #222255;
}

#everything {
	background-color: #D4FAFF;
	background-image: url("images/PICT0059.jpg");
	background-repeat: no-repeat;
	border: 1px solid #000000;
	width: 781px;
	/*padding-top: 100px;*/
	position:relative;
}
#valikko {
	background-color: #D4FAFF;
	width: 150px;
	/*top: 100px;*/
	border-right: 1px solid #000000;
}

#content {
	background-color: #F0F8FF;
	color: #222255;
	min-height: 250px;
	left: 150px;
	/*top: -229px;
	margin-bottom: -229px;*/
	top: -193px;
	margin-bottom: -193px;
	width: 629px;
	z-index: -1;
	position:relative;
	padding: 5px 10px 24px 10px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
/* firefox */
html>body #content {
	width: 610px;
	z-index: 0;
}
/* IE */
* html #content {
	height: 250px;
}

a:hover {
	color: #000000;
}
a {
	color: #6600ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	text-align: center;
}
#right {
	text-align: right;
}
/* LOGO ON LEFT UP CORNER */
#logo {
	left: 20px;
	top: 5px;
	padding-bottom:10px;
	position:relative;
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	height: 120px;
}

/** MENU SETTINGS **/
ul {
	margin: 0;
	padding: 0;
	z-index: 10;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

/* End */

 ul ul,
 ul li:hover ul ul,
 ul ul li:hover ul ul,
 ul ul ul li:hover ul ul,
 ul ul ul ul li:hover ul ul
{display: none;}

 ul li:hover ul,
 ul ul li:hover ul,
 ul ul ul li:hover ul,
 ul ul ul ul li:hover ul,
 ul ul ul ul ul li:hover ul
{display: block;}


	


/** SPECIFIC PAGES **/

/**MAIN**/
#events {
	left: 0px;
	position: relative;
	background-image: url('images/cromilogo.jpg');
	background-repeat: no-repeat;
	padding-left: 280px;
	margin-left: 40px;
	height: 155px;
}
#newsimage {
	left: 0px;
	position: absolute;
	padding-left: 360px;
	margin-top: 100px;
}
#newsimage1 {
	width: 200px;
}
#events h2 {
	margin-left: 110px;
	text-align: left;
}
/* IE */
* html #events h2 {
	margin-left: 50px;
}

.event, .sailing {
	margin-bottom: 5px;
}

#years {
	text-align: center;
}
.center {
	text-align: center;
}

#news {
	position: relative;
	width: 325px;
}

#news h2 {
	margin-left: 110px;
	text-align: left;
}
/* IE */
* html #news h2 {
	margin-left: 105px;
}

.newspiece {
	margin-bottom: 10px;
	padding: 5px;
}

.newstopic {
	font-weight: bold;
}

.newscontent {
	margin-top: 5px;
}
.select {
	z-index:-1;

}