.page_container {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 650px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #FAF0E6;
}
.top_banner {
	background-image: url(../images/top_banner.jpg);
	text-align: center;
	float: left;
	height: 115px;
	width: 765px;
	margin-right: auto;
	margin-left: 15px;
	margin-top: 5px;
}
.tmcc_logo {
	background-image: url(../images/tmcc_logo.png);
	height: 625px;
	width: 155px;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
}
.navigation {
	background-image: url(../images/tabs.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	height: 42px;
	width: 755px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.content {
	text-align: left;
	height: 445px;
	width: 715px;
	float: left;
	margin-left: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/tab_1.png);
	background-repeat: no-repeat;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.instructor_content {
	text-align: left;
	height: 445px;
	width: 715px;
	float: left;
	margin-left: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../images/tab_4.png);
	background-repeat: no-repeat;
}

.gallery_content {
	text-align: center;
	height: 445px;
	width: 715px;
	float: left;
	margin-left: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../images/tab_5.png);
	background-repeat: no-repeat;
}

.degree_content {
	text-align: left;
	height: 445px;
	width: 695px;
	float: left;
	margin-left: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-image: url(../images/tab_3.png);
	background-repeat: no-repeat;
}

.class_content {
	text-align: left;
	height: 440px;
	width: 730px;
	float: left;
	margin-left: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-image: url(../images/tab_2.png);
	background-repeat: no-repeat;
}

.navigation img {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 1px;
}
a {
	color: #00F;
}
