body {
	margin: 0px;
	text-align: center;
	background-color: #1E1E1E;
	background-image: url('images/bg_repeat_body.jpg');
	background-position: center;
	background-repat: repeat-y;

	font-family: arial, verdana, helvetica;
	font-size: 12px;	
	color: #BBBBBB;
}
div.container1 {
	margin: 0 auto;
	text-align: left;
	width: 720px;
}
div.container2 {
	width: 720px;
	background-image: url('images/bg_repeat.jpg');
	background-repeat: repeat-y;
	display: table-cell;
}
div.top {
	float: left;
	clear: both;
	width: 720px;
	height: 170px;
	background-image: url('images/laser/top.jpg');
}
div.headline {
	float: left;
	clear: both;
	width: 720px;
	height: 50px;
	background-image: url('images/hl_home.jpg');
}
div.main{
	float: left;
	clear: both;
	display: table-cell;
	width: 720px;
	padding-left: 29px;
}

	div.left {
		float: left;
		background-image: url('images/menu_top.jpg');
		background-repeat: no-repeat;
		padding-top: 1px;
		width: 175px;
	}
	div#content {
		float: left;
		width: 360px;
		margin-left: 51px;
	}

div.bottom {
	float: left;
	clear: both;
	width: 720px;
	height: 140px;
	background-image: url('images/laser/bottom.jpg');
}

h1,h2,h3,h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
}
h1.csc-firstHeader {
	padding-top: 3px !important;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.menu-item {
	background-image: url('images/menu_item.jpg');
}
div.menu-item-over {
	background-image: url('images/menu_item_over.jpg');
}
table {
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align: top;
	font-size: 12px;
}
td.td-0 {
	font-weight: bold;
	padding-right: 5px;
}
div.csc-frame-indent {
	padding-left: 20px;
}
table.contenttable-2 {
}
#menu {
	margin-bottom: 10px;
}

input, textarea {
	border: 1px solid silver;
	background: #eeeeee;
	font-family: arial,verdana,helvetica;
	font-size: 11px;
}
div#content_right {
	display: none;
}