/*  
Theme Name: ikistyle
Theme URI: http://www.ikivocal.com/
Description: ikistyle by tapani
Version: 1.0
Author: tapani
*/

html, body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	border: 0;
	color: #404040;
	padding-bottom: 30px;
}

body {
       background: #fbfbfb;

}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 18px;
}


p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 0px 0;
}

ul, ol {
	list-style: none;
}


a {
	color: #5cbdd5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 10 auto;
	border: 1px solid #999;
	background: url(images/ikiframe1.jpg) top left no-repeat;
	width:1024px;
	height: 730px;

	
}

#about{
	position: absolute;
	display: box;
	top: 283px;
	left:70px;
	width: 440px;
}

#tour{
	position:absolute;
	display: box;
	top: 447px;
	left:483px;
	width: 440px;
}

#links{
	font-family: 'georgia';
	color:#64615b;
	font-weight:bold;
	position:absolute;
	display: box;
	top: 524px;
	left:146px;
	width: 200px;
}

#links a{
	color:#926e9f;
}


