/*
WWW-sivut Ajorytmi
*/

body {
	margin: 0;
	padding: 0;
	background: #6A8C91 url(images/mainbg2vara.jpg) repeat-x;
	border-top: solid white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;

}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	color: #66FF99;
}

small {
}

hr {
	display: none;
}

img {
	border: 0px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 10px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 700px;
	height: 0px;
	margin: 0 auto;
}


/* Menu */

#menu {
	width: 885px;
	height: 23px;
	margin: 16px 20px 0px 130px;
	
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	background: url(images/img02.gif) no-repeat left center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #FFFFFF;
}

#menu a:hover {
	color: #EFE0C3;
	font-size: 90%;
}

#menu .active a {
	color: #990000;
}

/* Page */

#page {
	clear: both;
	width: 700px;
	margin: 0px 260px 0px auto;
	padding: 143px 190px 0 0;
	background: url(images/logoetusin.jpg) no-repeat;
}


#page a:hover {
	color: #66FF99;
	font-size: 90%;
}

#page .active a {
	color: #000000;
}
/* Splash */

#splash {
	width: 850px;
	height: 27%;
	padding: 5px 20px 5px 19px;
	border-bottom: solid black;
	border-right: solid black 1px;
	background: url(images/mainuusi.jpg) repeat;
}



/* Footer */

#footer {
	clear: both;
	height: 6px;
	padding-top: 8px;
	padding-right: 260px;
	background:#6A8C91;
	color: #666666;
}

#footer p {
	margin: 0px;
	text-align: right;
	font-size: 100%;
}

#footer a {
	color: #666666;
}
