/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	color: #444;
	text-decoration: none;
}

a:active {
	color: #444;
	text-decoration: none;
}

a:visited {
	text-decoration:line-through; 
	color: #444;
}

a:hover {
	color: #666;
	text-decoration: underline;
}
/*
.title {
	font-size:17px;
	margin-bottom:-6px;
}
.title a:visited, .title a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#menu {
    width: 140px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding:20px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 160px;
    top: 0;
    padding-top: 43px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p {
	margin-bottom: 9px;
}

p {
    margin: 0 0 9px 0;
}

h3 {
	font-size: 54px; 
	line-height: 54px; 
	margin: 0 0 33px 0; 
	letter-spacing: -0.02em; 
	font-weight: normal; 
	margin-bottom: 27px; 
	width:600px;   
}

h2 {
	font-size: 24px; 
	line-height: 27px; 
	margin: 0 0 27px 0; 
	letter-spacing: -0.02em; 
	font-weight: normal; 
	width:600px;	
}

h1 {
	font-size: 24px; 
	line-height: 24px; 
	margin: 0 0 3px 0; 
	letter-spacing: -0.02em; 
	font-weight: normal; 
	width:600px;	
}



.line {	
	border-bottom:1px solid;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:25px; 
	width:110px; 
}
*/
#once {
	clear: left;
}

#img-container	{
	margin: 0;
	padding: 0;
}

#img-container p {
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0; 
}

/*NEW*/

			* {
				margin: 0;
				padding: 0;
			}
			html, body {
				height: 100%;
			}
			body {
				background: white url(http://shaunbalbar.ca/images/bg_top_bg.png) repeat-x;
				font-family: Arial;
				font-size: 11px;
				color: #595959;
				margin-top: -50px;
			}
			
			a, a:link, a:visited {
				text-decoration: none;
				color: #85a2c7;
			}
			a:hover, a:visited:hover, a:active {
				text-decoration: underline;
				color: #9cbce4;
			}
			
			.bold, .b, .strong {
				font-weight: bold;
				color:#484848;
			}
			
			
			.wrapper {
				min-height: 100%;
				height: auto !important;
				height: 100%;
				margin: 0 auto -153px;
			}
			.footer, .push {
				height:153px;
			}
			.footer {
				background: white url(http://shaunbalbar.ca/images/bg_footer_bg.png) repeat-x;
			}		
			.toe {
				color: white;
				padding-top: 60px;
				text-align: center;
				background: url(http://shaunbalbar.ca/images/bg_footer_footer.png);
				margin: 0px auto;
				width: 1016px;
				height: 93px;
			}
			.container {
				width: 1012px;
				margin: 0px auto;
				text-align: center;
				padding: 0;
			}
			.header {
				padding-top: 60px;
				height: 162px;
				background: url(http://shaunbalbar.ca/images/bg_top_header.png) no-repeat;
				margin: 0px auto;
				width: 1012px;
				color: white;
				font-size: 12px;
			}
			.header a, .header a:link, .header a:visited, .header a:hover, .header a:visited:hover, .header a:active {
				color: white;
			}
			.content {
				text-align: left;
				padding: 0;
				margin: 0px auto;
				width: 813px;
				padding: 0px 180px;
				overflow: hidden;
				min-height: 600px;
			}

	.link0 a, .link0 a:link, .link0 a:visited {
					color: #85a2c7;
				}
				.link0 a:hover, .link0 a:visited:hover, .link0 a:active {
					color: #9cbce4;
				}
				.link1 a, .link1 a:link, .link1 a:visited {
					color: #85a2c7;
				}
				.link1 a:hover, .link1 a:visited:hover, .link1 a:active {
					color: #9cbce4;
				}
				.link2 a, .link2 a:link, .link2 a:visited {
					color: #85a2c7;
				}
				.link2 a:hover, .link2 a:visited:hover, .link2 a:active {
					color: #9cbce4;
				}
				.link3 a, .link3 a:link, .link3 a:visited {
					color: #85a2c7;
				}
				.link3 a:hover, .link3 a:visited:hover, .link3 a:active {
					color: #9cbce4;
				}
				.link4 a, .link4 a:link, .link4 a:visited {
					color: #85a2c7;
				}
				.link4 a:hover, .link4 a:visited:hover, .link4 a:active {
					color: #9cbce4;
				}
				.link5 a, .link5 a:link, .link5 a:visited {
					color: #85a2c7;
				}
				.link5 a:hover, .link5 a:visited:hover, .link5 a:active {
					color: #9cbce4;
				}
				.link6 a, .link6 a:link, .link6 a:visited {
					color: #85a2c7;
				}
				.link6 a:hover, .link6 a:visited:hover, .link6 a:active {
					color: #9cbce4;
				}



.navigation li, .navigation li a {

}


.pics {

}



.img-container, #img-container {

}





.header li {
	display: inline;
}