
body { 
	font-family: Georgia, sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #000;
	background: url("kirppisparatiisi_bg.jpg");
	background-color: #b96e32;
	margin: 0px 0 20px 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 0px 0px 0px 0px;
	color: #603;
	border: 0;
	border-top: 1px dotted #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {
color: #833f03;
font-weight:600;
font-size: 1.2em;
border-top: #bababa 1px solid;
border-bottom: #bababa 1px solid;
background-color: #f7f7f7;
padding-left: 0px;
}

table p {
margin-top: 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border: 0px solid #000;
}

#ylaosa {
	width: 800px;
	background: url("kirppisparatiisi_ylaosa.jpg") top left no-repeat;
	text-align: left;
	height: 170px;
	border: 0px solid #000;
}



#content { /* main content from the WYSIWYG goes in here */
	background: url("kirppisparatiisi_keskiosa_b.jpg") repeat-y;
	margin-left: 0px;
	margin-top:0px;
	text-align: left;
	border: 0px solid #000;
		height: auto;
}



#vasen {
	height: auto;
	width: 164px;
	margin-left: 0px;
	margin-top:0px;
	margin-right:0px;
	padding: 0px;
	text-align: left;
	border: 0px solid #000;
}

#oikea {
	width: 540px;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	border: 0px solid #000;
}


#footer {
	background: url("kirppisparatiisi_alaosa.jpg") top left no-repeat;
border: 0px solid #000;
	width: 800px;
	height: 52px;
}


#navContainer {
margin-left: 0px;
position: relative;
top:0px;
left:0px;
width: 164px;
clear:both;
border: 0px solid #000;
}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#nav {
	height: 1.68em;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0;
	padding: 0; 
	font-size: 14px;
	font-family: Georgia, sans-serif, Verdana, Arial, Helvetica;
	width: auto;
	position: relative;
}
#nav ul li {
float: left;
color: #fff;
text-align: center;
font-weight: normal;
background: url("kirppisparatiisi_navinappi.jpg") top left no-repeat;
width: 164px;
height: 42px;
padding: 11px 0px 0px 0px;
border: 0px solid #000;
}

#nav ul li a {
background: #;
padding: 2px 0 0 5px;
padding-bottom: 3px;
border-left: 0px solid #000;
border-right: 0px solid #000;
color: #fff;
text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
ackground: #d1d2d4;
border-color: #fff;
color: #000;
}

#nav li a:active, #nav ul li a.active {ackground: #d1d2d4; border-color: #fff; color: #000;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #; color: #000; border-bottom: 0px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #000; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


