/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../img/crosspoint_base.jpg);
	background-position: center top;
} 
 
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
	position:relative;
	height:250px;
	background-color:#000000;
	width:100%;
	background-image: url(../img/menu/CROSSPOINT_BANNER.jpg);
} 
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:100%;
	height:1000px;
	background-image: url(../img/main_col_back.jpg);
	table-layout: fixed;
	color: #FFFFCC;
	height:auto;
 }
 
#footer{
	height:30px;
	background-color:#000000;
	clear:both;
	background-image: url(head.jpg);
	text-align:center;
	font-size: xx-small;
	color: #FFFF99;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{
	display: block;
	margin-left: 0px;
}
/* End hide from IE-mac */  
.menu_ul {
	float: left;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 170px;
	list-style-type: none;
}
#pagewidth #header .menu_ul li {
	float: left;
	margin-top: 0px;
	margin-left: 20px;
}
.label_link {
	margin-left: 620px;
	list-style-type: none;
	float: none;
	margin-top: 20px;
}
label_link li {
	float: left;
}


body,td,th {
	color: #FFFFFF;
}
.style1 {	font-size: large
}
a:link {
	color: #FFFF33;
	text-decoration: none;
}
a:visited {
	color: #FFFF66;
	text-decoration: none;
}
a:hover {
	color:#FFFF00;
	text-decoration: underline;
}
a:active {
	color:#00FF00;
	text-decoration: none;
}