/* IAT 235 Project 2 Part 3 Wireframes
Sidebar and Footer of Home Page ­ CSS | www.sfu.ca/~rllee/ */

#sidebar{
	font-family:Arial;
	position:relative;
	right:12px;
	top:-108px;
}

#sidebar a:link{

}

#sidebar a:visited{

}

#sidebar a:hover{

}

#account{
	text­decoration:none;
	color:grey;
	color:blue;
	background:#C9C9C9;
	font-size:15px;
	line-height:17px;
}

.mainButtons li{
	background:#EBEBEB;
	width:80px;
	height:20px;
	padding: 10px 20px 10px 20px;
	border:1px solid black;
	list-style-type:none;
}

.siteInfo{
	background:#EBEBEB;
	width: 80px;
	height:20px;
	padding: 10px 20px 10px 20px;
	border:1px solid black;
	list-style-type:none;
}

#footer ul{
	font-family:Arial;
	/*border:1px solid black;*/
}

#footer li{
	list-style-type:none;
	float:left;
	/*border:1px solid black;*/
	padding: 5px 5px 5px 5px;
	position:relative;
	left:460px;
}

#footer a:link{

}

#footer a:visited{

}

#footer a:hover{

}

text­decoration:none;

color:grey;

color:blue;