body {
	margin: 0;
	padding: 0px;
}

#page  {
	margin: 0 auto;
	width: 827px;

}

/* Header
------------------------------- */
#header {
	margin: 0px auto;
	width: 827px;
	height: 332px;
	background: url('../images/header.jpg') no-repeat;
}

#header img {
	display: block;
}

/* Top navigation
------------------------------- */
#top_nav {
	margin: 0;
	padding-left: 117px;
	width: 810px;
	height: 46px;
	text-align: left;
	font-size: 1.636em;	
}

#top_nav ul,
#top_nav ul li {
	margin: 0px;
	padding: 0px;
	height: 46px;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	
}

#top_nav ul li {
	float: left;
	margin-right: 4px;
}

#top_nav ul li span {
	display: block;
	padding-left: 20px;
	height: 46px;
	line-height: 46px;
}

#top_nav ul li span a {
	display: block;
	padding-right: 20px;
	height: 46px;
}


#top_nav ul li.active {
	background: url('../images/menu-item-bg-right.png') no-repeat top right;
}

#top_nav ul li.active span {
	background: url('../images/menu-item-bg-left.png') no-repeat top left;
}


#top_nav a:link,
#top_nav a:visited {
	color: white;
	text-decoration: none;
}


#top_nav a:hover,
#top_nav a:focus {
	color: white;
	text-decoration: underline;
}

#top_nav a:active {
	color: white;
	text-decoration: underline;
}

/* Main
------------------------------- */
#main {
	margin-top: 9px;
	width: 827px;
	overflow1: auto;
	background: url('../images/main-bg.png') repeat-y top left;
}

#main-inner {
	overflow: auto;
	padding: 28px 0px 28px 0px;
	background: url('../images/main-bg-top.png') no-repeat top left;
	
}


/* Left sidebar
------------------------------- */
#sidebar-left {
	float: left;
	margin-left: 0px;
	margin-right: -295px;
	width: 295px;
	
}


/* Content
------------------------------- */
#content {
	float: left;
	margin-left: 295px;
	margin-right: -827px;
	width: 532px;

}
#content-inner {
	padding: 0 10px;

}

body.no-padding #content {
	padding-left: 0px;
	width: 998px;
}

	
#content img {
	margin: 10px;
}

#content img[align=left] {
	margin: 0px 10px 10px 0px;
}

#content-top {
	margin-left: 10px;
	width: 950px;

}
/* Footer
------------------------------- */
#footer  {
	clear: both;
	padding: 30px 0px 30px 0px;
	text-align: center;
	background: url('../images/main-bg-bottom.png') no-repeat top left;
	
	color: #cecece;
}

#footer a,
#footer a:link,
#footer a:visited  {
	color: #e2e2e2;
	text-decoration: none;
}

#footer a:hover  {
	color: white;
	background: none;
	text-decoration: underline;
}

/* Common
------------------------------- */
.error {
	color: red;
	font-weight: bold;
}

.clear {
	clear: both;
}

iframe {
	border: none;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: center;
}

.text-right {
	text-align: right;
}
.text-underline {
	text-decoration: underline;
}

.text-bold {
	font-weight: bold;
}


img.float-left {
	float: left;
}

/* Forms
------------------------------------ */


/* Pages
------------------------------------ */		
.zhanna-info {
	font-size: 1.272em;
	color: #628326;
}

.zhanna-name {
	font-size: 1.286em;
}


/* Testimonial
------------------------------------ */		
.testimonial {
	margin: 1em auto;
	width: 486px;
	background: url('../images/testimonial-bg.png') repeat-y top left;
}

.testimonial .testimonial-inner {
	background: url('../images/testimonial-bg-top.png') no-repeat top left;
}

.testimonial .content {
	padding: 15px 0 0 0;
	background: url('../images/testimonial-bg-bottom.png') no-repeat bottom left;
}

.testimonial .content-inner {
	margin-left: 10px;
	padding: 0px 25px 18px 85px;

	
	background: url('../images/testimonial-bg-quote.png') no-repeat top left;
}

.testimonial h2 {
	margin: 0;
	margin-left: 20px;
	padding-top: 5px;
}

.testimonial .person {
	text-align: right;
	font-weight: bold;
	font-size: 0.9091em;
	color: #93320b;
}




