@CHARSET "UTF-8";

/* 1 */
html, body {
	min-height: 653px;
}

/*\*/ * html html {height: 653px;} /**/
/*\*/ * html body {height: 653px;} /**/

body {
	position: relative;
	background: #dbdbdb url(/images/bg-secondary.jpg) no-repeat scroll center top;
}

/* 10 */
.nav {
	margin-left: 237px;
}

/* 20 */
.nav .homeLink {
	width: 62px;
	height: 24px;
	padding-right: 10px;
	background: transparent url(/images/nav_08.jpg) no-repeat scroll right top;
}

.nav .newsLink {
	width: 152px;
	height: 24px;
	padding-right: 9px;
	background: transparent url(/images/nav_10.jpg) no-repeat scroll right top;
}

.nav .booksLink {
	width: 78px;
	height: 24px;
	padding-right: 9px;
	background: transparent url(/images/nav_12.jpg) no-repeat scroll right top;
}

.nav .socialLink {
	width: 90px;
	height: 24px;
	padding-right: 125px;
	background: transparent url(/images/nav_14.jpg) no-repeat scroll right top;
}

/* 100 */
#wrapper {
	height: 653px;
}

#logo {
	margin: 0 auto;
	width: 584px;
	height: 114px;
}

#main {
	line-height: 1.5em;
	position: relative;
}

#footerWrapper {
	width: 100%;
}

#footer {
	height: 30px;
	width: 953px;
	margin: 0 auto;
}

#designCompany {
	float: right;
	font-size: 1em;
}

/* 101 */

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/* 102 */
html > body #wrapper {
	height: auto;
	min-height: 653px;
}

