/* Alan Colquhoun, A003900667 */

body {
	margin: 0 auto auto auto;
	padding: 0;
	background:url(../images/bg1.jpg) repeat-x top #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	color: maroon; 
}
a:visited {
	color: black;
}
a:hover {
	color: green; 
}
a:active {
	color: purple; 
}
.clear {
	clear: both;
}
.wrap {
	width: 960px;
	margin: auto;
}
.header {
	width: 960px;
	height: 171px;
	background: url(../images/header_bg.jpg) no-repeat left;
}
.logo {
	padding: 54px 0 0 64px;
	float: left;
}

/* MENU */

#menu {
	width: 525px;
	float: right;
	text-align: right;
	padding: 65px 15px 0 0;
	margin: 0;
}
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
}
#menu ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#menu ul li.default a {
	width: 120px;
	height: 35px;
	display: block;
	margin: 0 15px 0 15px;
	padding-top: 8px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	line-height: 28px;
	background: url(../images/menu_bt_c.gif) no-repeat center;
}
#menu ul li.selected a {
	width: 120px;
	height: 35px;
	display: block;
	margin: 0 15px 0 15px;
	padding-top: 8px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	line-height: 28px;
	background: url(../images/menu_bt_b.gif) no-repeat center;
}
#menu ul li a:hover {
	background: url(../images/menu_bt_a.gif) no-repeat center;
}

/* MAIN CONTENT including order form */

.content {
	width: 960px;
	height: 655px;
	margin-left: auto;
	margin-right: auto;
}
#user-entry {
	width: 837px;
	padding: 50px 61px 40px 62px;
}	
fieldset {
	border: 2px solid black;
}
legend {
	color: #800;
}
td {
   padding: 10px;
}
#prfnln {
	padding: 20px;
}
#sn {
	margin: 10px 0 25px 20px;
}		
#prefix {
	width: 60px;
	height: 25px;
	margin-right: 40px;
}	
#firstname, #lastname {
	width: 200px;
	height: 20px;
	margin-left: 10px;
	margin-right: 30px;
}
#studentnumber  {
	width: 200px;
	margin-left: 80px;
	height: 20px;
}
#courses {
	width: 200px;
	height: 70px;
}
#clabel { 
	margin-bottom: 50px;
}	
#comments {
	width: 400px;
    height: 100px;
	margin-left: 100px;
}	
#submit {
	width: 120px;
	height: 35px;
	margin-left: 0px;
}	
#reset {
	width: 120px;
	height: 35px;
	margin-left: 100px;
}
		
/* FOOTER */

.footer {
	width: 100%;
	height: 350px;
	background: url(../images/footer_bg.gif) repeat-x top;
	border-top: 5px solid black;
}
.footer_content {
	width: 960px;
	margin: auto;
	padding: 20px 0 30px 58px;
}
.footer_tab1 {
	width: 285px;
	float: left;
	padding: 0 0 0 30px;
}
span.email {
	background: url(../images/mail_icon.gif) no-repeat left;
	padding: 0 0 0 45px;
	line-height: 25px;
	height: 23px;
	display: block;
}
.footer_info {
	float: left;
	padding: 5px 0 10px 0;
}
p.info1 {
	width: 225px;
	float: left;
	padding: 0 0 0 30px;
}
p.info2 {
	width: 225px;
	float: left;
	margin-bottom: 20px;
	padding: 0 0 0 30px;
}
.footer_copyrights {
	clear: both;
	border-top: 1px #9c9c9c dotted;
	color: #c5c7c8;
	padding: 0 0 10px 0;
}
.footer_tab2 {
	width: 350px;
	float: left;
	padding: 0 0 0 40px;
}
.favorites_box {
	float: left;
	padding: 5px 0 10px 0;
}
p.favorites {
	width: 290px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
}
span.fav_nr {
	width: 37px;
	height: 37px;
	color: #e6643a;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 37px;
	background: url(../images/favorites_box.gif) no-repeat center;
	float: left;
}
.footer_tab3 {
	width: 150px;
	float: left;
	padding: 0 0 0 30px;
}
.footer_links {
	float: left;
	padding: 0;
}
.footer_links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer_links ul li {
	padding: 6px 0 6px 0;
	margin: 0;
	width: 150px;
	border-bottom: 1px solid #e2e2e2;
}
.footer_links ul li a {
	text-decoration: none;
	padding: 0;
	font-size: 12px;
	margin: 0px;
	color: #6c7b81;
}
.footer_links ul li a:hover {
	color: #000000;
}
