@charset "utf-8";
/* CSS Document */

a {
	color:#333;
	text-decoration:none;
	letter-spacing:150%;
}

#headContain{
	margin-top:2px;
	width:100%;
	background-color:#0099CC;
	background-image:url(imgTest/01n.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#header{
	width:100%;
	background-color:transparent;
	background-image:url(imgTest/ltnight.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
}

#header a{
	color:#FFFFFF;
}

#baseLinks{
	background-image:url(imgTest/rt.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding: 10px 15px 0px 0px;
	color:#FFFFFF;
}

#baseLinks a:link{
	text-decoration:none;
	padding-top:10px;
}

#baseLinks a:visited{
	text-decoration:none;
	padding-top:10px;
}

#baseLinks a:hover{
	text-decoration:none;
	background-image:url(..imgTest/linkHoverUpper.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:10px;
}

#rb{
	background-color:transparent;
	background-image:url(imgTest/rbnight.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#navLinks{
	background-color:transparent;
	background-image:url(imgTest/lb.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 150px 15px 10px 0px;
	color:#FFFFFF;
}

#navLinks a:link{
	text-decoration:none;
	padding-bottom:10px;
}

#navLinks a:visited{
	text-decoration:none;
	padding-bottom:10px;
}

#navLinks a:hover{
	text-decoration:none;
	background-image:url(..imgTest/linkHoverBottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#bodyContainer{
	background-image:url(imgTest/02n.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#FFF;
}

#bodyLU{
	margin-top:2px;
	background-image:url(imgTest/lt.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align:right;
	padding:0;
}

#bodyRU{
	background-image:url(imgTest/rt.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color:transparent;
}

#bodyRB{
	background-image:url(imgTest/rb.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color:transparent;
	text-align:left;
}

#bodyLB{
	background-image:url(imgTest/lb.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color:transparent;
	padding:30px 3px 20px 3px;
}

#footer{
	margin-top:2px;
	background-color:#006600;
	color:#FFFFFF;
	background-image:url(imgTest/03m.jpg);
	background-repeat:repeat-x;
}

#footerLU{
	background-image:url(imgTest/lt.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align:right;
}

#footerRU{
	background-color:transparent;
	background-image:url(imgTest/rt.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#footerRB{
	background-color:transparent;
	background-image:url(imgTest/rb.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align:left;
}

#footerLB{
	background-color:transparent;
	background-image:url(imgTest/lb.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align:center;
	padding:100px 15px 10px 0px;
}

.clearBoth{
	clear:both;
}



