@charset "utf-8";
/* CSS Document */

/*////Home Page Content////*/

#contentMain {
	background:#000 url(images/background_homePage.jpg) left top no-repeat;
	min-height:800px;
	margin-top:0px;
}
h1.title {
	margin:30px 0 0 0;
	font-size:40px;
}
a.unsw {
	margin:68px 0 0 0;
}
.homeContent {
	margin:345px 0 0 0;
	padding:0 30px;
}
.homeContent .leftCol {
	width:330px;
}
.homeContent .rightCol {
	width:516px;
}
.homeContent .intro{
	color:#fff;
	font-size:15px;
	margin-bottom:38px;
}

.homeContentBase {
	padding:0px 0 25px 0;
	margin:0 30px
}

.homeContentBase .rightCol,
.homeContentBase .leftCol {
	width:420px;
}

.homeContentBase h2,
.homeContentBase h2 a,
.homeContent h2,
.homeContent h2 a{
	color:#fff;
	font-size:14px;
}
.homeContentBase p,
.homeContent p {
	color:#8c8c8c;
}
.homeContentBase .arrowLink,
.homeContent .arrowLink {
	color:#ffffff !important;
	background:url(images/arrow_white.gif) right 4px no-repeat;
	font-size:11px;
	white-space:nowrap;
}

h2.homeIntroTitle {
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	margin:4px 0 43px 0;
	line-height:1;
}
