p {
    margin:6px 0px;
}
#logoImg {
	margin: 0px;
}

#main {
	margin-top: 20px;
}

#graduationLeft {
	float: left;
	margin-right: 30px;
	
	width: 410px;
	height: 510px;
	
	background-image: url("../images/graduation/graduationLeftBackground.png");
	background-position: top right;
	background-repeat: no-repeat;
}

#graduationRight {
	background-image: url("../images/graduation/studentsBackground.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

#graduationRight a {
	color: #cc6600;
	font-weight: bold;
	margin-right: 10px;	
}

#graduationHut {
	float: right;
}

#helpfulLinks {
	margin-top: 15px;	
}

p.shorterP {
	margin-right: 75px;
}

#loginForm {
	text-align: center;
	float: right;
	margin-bottom: 5px;
	margin-right: 10px;
}

#loginFormTitle {
	background-color: #cc6600;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}

.label {
	color: #ff6633;
	text-align: left;
}

.rememberLabel {
	color: #999999;
}

.inputText {
	text-align: right;	
}

.inputText input{
	width: 120px;
}

#bookLink {
	position: relative;
	bottom: 0px;
	left: 143px;
	bottom: 43px;
}

