@charset "utf-8";
body {
	background-color: #E3E3E3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body , p, td,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	
h1 {
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#FFF;
}
a {
	text-decoration:none;
}
a:link {color:#06C;}    /* unvisited link */
a:visited {color:#06C;} /* visited link */
a:hover {color:#000}   /* mouse over link */
a:active {
	color:#06C;
}  /* selected link */











.menu_cell {

	background-color:#000;
	
}


.center_cell {

	margin: 0px;
	padding: 0px;
	background-image: url(images/main_bg.png);
	background-repeat:repeat-x;

}

.lookus {
	font-size: 12px;
	font-style: normal;
	margin-right: 10px;
	text-decoration:none;
}

.left_bg {
	background-image: url(images/left_bg.png);
	background-repeat: repeat;
}
.right_bg {
	background-image: url(images/right_bg.png);
	background-repeat: repeat;
}
.ba {
	background-color: #efefef;
}

.bottom_bg {
	background-image: url(images/bottom_full_bg.png);
	background-repeat: repeat-x;
}
