/*
Sooters Studios Thunder Bay - Frank Baratta Photography
CSS - http://www.SootersStudiosThunderBay.com
*/

body {
	margin: 0;
	padding: 0;
	background: #e3e3e3;
	background-image: url(images/outerbg1.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
}

#outer {
	position: absolute;
	width: 760px;
	margin-top: 0px;
	margin-left: -380px;
	left: 50%;
}

#inner {
	position: relative;
	background-color: #ffffff;
	width: 760px;
	border: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image:   url(images/outerbg.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
}


#header {
	position: relative;
	top: 0px; left: 0px;
	height: 150px;
	width: 760px;
	border: 1px solid #000000;
	border-bottom: 0px;
	border-top: 0px;
	text-align: left;
	background-image:   url(images/sooters.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#content {
	float: right;
	width: 78%;
	padding-right: 4px;
	padding-bottom: 30px;
}


#footer {
	width: 760;
	padding: 0;
	margin: 0;
	border: 0px solid #000000;
	border-top: 1px;
	text-align: center;
	padding-bottom: 0px;
	background-color: #D5D5D6;
}

#technicare {
	position: absolute;
	width: 150px;
	float: left;
	padding-top: 400px;	
}

.footext1 {
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	float: left;
	padding-left: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;	
}	

.footext2 {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	float: right;
	padding-right: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
}	

.footext2 a:hover {
	color: #EE0707;
}

.galleryText {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
}	

.galleryText a:hover {
	color: #EE0707;
}

.galleryLinkText {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
}	

.galleryLinkText a:hover {
	color: #EE0707;
}

.spareLink a:hover {
	color: #EE0707;
}

a, a:active, a:visited {
	font-family: verdana, arial, sans-serif;
	color: #000000;
	text-decoration: none;
}

#left-nav {
	position: relative;
	width: 150px;
	float: left;
	padding-top: 0px;
	border: 0px;	
	padding-bottom: 250px;	
	border-bottom: 1px #000000;
	border-right: 1px #000000;
	border-style: solid;
	background-color: #ffffff;
	text-align: center;
	font-weight: strong;
	font-size: 120%;	
	background-image:   url(images/frank.jpg);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}


#left-nav ul { margin: 0; padding: 0; }
#left-nav ul li { display: inline; }

#left-nav ul li a, #left-nav ul li a:visited {
	display: block;
	padding: 0 5px;
	text-decoration: none;
}
#left-nav ul li a:hover {
	background-color: #EE0707;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;	
}

.blank  {
	visibility: hidden;
}

h1,h6 {
	text-align: center;
}

img {
	border: 0px;
}

img.technicare
{
position:absolute;
left:0px;
top:400px;
z-index:-1
}