html, body {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	color:#FFF;
	background-image:url('/images/bg-content.png');
	background-position: top left;
	background-repeat: repeat-y;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	line-height:125%;
}

a {
	color:#e33a63;
}

a:hover {
	color:#e33a63;
}

p {
	margin:0px 0px 15px 0px;
}

form {
	padding:0px;
	margin:0px;
}

label {
	display:block;
	cursor: pointer;
	padding:0px;
}

image {
	border:0;
}

#wrapper {
	position:relative;
	background-image: url('/images/bg-header-right.png');
	background-position: top left;
	background-repeat: repeat-x;
	min-height:233px;
}

.left {
	position:relative;
	float:left;
	width:200px;
	padding:40px 20px 45px 40px;
}

.right {
	position:relative;
	float:left;
	width:700px;
	padding:40px 0 0 20px;
}

#header {
	width:990px;
}

#header .left {
	height:148px;
	background-image:url('/images/bg-header-left.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#header .right {
	height:193px;
}

#header #ivy-circle {
	color:#717171;
}

#header .left a.ivy {
	float:left;
	display:block;
	margin-right:10px;
	background-image:url(/images/MBAfair_logoIVYCIRCLE.png);
	background-position:top left;
	width:50px;
	height:50px;
}

#header #ivy-circle span {
	display:block;
	color:#CCC;
	padding-top:10px;
}

#header #logo {
	position:relative;
}

#header #logo a {
	display:block;
	background-image:url('/images/MBAfair_LOGO.png');
	background-position: top left;
	background-repeat: no-repeat;
	width:115px;
	height:115px;
}

#header #year {
	position:absolute;
	top:40px;
	right:0;
	background-image:url('/images/MBAfair_2011.png');
	background-position: top left;
	background-repeat: no-repeat;
	width:98px;
	height:33px;
	text-indent:-2000px;
}

#header #nav {
	position:absolute;
	left:20px;
	bottom:0px;
	border-top:1px solid #505050;
}

#header #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#header #nav li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-right:25px;
}

#header #nav li a {
	display:block;
	border-bottom:4px solid transparent;
	color:#FFF;
	text-decoration:none;
	padding:10px 0 10px 0;
}

#header #nav li a:hover {
	color:#FFF;
	border-bottom:4px solid #FFF;
}

#header #nav li a.selected {
	border-bottom:4px solid #FFF;
	color:#f62844;
}

#content {
	clear:both;
}

#content .left {
	color:#666666;
}

#content .left p {
	margin-bottom:20px;
}

#content .left a {
	display:block;
	float:left;
	margin:0 30px 30px 0;
	background-position:bottom left;
	width:160px;
}

#content .left a:hover {
	background-position:top left;
}

#content .left a.atkearny {
	margin-bottom:15px;
	background-image: url(/images/MBAfair_logoATKEARNEY.png);
	height:21px;
}

#content .left a.booz {
	background-image: url(/images/MBAfair_logoBOOZnCO.png);
	height:50px;
}

#content .left a.chicagogsb {
	background-image: url(/images/MBAfair_logoCHICAGOBOOTH.png);
	height:31px;
}

#content .left a.london {
	background-image: url(/images/MBAfair_logoLONDONBS.png);
	width:69px;
	height:68px;
}

#content .left a.mitsloan {
	background-image: url(/images/MBAfair_logoMITSLOAN.png);
	width:60px;
	height:68px;
}

#content .left a.kellogg {
	background-image: url(/images/MBAfair_logoKELLOGG.png);
	height:43px;
}

#content .left a.stanford {
	background-image: url(/images/MBAfair_logoSTANFORD.png);
	height:27px;
}

#content .left a.hbs {
	background-image: url(/images/MBAfair_logoHARVARD.png);
	height:46px;
}

#content .left a.iese {
	background-image: url(/images/MBAfair_logoIESE.png);
	height:84px;
}

#content .left a.columbia {
	background-image: url(/images/MBAfair_logoCOLUMBIA.png);
	height:19px;
}

#content .left a.wharton {
	background-image: url(/images/MBAfair_logoWHARTON.png);
	height:39px;
}

#content .left a.insead {
	background-image: url(/images/MBAfair_logoINSEAD.png);
	height:86px;
}

#content .left a.imd {
	background-image: url(/images/MBAfair_logoIMD.png);
	width:76px;
	height:68px;
}

#content .left a.tuck {
	background-image: url(/images/MBAfair_logoTUCK.png);
	width:50px;
	height:68px;
}

#content .right {
	color:#3f3f3f;
	padding-bottom:100px;
}

#content .right h1 {
	font-size:18px;
	line-height:105%;
	margin:4px 0 20px 0;
}

#footer {
	font-size:11px;
	border-top:1px solid #cccccc;
	padding-top:10px;
	color:#cccccc;
	margin-top:50px;
}

#footer a {
	color:#cccccc;
}

#footer #author {
	float:left;
}

#footer #copyright {
	float:right;
}

#footer #social {
	clear:both;
	padding-top:15px;
}

#footer #social div {
	float:left;
	padding-right:15px;
}

#footer #social div.logo-small {
	float:right;
	padding-right:0;
}

#google_map {
	color:#000;
	width: 100%;
	height: 300px;
	margin-bottom:20px;
}

#google_map a {
	color:#000;
}

.clear {
	clear:both;
}

.print_layer {
	display:none;
}

.error {
	color:#FFF;
	font-weight:bold;
}

.hide {
	display:none;
}

