body {
	background-color: #00245E;
	margin: 0px;
	padding: 0px;
	height: 100%
}

#content { 
	height:100%; 
	width:100%; 
} 

.table-frame {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 780px;
}

.row-header {
	height: 137px;

}
.row-content {
	height: 100%;
}

.columns {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.column-left {
	height: 100%;
	width: 22px;
	background-color: #B46D01;
}
 
.column-menu {
	height: 100%;
	width: 144px;
	background-image: url(../images/bg_menu_column.jpg);
}

.column-content {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg_content_column.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
 
.column-right {
	height: 100%;
	width: 22px;
	background-color: #B46D01;
}

.table-course {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px none black;
	border-left: 1px none black;	
}

.table-course td {
	border-top: 1px none black;
	border-right: 1px none black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

.td-padding {
	padding-right: 30px;
}
