/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1;
	padding: 0px;
	margin-top: 4px;
	text-align:center;
}

html>body {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-top: 4px;
	height: 100%;
}

#psi_main {
	width:730px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	/*background-repeat: no-repeat;
	background-position: left bottom;*/
	}

html>body div#psi_main {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	}

/* TOP SECTION ------------------------------------------------------ TOP SECTION */
	
#top {
	height: 87px;
	margin: 0px 0px -5px 0px;
	padding: 0px;
	}

html>body div#top {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin: 0px;
	}	
	
#left_top {
	width: 271px;
	height: 87px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#right_top {
	width: 459px;
	height: 87px;
	float: right;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	}	

#right_top ul {
	margin: 30px 0px 30px 0px;
	}

#right_top a {
	color: #FFFFFF;
	font-size: 10px;
	vertical-align: center;
	font-weight: bold;
	text-decoration: none;
	}

#right_top a:hover {
	/* text-decoration: underline; */
	color: #CFD2E0;
	}


#right_top table {
	width: 450px;
	margin: 20px 0px 20px 0px;
	}

#right_top td {
	width: 55px;
	text-align: center;
	}
	
/* MAIN SECTION ------------------------------------------------------ MAIN SECTION */

#main {
	width:725px;
	background-color: #CFD2E0;
	border-left: 5px solid #FFFFFF;
	z-index: 100;
	height:100%;
	float: left;
	}

html>body div#main {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	}

/* LEFT BAR ------------------------------------------------------ LEFT BAR */

#left_bar {
	float: left;
	width:110px;
	background-color: #CFD2E0;
	border-top: 5px solid #FFFFFF;
	height: auto;
	}

html>body div#left_bar {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	height:100%;
	}

#left_bar table {
	width: 100px;
	margin: 0px 0px 0px 0px;
	}

#left_bar td {
	height: 75px;
	text-align: center;
	padding: 12px 0px 0px 0px;
	}



/* CONTENT SECTION ------------------------------------------------------ CONTENT SECTION */

#container {
	background-color: #FFFFFF;
	z-index: 1000;
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 5px solid #FFFFF;
	float: right;
	width: 610px;
	padding-left: 5px;
	margin: 0px;
	}

#content {
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 0px;
	min-height: 400px;
	}	

html>body div#container {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	height: 100%;
	}
	
html>body div#content {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	height: auto;
	}
 
#content p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 20px 40px 0px 10px;
	text-align: left;
	}

#content a {
	color: #0D1F61;
	font-weight: bold;
	text-decoration: none;
	}

#content table {
	}

#content tr {
	vertical-align: top;
	}

#content td {
	background-color: #CFD2E0;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	margin: 1px;
	padding: 3px 5px 3px 5px;
	}

#content a:hover {
	/* text-decoration: underline; */
	color: #A60F38;
	}

#wraparound {
	float: right;
	height: 285px;
	width: 305px;
	}

/* BOOKS N TAPES  ------------------------------------------------------ BOOKS N TAPES */

#books {
	float: right;
	background-color: #CFD2E0;
	width: 610px;
	height: 135px;
	margin: 15px 0px 0px 0px;
	}

#books table {
	width: 600px;
	margin: 5px 0px 5px 0px;
	}

#books td {
	width: 100px;
	text-align: center;
	}

#tapes {
	float: right;
	background-color: #CFD2E0;
	width: 610px;
	height: 65px;
	margin: 5px 0px 5px 0px;
	}

#tapes table {
	width: 600px;
	margin: 5px 0px 5px 0px;
	}

#tapes td {
	width: 200px;
	text-align: center;
	}

#tapes td a:hover {
	background-color: #FFFFFF;
	}

/* BOTTOM SECTION ------------------------------------------------------ BOTTOM SECTION */

#bottom {
	width: 730px;
	height: 35px;
	padding: 0px;
	background-color:#0D1F61;
	z-index: 10000;
	clear: both;
	margin: 0px;
	}

#bottom p {
	padding: 22px 5px 2px 5px;
	text-align: right;
	}

#bottom a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	}

#bottom a:hover {
	/* text-decoration: underline; */
	color: #CFD2E0;
	}

html>body div#bottom {
/* Correct value for browsers that don't suffer from IE Win's bugs */
	}
