#outterCnt {
height:600px;
top:0px;
width:1000px;
}

#mastHead {
	background-image:url(images/Top.jpg);
	height:149px;
	width:1000px;
	z-index:99;
	background-repeat: no-repeat;
}

#leftBar {
background-image:url(images/Left.jpg);
float:left;
height:451px;
position:relative;
width:147px;
}


#rightBar {
background-image:url(images/Right.jpg);
float:right;
height:451px;
left:-10px;
top:149px;
width:103px;
}

#navBar {
	left:45px;
	position:relative;
	top:105px;
	z-index:99;
	width: 891px;
	height: 89px;


}

#t1, #t2, #t3, #t4, #t5, #t6, #t7{
	background-image: url(images/tab_l.gif);
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	font-size: 0.8em;
	font-weight:bold;
	width:113px;
	padding-left:3px;
}


#tr1, #tr2, #tr3, #tr4, #tr5, #tr6, #tr7{
	background-image: url(images/tab_r.gif);
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	font-size: 0.8em;
	font-weight:bold;
	width:11px;
}

#const{
position:absolute;
top:225px;
margin-left:600px;
}
#content{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	font-size: 1.2em;
	font-weight:bold;
	text-align:center;
}

body{
	font-size: 1 em;
}

a:link{
	color:black;
	text-decoration:none;
}

a:hover{
	color:blue;
	text-decoration:underline;
}
a:visited{
	color:black;
	text-decoration:none;
}
a:active{
	color:black;
	text-decoration:none;
}

#topNav{
	POSITION: absolute; 
	LEFT: 0px;
	TOP: 100px; align: center;
	width:100%;
}

#left{
	background-image:url(images/bg_side_left.jpg);

}
#right{
	background-image:url(images/bg_side_right.jpg);
}

