body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: rgb(145,205,255);
}

form {
	margin: 0px;
}

input {
	margin-bottom: 8px;
}

div#main {
	width: 770px;
	margin: 0px auto;	/* To centre divs in Moz and others */
	text-align: center;	/* To centre divs in IE */
}

#header {
	min-height: 119px;
	max-height: 119px;
}

a {
	color: rgb(255,175,245);
	text-decoration: underline;
}

a:hover {
	color: rgb(255,175,245);
	text-decoration: underline;
}

table#mainTab {
	width: 770px;
}

div#content {
	width: 770px;
	min-height: 316px;
	max-height: 316px;
	height: 316px;
	background-repeat: no-repeat;
	background-position: right;
}

img {
	border: 0px;
}

img.imgLinks {
	display: block;
}

div#mainTxt {
	width: 200px;
	margin-top: 38px;
	margin-left: 30px;
	padding: 0px;
	text-align: left;
}

div#bookTxt				{ margin: 0px; padding: 22px; }
div#bookTxt span		{ font-size: 8pt; }
div#bookTxt table		{ width: 100%; }
div#bookTxt table td	{ width: 50%; vertical-align: top; }


table#whatTab td {
	margin: 0px;
	padding: 22px;
}

div.whatTxt {
	text-align: justify;
	font-size: 10px;
	width: 150px;
}

div.whatTxt h5 {
	font-size: 10px;
	font-style: bold;
	color: rgb(255,175,245);
	margin-top: 10px;
	margin-bottom: 10px;
}



#footer {
	background-image: url("/gfx/ft_bg.jpg");
	min-height: 53px;
	max-height: 53px;
	height: 53px;
}

div#ftMenu {
	position: relative;
	top: 22px;
}