
div#studentart {
	width: 890px;
	height: 366px;
	margin: 15px auto 15px auto;

/*
	background: white url(../../home/graphicdesign/erasmo_ents.jpg) 0 0 no-repeat;
*/

	background-color: white;
	background-position: 0 0;
	background-repeat: no-repeat;
	
	}
	
div#studentart h2 {
	float: right;
	width: 289px;
	height: 25px;
	background: transparent none top right no-repeat;
	}

div#studentart h2 span {
	display: none;
	}

div#studentart a#bigback, div#studentart a#bignext {
	height: 335px;
	display: block;
	float: left;
	width: 425px;
	margin: 0;
	} 

div#studentart a#bignext {
	width: 465px;
	}

div#studentart a#bigback:hover {
	background-image: url(../art/navigate_left.png);
	background-position: left 50%;
	background-repeat: no-repeat;
	}

div#studentart a#bignext:hover {
	background-image: url(../art/navigate_right.png);
	background-position: right 50%;
	background-repeat: no-repeat;
	}

div#studentart ul, div#studentart ul li {
	margin: 0;
	padding: 0;
	float: left;
	}
	
div#studentart ul {
	padding-left: 1em;
	}

div#studentart ul li {
	display: block;
	width: 30px;
	height: 21px;
	text-align: center;
	padding-top: 2px;
	}

div#studentart ul li a {
	display: block;
	color: white;
	font: 14px/1.0em "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}

div#studentart ul li a:hover {
	color: #000;
	}
	
div#studentart ul li.jumper {
	background: transparent url(../../home/art/navigation_bg_nubbin.png) top center no-repeat;
	}

div#touts {
	width: 893px;
	margin: 0 auto 0 auto;
	padding: 0;

	background-image: url(../art/home_columns_bg_2_1.gif);
	background-repeat: repeat-y;
	background-position: 224px top;

	}

div#colone, div#coltwo, div#colthree {
	width: 225px;
	float: left;
	border: 0;
	padding: 0 0 1em 0;
	margin-bottom: 1.5em;	
	}

div#colthree {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	width: 430px;
	}

div div.tout {
	margin-bottom: .75em;
	padding-bottom: .5em;
	border-bottom: 0;

	padding: .5em 20px .5em 20px;

	}

div div.notlast {
	border-bottom: 1px solid #ccc;
	}

div.lasttout {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
	}

div#touts div div.iconfloat img {
	float: left;
	margin-right: .5em;
	}

div#touts div div.iconfloat p {
	margin-left: 0;
	}

div#touts div div.iconfloat p.nofloat {
	margin-left: 0;
	}

div.tout h2, div.tout h3, div.tout h4 {
	font: 24px/1.0em "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	}

div.tout h2 a {
	color: black;
	}

div.tout h3 {
	font-size: 18px;
	color: #666;
	margin-top: 1.1em;
	margin-bottom: .5em;
	}

div.tout h4 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	}

div.tout p, div.tout ul, div.tout table tr td {
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	margin-bottom: .75em;
	}

div.tout h2, div.tout h3, div.tout h4, div.tout p, div.tout ul {
	margin-left: 0;
	}

div.tout h3.smalltitle {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin: 1.7em 0;
	}
	
div.blogentry {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1.1em;
	padding-bottom: 1.1em;
	}

div.blogentry h3 {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.0em;
	}

div.blogentry h3, div.blogentry h4, div.blogentry h5, div.blogentry p {
	padding-left: 0;
	}

a.blogtitle {
	font-size: 22px;
	line-height: 1.1em;
	}

div.tout div.blogentry p.blogdate {
	margin: 0;
	padding: 0 0 .5em 0;
	color: #797979;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	}

div.tout ul {
	margin-left: 2em;
	color: #333;
	}

div.tout ul li {
	color: #333;
	}
	
table.calendar {
	border: 0;
	border-top: 1px dotted #ccc;
	margin-bottom: 1em;
	}	

table.calendar tr td {
	padding: 6px 0;
	border-bottom: 1px dotted #ccc;
	}

table.calendar tr td.event {
	font-weight: bold;
	}

table.calendar tr td.date {
	text-align: right;
	white-space: nowrap;
	padding-left: 1em;
	}

div.tweet {
	margin-bottom: .75em;
	padding-bottom: .25em;
	border-bottom: 1px dotted #ccc;
	}

div.tweet p {
	margin-left: 56px;
	font-weight: bold;
	}

div.tweet p span.date {
	color: #999;
	font-weight: normal;
	}

div.tweet img {
	float: left;
	}
	
/* Hide blog images on home page */
div.entry img {
	display: none;
	}