.Photo {
    margin: 0 10px 10px 10px;
    border: 2px solid #ccc;
}

#homeLinks {
	border: 1px #d2def2 solid;
	background: #FFF;
	padding: 10px 10px 0 10px;
	width: 200px;
	float: right;
}

.rightAlignedImage {
    float: right;
    clear: right;
}

.programme {
	border: none;
	background: #d6def1;
	width: 100%;
}

.programme td.time {
	width: 80px;
}

.programme td {
	border-bottom: 1px #FFF solid;
	border-right: 1px #FFF solid;
	padding: 5px;
}

.programme tr.tr2 {
	background-color: #fbe2ac;
}

img.floatleft {
	float: left;
}

h1.h1Serif {
    margin: 0.5em 0 1em 0;
    font-size: 231%;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif 
}


h2.h2Serif {
    margin: 0.5em 0 1em 0;
    font-size: 185%;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif 
}

/* Generic Tables */
.table {
    margin-top: 4px;
}
.table td {
    border: none;
    padding: 14px;
}
.table td {
    border-top: 1px solid #ccc;
}
.table .first td {
    border-top: none;
}

/* Rego Form Stuff */

.regform {

}

.regform label {
	width: 150px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding: 3px 5px 0 0;
}

.regform input, .regform textarea, .regform select {
	border: 1px #d2def2 solid;
	padding: 5px;
	margin-bottom: 5px;
	width: 200px;
}

#submit {
	background: #f3c159;
	border: 1px #f19c23 solid;
	color: #FFF;
	width: 100px;
	font-weight: bold;
}


/* 5 minutes mentor page */
.mentor {
	display:inline;
	float:left;
	margin-bottom:25px;
	width:50%;
}

.mentor .thumbnail {
	border: 1px solid #ccc;
	display:inline;
	float:left;
	width:100px;
}

.mentor .thumbnail img {
	display: block;
}

.mentor .desc {
	display:inline;
	float:left;
	margin-left:25px;
	width:200px;
}

.mentor .desc h3 {
	font-size:1.4em;
	font-weight:bold;
	margin: 0 0 10px;
}

.mentor .desc h3 a {
	text-decoration: none;
}

.mentor .desc p {
	
}