body, html {
	height: 99%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#outer {
	display: table; 
	height: 100%; 
	width: 100%;
	#position: relative; 
	overflow: hidden;
}

#inner {
 	#position: absolute; 
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	margin-left: auto;
   	margin-right: auto;
}

#main{
	position: relative;
   	width: 805px;
   	height: 684px;
   	left: 50%; /* centers on all screens */
	margin-left: -402px; /* half of the width */
   	margin-right: auto;
}

#mainimage {
	/* display: block; */
	/* position: relative; */
	float: left;
	margin-top: 24px;
	margin-left: 37px;
	/* width: 805px; */
}

#subimg {
	/* display: block; */
	float: right;
	/* position: relative; */
	margin-top: 0px;
	margin-right: 20px;
}

#stripe{
	#position: relative; 
	#height: 380px;
	#top: -50%;
	width: 100%;
	background-image: url(http://www.m244.ca/test/images/redstripe.png);
	background-repeat: repeat-x;
}

#nav {
	margin-top: 50px;
	height: 120px;
	width: 805px;
	position: absolute;
}

#nav_link {
	font-family: Arial Black, sans-serif;
	font-size: 14px;
	width: 250px;
	text-indent: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
}

#nav_link_index {
	font-family: Arial Black, sans-serif;
	font-size: 14px;
	width: 250px;
	text-indent: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
}

#nav_link a {
	display: block;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #58589B; */
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	color: black;
	padding-left: 0px;
	padding-top: 0px;
}

#nav_link a:hover {
	/* background-image: url(http://www.jibset.org/test/images/sails.jpg);
	background-repeat: repeat-y; */
	color: #FF0000;
}

#nav_link .active {
	color: #FF0000;
}

.active {
	color: #FF0000;
}

#pageimage {
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 45px;	
}

#content {
	float: right;
	margin-top: 10px;
	margin-right: 35px;
	overflow: auto;
	width: 390px;
	height: 235px;

}

#content1 {
	float: right;
	margin-top: -150px;
	margin-right: 35px;
	overflow: auto;
	width: 440px;
	height: 380px;

}

#contitle {
	height: 20px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

#context {
	height: 215px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: black;
	text-decoration: none;
}

#tab {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: black;
	text-decoration: none;
}

#context a:link {
	border: 1px;
	bordercolor: black;

}

#contitlesub {
	height: 20px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

#contextsub {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: black;
	text-decoration: none;
}