body {
	margin : 0px;
	background : #CCCC99;
}

#container {
	width : 770px;
	background : url('../images/layout/bg.gif') repeat-y center;
}

body, td {
	font-size : 10pt;
	line-height : 150%;
}

#header {
	background-image : url('../images/layout/header.jpg');
	height : 132px;
	width : 770px;
	position : relative;
	display : block;
}

#bookSession {
	display : block;
	position : absolute;
	bottom : 13px;
	left : 55px;
}

#headerHome {
	display : block;
	position : absolute;
	bottom : 15px;
	left : 445px;
	height : 75px;
	width : 245px;
}

#footer {
	background-image : url('../images/layout/footer.jpg');
	height : 98px;
	text-align : center;
	color : #fff;
}

#footer a {
	color : #fff;
}

a {
	color : #69670E;
}

#nav {
	background-color : #E5E5CC;
	border-bottom : 1px solid #A7A67B;
}

img {
	border : none;
}

h1 {
	margin-bottom : 5px;
}

h2 {
	color : #69670E;
	font-size : 18px;
	font-family : arial, helvetica, sans-serif;
	margin-bottom : 0px;
}

.back {
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
}