body {
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#container {
	margin:auto;
	width:762px;
}
#header {
	margin:auto;
	width:762px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
#footer {
	margin:auto;
	width:762px;
	color:#FFFFFF;
	margin-top: -30px;
	line-height: 120%;
	font-size:10px;
	clear: both;
}
#footer a {
	color:#FFFFFF;
}
#logo {
	width:286px;
	height:90px;
	float:left;
}
#contacts {
	width:340px;
	text-align:right;
	float:right;
	padding-right: 50px;
}
#bookPanel {
	float:left;
	width:166px;
}
#mainContent {
	float:right;
	width:346px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-right: 150px;
	padding-top: 40px;
	height: 390px;
}
.blueText {
	color:#0E3765;
	font-size: 14px;
}
a.white {
	color:#FFFFFF;
}
.heading {
	font-size:12px;
	font-weight:bold;
}
