body {
	background-image: url(http://confluence.athabascau.ca/confluenceback.jpg);
	background-repeat: no-repeat;
	color: #666633;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#CCCC9A;
}

a:link {
	text-decoration:none;
	color: #000000;
	background-color: transparent;
	}

a:visited {
	color: #999933;
	background-color: transparent;
	text-decoration:none;
	}
	
a:active {
	color: #000000;
	background-color: transparent;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}
	
	
h1 {
	text-align: right;
	font-size: 14px;
	margin-right:10%;
}


#all {
	width:1200px;
}

#menu {
	margin-left: 80px;
	margin-top: 100px;
}

#content {
	width:900px;
	height:600px;
	margin-left: 200px;
	text-align:right;
	padding-top:25px;
}