@charset "utf-8";
/* CSS Document */

#top {
	background-color: #224c8e;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 100%;
	background-image: url(images/tbg1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e17127;
	position: fixed;
	z-index: 999999;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #fafafa;
}
#logo {
	padding: 0px;
	float: left;
	height: 117px;
	width: 318px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#college {
	padding: 0px;
	float: left;
	height: 120px;
	width: 600px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#announce {
	float: right;
	background-image: url(images/banner_news.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 680px;
}
#top #announce p {
	float: right;
	margin-right: 20px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #FFF;
	padding-top: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-shadow: 1px 2px #000;
	font-weight: 700;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 155px;
}
#dataa {
	height: 50px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: fixed;
	z-index: 999999;
	background-color: #eaeaea;
}

#titl {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 50px;
	color: #666;
	float: left;
	height: 50px;
	margin-left: 20px;
	font-weight: 700;
}
#date {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 50px;
	color: #666;
	float: right;
	height: 50px;
	font-weight: 700;
	margin-right: 20px;
}
#maindata {
	height: auto;
	width: 1200px;
	top: 80px;
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: -600px;
	left: 50%;
}
