@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #FFFFFF;
	overflow-y: scroll;
}
ul
{
padding-left:10px;
margin:10px;
}
a img {
border: none;
}#main_text {
	bottom: 20px;
	right: 20px;
	position: absolute;
	background-color: #666666;
	color: #000000;
	width: 285px;
	line-height: 120%;
	font-family: "myriad pro", Helvicta, Arial, sans-serif;
	padding: 10px;
	text-align: justify;
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}
#main_text h3 {
	line-height: 120%;
	font-size: 120%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(/images/titlebanner2.png);
}
#main_text h4 {
	font-size: 100%;
	margin: 0 auto;
}
#main_text p{
	font-size: 90%;
	margin: 0 auto;
}
#main_text_footer{
	position:relative;
	width:100%;
	height:20px;
	overflow:hidden;
	margin-top: 5px;
}
/* CSS Document */
#container {
	background-color: #FFFFFF;
	width: 968px;
	margin: 0 auto;
	/*padding-left: 10;
	padding-right: 10;*/
	overflow: hidden;
}
#banner {
	background-color: #666666;
	width: 968px;
	height: 163px;
	color: #FFFFFF;
	margin-bottom: 2px;
}
#news_bar {
	background-color: #000000;
	background-image: url(../images/carbonx2.gif);
	background-repeat: repeat;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	width: 968px;
	height: 20px;
	color: #FFFFFF;
}
.nav_bar {
	background-color: #000000;
	background-image: url(../images/carbonx2.gif);
	background-repeat: repeat;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	width: 968px;
	height: 20px;
	color: #FFFFFF;
}
.nav_bar a{
	display: block;
	width: 130px;
	height: 20px;
	padding-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	}
.nav_bar a:link {color:#FFFFFF;text-decoration:none;}      /* unvisited link */
.nav_bar a:visited {color:#FFFFFF;text-decoration:none;}  /* visited link */
.nav_bar a:hover {color:#000000; background-color: #FFFFFF;text-decoration:none;}  /* mouse over link */
.nav_bar a:active {color:#000000;text-decoration:none;}  /* selected link */

#main_image {
	position: relative;
	background-color: #666666;
	background-image: url(/images/workshop.jpg);
	color: #FFFFFF;
	width: 968px;
	height: auto;
	/*margin-bottom: 2px;*/
}
#column_container {
	position: relative;
	background-color: #FFFFFF;
	float: left;
	width: 968px;
	margin-top: 2px;
}
#left_column {
	position: relative;
	background-color: #666666;
	float: left;
	width: 320px;
	text-align: center;
}
#centre_column {
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	width: 324px;
	margin-left: 2px;
	text-align: center;
}
#right_column {
	background-color: #666666;
	float: right;
	width: 320px;
	text-align: center;
	overflow: hidden;
}
.column_footer{
	position:absolute;
	bottom: 5px;
	line-height:20px;
	width:280px;
	margin: 0 20px;
	text-align: center;
	}
#footer {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "myriad pro", Helvicta, Arial, sans-serif;
	font-size: 80%;
	width: 968px;
	height: 20px;
	border-top: 2px solid #FFFFFF;
	float: right;
/*	margin: 0 auto;*/
}
#foot_cell_left {
	background-color: #000000;
	width: 200px;
	padding-left: 4px;
	text-align: left;
	float: left;
}
#foot_cell_right {
	background-color: #000000;	
	width: 200px;
	padding-right: 4px;
	text-align: right;
	float: right;
}
/* liScroll styles */

#news {
	width: 120px;
	padding: 0px 5px;
	float: left;
	text-align: right;
}

#ticker {
	width: 818px;
	float: left;
}
	
.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000;
background: #fff; 
width: 948px; 
height: 27px; 
margin: 0; 
padding: 0;*/
width: 818px;
height: 20px;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
right: 0px;
top: 6px;
width: 818px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
/*background: #fff;*/
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 