/* CSS Document */

body {

	background-image: url("images/stripeBG.png");
	background-repeat: repeat;


}

img {
	border: none;
	outline: none;
}

#CLASScontainer {
	width: 855px;
	background-image: url("images/bodyFULL.png");
	background-position: top;
	background-repeat: repeat-y;
	height:2200px;
	margin: 0px;
}

#TIPScontainer {
	width: 855px;
	background-image: url("images/bodyFULL.png");
	background-position: top;
	background-repeat: repeat-y;
	height:2200px;
	margin: 0px;
}



#ABOUTcontainer {
	width: 855px;
	background-image: url("images/bodyFULL.png");
	background-position: top;
	background-repeat: repeat-y;
	height:900px;
	margin: 0px;
}

#LINKScontainer {
	width: 855px;
	background-image: url("images/bodyFULL.png");
	background-position: top;
	background-repeat: repeat-y;
	height:900px;
	margin: 0px;
}


#TOURcontainer {
	width: 855px;
	background-image: url("images/bodyFULL.png");
	background-position: top;
	background-repeat: repeat-y;
	height:1000px;
	margin: 0px;
}

#content {

	width: 800px;
	height: 100%;
	
	
}

#topHEAD {
	width:800px;

}

#pageIMAGE {
	width:550px;
	height:150px;
	background-color: #000000;
}


#main {
	width:597px;
	float: left;

}

#mainTEXT {
	width:550px;
	float: left;
	padding:20px;
	border: none;

}


#ABOUTsidebar {
	width:203px;
	float: right;
	border: none;
	height:400px;

}

#LINKSsidebar {
	width:203px;
	float: right;
	border: none;
	height:450px;

}

#CLASSsidebar {
	width:203px;
	background-color: #333333;
	float: right;
	border: none;
	height:1700px;

}

#TOURsidebar {
	width:203px;
	background-color: #333333;
	float: right;
	border: none;
	height:700px;

}

#sidebarTEXT {
	width:185px;
	padding: 10px;
	border: none;

}







.text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-style: normal;

}

.title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-style: normal;

}

.textW {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-style: normal;

}

.textInfo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #333333;
	font-style: normal;

}

a.Side, a.Side:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	outline:none;
}

a.Side:hover {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
	background-color: #CCCCCC;
	text-decoration: none;
	outline:none;
}


a.Full, a.Full:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
	outline:none;
}

a.Full:hover {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 12px;
	line-height: 14px;
	color:#FFFFFF;
	background-color: #333333;
	text-decoration: none;
	outline:none;
}

a.Title, a.Title:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-decoration: underline;
	outline:none;
}

a.Title:hover {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 14px;
	line-height: 16px;
	color:#FFFFFF;
	background-color: #333333;
	text-decoration: none;
	outline:none;
}


a.Link, a.Link:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
	outline:none;
}

a.Link:hover {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 12px;
	line-height: 14px;
	color:#ffffff;
	background-color: #333333;
	text-decoration: none;
	outline:none;
}








#footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #333333;
	font-style: normal;
	width: 100%;
	clear: both;
	

}

a.footerLink, a.footerLink:visited {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
	outline:none;
}

a.footerLink:hover {
	font-family: Arial, Helvetica, Tacoma, Verdana;
	font-size: 10px;
	line-height: 20px;
	color:#3399ff;
	text-decoration: underline;
	outline:none;
}