html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

body.main {
	background: url(../img/girl.jpg) no-repeat 0 155px;
}

a:hover { color: #C40D42; }

.container {
	min-height: 100%;
}
* html .container { height: 100%; }
.main .container {
	padding-left: 586px;
	width: auto;
	margin: 0;
}
.container {
	width: 833px;
	margin: 0 auto;
}

/* {{{ header */
.header {
	position: relative;
}
.main .header {
	padding-bottom: 50px;
}
.header h1 {
	padding: 0;
	margin: 0 0 55px 0;
	color: #300;
	font: normal 20px "Century Gothic", Verdana, Helvetica, sans-serif;
}
.main .header h1 {
	margin-bottom: 80px;
	font-size: 33px ;
}
.header h1 strong {
	color: #C40D42;
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.main .header h1 strong {
	font-size: 22px;
}
.lang {
	margin: 0 0 20px 0;
	padding: 20px 5px 0 0;
	list-style: none;
	text-align: right;
	background: url(../img/ext.gif) no-repeat 100% 0;
}
.main .lang {
	background-position: 0 0;
	padding: 30px 0 0 8px;
	margin-bottom: 80px;
	text-align: left;
}
.lang li {
	display: inline;
	color: #8C7A7F;
	font: 12px "Century Gothic", Verdana, Helvetica, sans-serif;
}
.lang a {
	font-size: 15px;
	color: #020000;
	text-decoration: none;
}

.main-menu, .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	position: absolute;
	right: 0;
	top: 68px;
}
.main .main-menu {
	text-align: left;
	position: static;
}
.main-menu li {
	font-size: 14px;
	display: inline;
	margin-left: 27px;
}
.main .main-menu li {
	font-size: 16px;
	line-height: 200%;
	display: block;
	margin-left: 0;
}
.main-menu a {
	color: #5D5A59;
	text-decoration: none;
}
.main-menu a:hover, .sub-menu a:hover {
	color: #300;
}
.main-menu .current, .sub-menu .current {
	color: #C40D42;
}
.sub-menu {
	top: 114px;
}
.sub-menu li {
	font-size: 12px;
	display: inline;
	margin-left: 4px;
}
.sub-menu a {
	color: #8C7A7F;
	text-decoration: none;
}
/* }}} header */

/* {{{ content */
.content {
	padding-bottom: 80px;
	width: 621px;
	margin: 0 auto;
	font: 15px "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #423D3C;
	line-height: 170%;
}
.content h1 {
	color: #C40D42;
	font: 27px "Century Gothic", Verdana, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}
.content p {
	margin: 10px 0;
}

ul.styled {
	margin-left: 16px;
	list-style: none;
	padding: 0;
}
ul.styled li {
	list-style: none;
	padding-left: 12px;
	background: url(../img/bul1.gif) no-repeat 0 12px;
}

.hr {
	background: url(../img/dotted.gif) repeat-x bottom;
	margin: 30px 0;
	height: 1px;
	font-size: 0;
}
.hr hr { display: none; }

.gallery-wrapper {
	margin-top: -35px;
}
.gallery {
	margin: 17px 0;
}
.gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
html>body .gallery ul { overflow: hidden; }
* html .gallery ul { height: 1%; }

.gallery li {
	width: 100px;
	padding: 0 30px 30px 0;
	float: left;
}
/* .gallery li.first { text-align: left; } */
.gallery li.last { width: 101px; text-align: right; padding-right: 0; }
.gallery ul.last li { padding-bottom: 0; }
.gallery img { vertical-align: top; }

.nav {
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
	width: 57px;
}
html>body .nav { overflow: hidden; }
* html .nav { height: 1%; }
.nav li {
	float: left;
}
.prev, .next {
	display: block;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../img/buttons.gif);
	background-repeat: no-repeat;
	font-size: 0;
	overflow: hidden;
}
.next {
	margin-left: 23px;
}
a.prev { background-position: 0 -17px; }
b.prev { background-position: 0 0; }
a.next { background-position: -17px -17px; }
b.next { background-position: -17px 0; }

/* }}} content */

/* {{{ footer */
.footer {
	color: #8C8A89;
	width: 833px;
	margin: -65px auto 0;
	background: url(../img/dotted.gif) repeat-x top;
	padding-top: 20px;
	text-align: right;
}
.main .footer {
	width: auto;
	margin: -45px 0 0;
	background: none;
	padding: 0 0 0 586px;
	text-align: left;
}
/* }}} footer */