html, body {
	margin:	0px;	
}

body {
	background:		center url(images/back-content.png);
}

#page {
	margin:			0 auto;
	width:			990px;
	background:		url(images/content-back.jpg);
}

#top {
	height:	274px;
	width:	990px;
	
	background:	url(images/top.jpg);
}

#top ul {
	margin:		0 0 0 0;
	padding:	130px 0 0 80px;
	list-style-type:	none;
}

#top ul li {
	float:		left;
}

#top ul li a {
	display:	block;
	height:		80px;
	width:		240px;
	
	
	margin:		0 4px 0 0;
}

#top ul li a.m-1:hover {
	background:	url(images/menu-1-ho.jpg);
}

#top ul li a.m-2:hover {
	background:	url(images/menu-2-ho.jpg);
}


#top ul li a span {
	display:	none;
}

#content-wrapper {
	background:	17px 0px url(images/content-top-back.jpg) no-repeat;
}

#content-wrapper .content {
	float:		left;
	width:		450px;
	margin:		0 0 70px 120px;
	padding:	0 50px 0 0;
	
	color:			#675050;
	font-family:	"Trebuchet MS";
	font-size:		14px;
	line-height:	24px;	
}

* html #content-wrapper .content {
	margin:		20px 0 0 60px;	
}

#content-wrapper .content h1 {
	font-family:	Georgia;
	color:			#4b4b4b;
	font-size:		30px;
	font-weight:	normal;
	font-style:		italic;
}

#content-wrapper .content .smartie-thumbnail {
	border:		1px dashed #CCC;
}

#content-wrapper .content img {
	border:		9px solid #FFF;	
}

#content-wrapper .content form ul {
	border:		none;
	background:	none;
	
	margin:		0;
	padding:	0;
}

#content-wrapper .content form ul li {
	border:		none;
	
	margin:		0 0 15px 0;
	padding:	0;
}

#content-wrapper .content form ul li input, #content-wrapper .content form ul li textarea {
	padding:	8px;
	border:		none;	
	background:	#ae2d00;
	color:		#FFF;
	width:		400px;
	
	font-family:	"Trebuchet MS";
	font-size:		18px;
}

#content-wrapper .content form ul li input.sub {
	background:	#959595;
	width:		auto;
	padding:	8px 20px 8px 20px;
	text-transform:	none;
}

#content-wrapper .widgets {
	float:		left;
	width:		360px;
	margin:		0 -10px 0 0;
}

#content-wrapper .widgets .contact {
	width:	355px;
	height:	405px;
	background:	-4px 0 url(images/contact.jpg) no-repeat;
}

#content-wrapper .widgets .contact ul {
	list-style-type:	none;
	margin:		0;
	padding:	190px 0 0 30px;
}

#content-wrapper .widgets .contact ul a {
	display:	block;
	width:		300px;
	height:		70px;
	margin:		0 0 30px 0;
}

#content-wrapper .widgets .contact ul a span {
	display:	none;
}

#footer {
	margin:			0 auto;
	height:			345px;
	width:			990px;
	background:		center url(images/footer.jpg) no-repeat;
	
}

#footer .content {
	padding:		50px 0 0 100px;
}

#footer .content .kaubeu {
	display:	block;
	width:		360px;
	height:		180px;
}

#footer .content .kaubeu span {
	display:	none;
}

