@charset "utf-8";
@import url("../webfonts/Arapey/stylesheet.css");
html {
	height: 100%;
}
.wrapper {
	height: 100%;
	width: 100%;
	position: relative;
}

body {
	background-image: url(../images/tmcc_campus.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	height: 100%;
}
.container {
	float: left;
	width: 600px;
	background-color: rgba(241,91,37,1);
	margin-top: -8px;
	margin-left: -8px;
	margin-bottom: 0px;
	box-shadow: 5px 5px 18px rgba(50,50,50,1);
	height: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.container header {
	width: 90%;
	margin-top: 30px;
	padding-left: 50px;
}
.container .left {
	width: auto;
	margin-top: 40px;
	padding-left: 50px;
	padding-bottom: 0px;
	float: none;
	clear: none;
}
nav {
	float: left;
	list-style-image: none;
	list-style-type: none;
}
nav ul {
	text-decoration: none;
	text-align: left;
	letter-spacing: 6px;
	list-style-type: none;
	list-style-image: none;
	margin-left: -30px;
}
nav ul li {
	display: block;
	height: auto;
	float: none;
	clear: none;
}
nav ul li a {
	display: block;
	font-family: Arapey;
	text-decoration: none;
	color: #FDDFD3;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 21px;
}
nav ul li a:hover {
	color: rgba(167,49,35,1.00);
	font-family: Arapey;
}
.container .footer {
	height: 139px;
	position: absolute;
	bottom: 30px;
	width: 189px;
	padding-left: 55px;
	padding-bottom: 30px;
}
.right {
	float: left;
	width: 450px;
	height: 750px;
	background-color: #FDDFD3;
	box-shadow: 5px 5px 18px rgba(50,50,50,1);
	text-align: justify;
	text-indent: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arapey;
	font-size: 14px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	margin-left: 4%;
	margin-top: 8%;
}
.right ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	float: none;
}
.right ul li {
	width: 150px;
	height: 150px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 18px;
	padding-bottom: 30px;
	float: left;
}
shim {
	clear: both;
}
