* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999;
}
#header h1 {
	position: relative;
	left: -10000px;
}


#wrapper #top_bar {
	height: 83px;
	width: 800px;
}
#wrapper #footer p {
}

#wrapper #header {
	background-image: url(http://www.usyd.edu.au/start/images/2010_frontpage/start_header_next_steps.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 800px;
}
#wrapper #body {
	width: 800px;
	background-repeat: repeat-y;
	background-color: #dedbdb;
	height: 250px;
}
#left_col  {
	float: left;
	width: 450px;
	background-repeat: no-repeat;
}
#left_col h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #484032;
	font-size: 24px;
	letter-spacing: -1px;
	padding-left: 30px;
}
#left_col p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 30px;
	line-height: 20px;
}
#body #right_col {
	float: right;
	width: 350px;
}
#right_col a , a:visited{
	display: block;
	height: 30px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #484032;
	text-decoration: none;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A29379;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 70px;
	text-indent: 10px;
}
#left_col p a   , a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
}

#wrapper #footer {
	background-color: #999;
	height: 80px;
	width: 800px;
}
#footer a ,a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
	/* display: table-footer-group; */
	
}


#right_col a:hover {
	display: block;
	height: 30px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484032;
	background-image: url(/start/images/2010_frontpage/ro.jpg);
	background-repeat: no-repeat;
	margin-left: 70px;
	text-indent: 10;
}
#wrapper #footer p {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 13px;
}
#footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #951921;
	text-decoration: none;
}
#left_col p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #400000;
}

