body {
	margin: 0px;
	padding: 0px;
}
#content {
	height: 400px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding: 15px;
	border: 1px solid #00FF00;
}
#banner {
	width: 100%; /* We are going to center this design */
	min-width:780px;
	text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */
	margin-top: 0;
	padding-top: 5px;
	background-image: url(../images/header01_01.jpg);
	height: 105px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: left 5px;
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 34px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 150px;
	font-weight: bold;
	float: left;
}

#layout {
	width: 75%; /* We are going to center this design */
	min-width:780px;
	min-height:780px;
	text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	z-index: 2;
	position: relative;
	overflow:hidden;
	border: 1px solid #000000;
	background-color: #FFF;
}
#menu-bar {
	padding-top:0px;
	width: 100%;
}
#menu-bar ul {
	padding:              5px;
    margin: 0 auto;
    list-style: none;
    display: table;
    white-space: nowrap;
}
#menu-bar li {
	float:                left;
	list-style-type:      none;
	height:30px;
	display: block;
}
#menu-bar a {
	float:                left;
	display: block;
	height:22px;
	padding-top:8px;
	padding-left:35px;
	text-decoration: none;
	margin-right: 9px;
	margin-left: 9px;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C60;
	text-transform: uppercase;
	outline:none;
}
#menu-bar .menu-home {
	background-image: url(../images/home_up.gif);
}
#menu-bar .menu-home:hover{
	background-image: url(../images/home_down.gif);
}
#config #menu-bar .menu-home,
#menu-bar .menu-home:active{
	background-image: url(../images/home_down.gif);
}
#menu-bar .menu-book {
	background-image: url(../images/book_up.gif);
}
#menu-bar .menu-book:hover{
	background-image: url(../images/book_down.gif);
}
#config #menu-bar .menu-book,
#menu-bar .menu-book:active{
	background-image: url(../images/book_down.gif);
}
#menu-bar .menu-config {
	background-image: url(../images/config_up.gif);
}
#menu-bar .menu-config:hover{
	background-image: url(../images/config_down.gif);
}
#config #menu-bar .menu-config,
#menu-bar .menu-config:active{
	background-image: url(../images/config_down.gif);
}
#menu-bar .menu-exit {
	background-image: url(../images/exit_up.gif);
}
#menu-bar .menu-exit:hover{
	background-image: url(../images/exit_down.gif);
}
#menu-bar .menu-exit:active{
	background-image: url(../images/exit_down.gif);
}
#menu-bar .menu-user {
	background-image: url(../images/user_up.gif);
}
#menu-bar .menu-user:hover{
	background-image: url(../images/user_down.gif);
}
#menu-bar .menu-user:active{
	background-image: url(../images/user_down.gif);
}

.col1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	height:680px;
	margin: 0px;
}
.col2{
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
	min-height:780px;
	margin: 0px;
}
.col2 ul {
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.col2 li {
	padding-bottom: 5px;
}

.col1Heading {
	background-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}
.col2Heading {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}

.table-layout {
	margin: 0px;
	padding: 0px;
}

