/* 
FinanceMe.ca stylesheet
Designed, and coded by Brady Valentino
In association with Paradox WebHosting
http://bvphotography.ca ; http://paradoxwebhosting.com
 */
 
 /* START BODY */
 
* {
	outline: 0;
	}
 
body {
	background: url(images/bg.jpg) fixed;
	margin-top: 0;
	text-align: center;
	font-family: "Lucida Grande", Tahoma, Verdana;
	font-size: 12px;
	color: #333333;
	}
	
a {
	color: #333333;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #407295;
	}
	
h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #407295;
	}
	
.clear {
	clear: both;
	}
	
/* END BODY */

/* START CONTAINER */

#container {
	width: 820px;
	text-align: left;
	background: #aaaaaa url(images/bottom.jpg) no-repeat bottom;
	padding-bottom: 10px;
	position: relative;
	}
	
/* END CONTAINER */

/* START TOP */

#top {
	background: url(images/top.jpg) no-repeat;
	width: 820px;
	height: 110px;
	}
	
.link-home {
	left: 55px; 
	top: 10px; 
	position: absolute; 
	width: 175px; 
	height: 50px;
	}
	
#navigation {
	width: 720px;
	}
	
#navigation ul {
	list-style-type: none;
	}
	
#navigation ul li {
	display: inline; 
	}
	
#navigation a {
	float:left; 
	color: #e5e5e5; 
	background: #aaa; 
	margin-right: 5px; 
	padding: 0px 0px 1px 3px; 
	text-decoration: none; 
	}
	
#navigation a span {
	float:left; 
	display:block; 
	background: transparent; 
	padding: 8px 9px 6px 6px;
	}
	
#navigation a span {
	float:none;
	}
	
#navigation a:hover {
	color: #737373;
	background: #e5e5e5 url(images/navleft.jpg) no-repeat left top;
	}
	
#navigation a:hover span {
	background: transparent url(images/navright.jpg) no-repeat right top;
	}
	
#navigation .selected a {
	background: #e5e5e5 url(images/navleft.jpg) no-repeat left top;
	color: #737373;
	}
	
#navigation .selected a span {
	background: transparent url(images/navright.jpg) no-repeat right top;
	}
	
/* END TOP */

.content {
	margin: 0 10px 0 10px;
	width: 770px;
	padding: 15px;
	background: #e5e5e5 url(images/contenttop.jpg) no-repeat top;
	}
	
.busimg {
	margin-right: 8px;
	}
	
#footer {
	background: url(images/foot.jpg) no-repeat center top #e5e5e5;
	width: 800px;
	height: 58px;
	padding-top: 12px;
	text-align: center;
	margin-left: 10px;
	}