body {
	font-family: Skia, Geneva, Arial, Helvetica, sans-serif;
	border:0 none;
	margin:0;
	background: #f1e0ea url(images/bg.png) no-repeat fixed 802px 30px;
}
 img.heik {
	border: thin dotted #660000;
	margin: 2px;
	padding: 2px;
 }

/* start layout */
	
#wrapper {
	height: 900px;
	width: 802px;
	background: url(images/wrapper-bg.png) no-repeat fixed left 111px;
	}
	
#sidebar {
	float:left;
	width: 267px;
	height: 800px;
	background-image: url(images/projektyle3.png);
	background-repeat: no-repeat;
}

#header {
	float:right;
	width: 535px;
	height: 111px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#nav {
	float: right;
	width:535px;
	background-image: url(images/nav-back.png);
	background-repeat: no-repeat;
	height: 142px;
}

#content-outer {
	float: right;
	width: 535px;
	background-image: url(images/content-back.png);
	background-repeat: no-repeat;
}

#content {
	padding: 20px 10px 0 50px;
	min-height: 500px;
}

#footer-outer {
	background-image: url(images/footer-img.png);
	background-repeat: no-repeat;
	float: right;
	width: 535px;
	height: 58px;
	background-position: right top;
}

#footer {
	clear:both;
	float: right;
	width: 535px;
	text-align: center;
	padding-top:10px;
	font-variant: small-caps;
	font-size: 0.8em;
}

/* end layout */

/* primary navigation */

ul#primary {
	list-style-type:none;
	margin-left: 320px;
	padding-top:20px;
}

ul li#service a.nav {
	display: block;
	list-style-type:none;
	height:35px;
	width:171px;
	background: transparent url(images/nav-image.png) no-repeat 0 0;
    }

ul li#clients a.nav {
	display: block;
	list-style-type:none;
	height:35px;
	width:171px;
	background-image: url(images/nav-image.png);
	background-repeat: no-repeat;
	background-position: 0 -35px;
	background-color: transparent;
    }
	
ul li#more a.nav {
	display: block;
	list-style-type:none;
	height:35px;
	width:171px;
	background-image: url(images/nav-image.png);
	background-repeat: no-repeat;
	background-position: 0 -70px;
	background-color: transparent;
    }

	
ul li#service a:hover {
	width:171px;
	background-position: -171px 0;
	}

ul li#clients a:hover {
    width:171px;
	background-position: -171px -35px;
	}
	
ul li#more a:hover {
	width:171px;
	background-position: -171px -70px;
	}

/* end primary nav */

h1 {
	color:#993333;
	font-size: 1em;
	font-weight: bolder;
}

h2
	{
	color:#CC6666;
	font-size: 1em;
	font-weight: bolder;
}

h3 {
	color:#666666;
	font-size: .9em;
}

h4
	{
	color:#CC99CC;
	font-size: 12px;
}

p
{
	color:#000000;
	font-size: 0.8em;
	line-height: 1.5em;
}

.bold
{
	font-weight: bold;
}

li.client
{
	list-style-type: none;
	font-size: .8em;
	line-height: 1.5em;	
	
}


a:link {
	color:#CC3399;
	background-color: #F8F0FF;
	text-decoration: none;
}

a:active
{
	color:#A20000;
	background-color: #F8F0FF;
	text-decoration: none;
}
a:hover
{
	color:#A20000;
	background-color: #F8F0FF;
	text-decoration: none;
}
a:visited
{
	color:#A20000;
	background-color: #F8F0FF;
	text-decoration: none;
}