body {
	background: #232120 url(img/bg_main.jpg) repeat-x;
	color: #FDFCFB;
	font: 69% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* LAYOUT */

div#wrap {
	margin: 0 auto;
	width: 775px;
}

div#header {
	height: 169px;
	padding-top: 39px;
}

div#content {
	clear: left;
	padding: 33px 97px 0 157px;
}

div#footer {
	border-top: 1px #FDFDFD solid;
	margin: 40px 0 0 0;
	padding: 5px 0;
	text-align: center;
}

/* MAIN MENU */

ul#mainmenu {
	float: left;
	display: inline; /* fix ie double margin bug */
	list-style: none;
	margin: 24px 0 21px 317px;
	padding: 0;
}

ul#mainmenu li {
	float: left;
	text-align: center;
}

ul#mainmenu li a {
	color: #333;
	display: block;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	line-height: 48px;
	text-decoration: none;
}
 
li#mm-yritys a {
	background: url(img/bg_mainmenu1.jpg) no-repeat;
	width: 156px;
}

li#mm-yritys a:hover {
	background: url(img/bg_mainmenu1_over.jpg) no-repeat;
}

li.yritysselected a {
	background: url(img/bg_mainmenu1_over.jpg) no-repeat !important;
}

li#mm-palvelut a {
	background: url(img/bg_mainmenu2.jpg) no-repeat;
	width: 154px;
}

li#mm-palvelut a:hover {
	background: url(img/bg_mainmenu2_over.jpg) no-repeat;
}

li.palvelutselected a {
	background: url(img/bg_mainmenu2_over.jpg) no-repeat !important;
}

li#mm-yhteys a {
	background: url(img/bg_mainmenu3.jpg) no-repeat;
	width: 157px;
}

li#mm-yhteys a:hover {
	background: url(img/bg_mainmenu3_over.jpg) no-repeat;
}

li.yhteysselected a {
	background: url(img/bg_mainmenu3_over.jpg) no-repeat !important;
}

/* HEADERS */

h1, h2, h3 {
	color: #96B409;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-weight: normal;
	font-size: 2.2em;
	margin-bottom: 20px;
}

h2 {
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 10px;
}

h3 {
	font-weight: normal;
	font-size: 1em;
}

/* LINKS */

a {
	color: #AAC523;
	text-decoration: none;
}

div#header h1 a {
	background: url(img/bg_logo.jpg) no-repeat;
	display: block;
	height: 135px;
	margin-left: 320px;
	overflow: hidden;
	text-indent: -9999px;
	width: 148px;
}

/* TEXTS */

p {
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}