html {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
body#theBody{
	height:100%;
	background-color: #000000;
	margin:0px;
}
table#websiteTable{
	height:100%;
	width:100%;
	border:0px solid #FFFFFF;
	margin:0px;
}
td#webSite{
	height:100%;
}
/*--------------------------------------------------------------- 
		Sitestudio Pro. | Template.php
--------------------------------------------------------------- */
table#mainLayoutTable{
	height:100%;
	width:790px;
	border:0px solid #FFFFFF;
}
div#flashObject{
	margin-left:10px;
	width:580px;
	height:250px;
	background:url(img/loading_transp.gif) no-repeat 50% 50%;
	background-color:#000000;
}
td#leftLayOutCell{
	width:160px;
	background-image:url(img/td_bg_left.jpg);
	background-repeat:repeat-y;
	text-align:left;
	vertical-align:top;
	padding-top:40px;
}
td#rightLayOutCell{
	width:630px;
	background-image:url(img/td_bg_right.jpg);
	background-repeat:repeat-y;	
	text-align:left;
	vertical-align:top;
}

td#ContentCellLeftTop{
	width:600px;
	height:30px;
	background-image:url(img/td_content_lt.jpg);
	background-repeat:no-repeat;
}
td#ContentCellRightTop{
	width:30px;
	height:30px;
	background-image:url(img/td_content_rt.jpg);
	background-repeat:no-repeat;
}
td#ContentImageBorderLeftTop{
	width:600px;
	height:10px;
	background-color:#FFFFFF;
	background-image:url(img/td_content_image_lt.jpg);
	background-repeat:no-repeat;
}
td#ContentImageBorderRightTop{
	width:30px;
	height:10px;
	background-image:url(img/td_content_image_rt.jpg);
	background-repeat:no-repeat;
}
td#ContentImageLeft{
	width:600px;
	height:250px;
	background-color:#FFFFFF;
}
td#ContentImageRight{
	width:30px;
	height:250px;
	background-image:url(img/td_content_image_r.jpg);
	background-repeat:no-repeat;
}
td#ContentImageBorderLeftBottom{
	width:600px;
	height:10px;
	background-color:#FFFFFF;
}
td#ContentImageBorderRightBottom{
	width:30px;
	height:10px;
	background-image:url(img/td_content_image_rb.jpg);
	background-repeat:no-repeat;
}
td#ContentCellLeftBottom{
	width:600px;
	height:20px;
	background-image:url(img/td_content_lb.jpg);
	background-repeat:no-repeat;
}
td#ContentCellRightBottom{
	width:30px;
	height:20px;
	background-image:url(img/td_content_rb.jpg);
	background-repeat:no-repeat;
}
td#ContentLeft{
	width:600px;
}
td#ContentRight{
	width:30px;
}


td.main_menu{
	background-image:url(img/bg_menu.jpg);
	background-repeat:repeat-y;
}
td.main_menu_selected{
	background-image:url(img/bg_menu_selected.jpg);
	background-repeat:repeat-y;
}
td#leftFooterCell{
	height:110px;
	background-image:url(img/td_bg_left.jpg);
	background-repeat:repeat-y;
	vertical-align:bottom;
}
td#rightFooterCell{
	height:110px;
	background-image:url(img/td_bg_right.jpg);
	background-repeat:repeat-y;
	vertical-align:bottom;
}

a.link {
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	text-decoration:none;
}
a.link:hover {
	font-family: "Arial";
	color:#E9E9E9;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
	text-decoration:underline;
}


/*--------------------------------------------------------------- 
		Sitestudio Pro. | Breadcrumbs
--------------------------------------------------------------- */
a.breadCrumb {
	font-family:"Arial";
	color: #E9E9E9; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration:none;
	line-height:16px;
}
a.breadCrumb:hover {
	font-family:"Arial";
	color: #E9E9E9; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration:underline;
	line-height:16px;
}
a.breadCrumbCurrent {
	font-family:"Arial";
	color: #E9E9E9; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration:none;
	line-height:16px;
}
a.breadCrumbCurrent:hover {
	font-family:"Arial";
	color: #E9E9E9; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration:underline;
	line-height:16px;
}

span.breadCrumbDevider {
	font-family:"Arial";
	color: #E9E9E9; 
	font-weight: normal; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration:none;
	line-height:16px;
}


/*--------------------------------------------------------------- 
		Sitestudio Pro. | Searchengine
--------------------------------------------------------------- */
form#SearchForm {
	margin:0px;
}
label#SearchLabel{
	display:;
}
input#inpSearch {
	width:90px;
	height:15px;
	background-color:#FFFFFF;
	border-top:0px solid #daddd6;
	border-left:0px solid #daddd6;
	border-right:0px solid #daddd6;
	border-bottom:0px solid #daddd6;
	font-family: "Arial";
	color:#333333;
	font-weight: normal; 
	font-size:12px;	
}
input#inpSearchSubmit {
	display:none;
}