body{
	background-color:#29166F;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height: 150%;
}

body a, body a:hover, body a:visited, body a:link{
text-decoration:none;
color:#FFFFFF;
}

.container {
	width:800px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	color: #FFFFFF;
	background: transparent;
}

.header {
	width:800px;
	height:180px;
	background-image:url(../img/header.jpg);
	z-index: 2;
	background-color: #29166F;
	position: relative;
}


.header1 {
	z-index: 1;
	background-color: #29166F;
	position: absolute;
	font-size: 6px;
	width: 800px;
}

.infoline {
	width:650px;
	height:auto;
	margin-left: 135px;
	margin-top: 100px;
	position: absolute;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	z-index: 2;
}

.navbar {
	width:650px;
	height:auto;
	margin-left: 135px;
	margin-top: 130px;
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 2;
	
}

.navglobal ul {
	float:right;
	font-weight:normal;
	z-index: 2;
}	

.navglobal li {
	display:inline;
	list-style:none;
	z-index: 2;
}

.navglobal li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-size:130% !important /*Non-IE6*/;
	font-size:120% /*IE6*/;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8E86B7;
	margin-left: 6px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	z-index: 2;
}

.navglobal a:hover,  .navglobal li a#select
{
	text-decoration:none;
	color:#FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	z-index: 2;
}

.foot {
	font-size:80% !important /*Non-IE6*/;
	font-size:70% /*IE6*/;
	text-align:center;
	margin-top: 10px;
}
.foot a{
text-decoration:none;
color:#FFFFFF;
}
.foot a:hover{
text-decoration:none;
color:#FFFFFF;
}


.content{
	background-image: url(../img/content.jpg);
	background-repeat: repeat-y;
	padding-right: 70px;
	padding-left: 70px;
	text-align: center;
}

.content h1{
	font-size:150% !important /*Non-IE6*/;
	font-size:140% /*IE6*/;

}




.valid{
	text-align:center;
	margin-top: 10px;

}
.valid a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	

}
.valid a:hover img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	

}

.decor {
	background-image: url(../img/line.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 800px;	
}


.book {
	width:520px;
	margin-right: auto;
	margin-left: auto;
}

.name {
	width:298px;
	float:left;
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	color: #29166F;
	border: 1px solid #FFFFFF;
}

.time {
	width:198px;
	float:right;
	text-align:right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	color: #29166F;
	border: 1px solid #FFFFFF;
}

.message {
	text-align:left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
}


.nonvisible {
	color: #666666;}
	
	
	
.bookleft {
	width:250px;
	float:left;
	text-align: left;
}

.bookright {
	width:250px;
	float:right;
	text-align:right;
}	


.bookhead {
	width:500px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}


.bookmsg {

}