div
{
	margin:0px;
	padding:0px;
}
body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:12px;
	margin:0px;
	color:#000000;
	background-color:#0E0E0E;
	scrollbar-face-color: #DCDCDC; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #626262; 
	scrollbar-track-color: #EFEFEF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}
.outer
{
	width:100%;
	border:0px solid white;
}
.inner
{
	width:1000px;
	border:0px solid white;
}
#maincontent
{
	position:relative;
	width:100%;
	border:0px solid green;
}
	 #maincontent .bodyleft
	{
		position:absolute;
		width:86px;
		height:670px;
		background-image:url(../images/body_left.jpg);background-repeat:no-repeat; 
	}
	#maincontent .bodymiddle
	{
		position:relative;
		width:833px;
		left:85px;
		border:0px solid white;
		/*background-color:#000000;*/
	}
	.logo
	{
		height:95px;
		background-image:url(../images/logo.jpg);
		border:0px solid white;
	}
	.navigatons
	{
		height:42px;
		overflow:hidden;
		z-index:9999999999999999;
	}
	#imagesearch
	{
		position:relative;
		height:233px;
		border:0px solid red;
	}
			#imagesearch .staticimage
			{
				position:absolute;
				width:833px;
				height:236px;
				left:3px;
				background-image:url(../images/inside_staticimage.jpg);background-repeat:no-repeat;
				border:0px solid red;
			}
			#imagesearch .searchtext
			{
				position:absolute;
				border:1px solid white;
				width:129px;
				height:17px;
				left:622px;
				top:207px;
				border:0px solid white;	
			}
			#imagesearch .btnsearch
			{
				position:absolute;
				border:1px solid white;
				width:30px;
				height:29px;
				left:752px;
				top:200px;
				border:0px solid white;	
			}
.newsrow
{
	position:relative;
	height:39px;
	background-image:url(../images/inside_news.jpg);background-repeat:no-repeat;
	top:4px;
	border:0px solid white;
}
	.newsrow .newsbody
	{
		position:absolute;
		width:360px;
		height:15px;
		left:120px;
		top:10px;
		border:0px solid blue;
	}
	.newsrow .newslettertextbox
	{
		position:absolute;
		height:15px;
		left:590px;
		top:10px;
		border:0px solid blue;
	}
	.newsrow .btnnewsletter
	{
		position:absolute;
		height:29px;
		left:752px;
		top:5px;
		border:0px solid blue;
	}
		
	#contentpart
	{
		position:relative;
		border:0px solid blue;	
		top:4px;
		background-image:url(../images/inside_bodyrepeter.jpg);background-repeat:repeat-y;width:835px;	
	}
	
		#contentpart .bodypart
		{
			min-height:225px;
			left:50px;
			border:0px solid red;
			background-image:url(../images/inside_body.jpg);background-repeat:no-repeat;
			/*background-color:#000000;*/
		}
				*html #contentpart .bodypart
				{
					height:225px;
				}
				.bodypart .bodytext
				{
					position:relative;
					left:40px;
					top:0px;
					width:780px;
					min-height:200px;
					border:0px solid blue;
					color:#BBBBBB;
					font-family:Tahoma;
					font-size:13px;
					padding:30px 0px 0px 0px;
				}
				.bodytext A
				{
					color:#BBBBBB;
					font-family:Tahoma;
					font-size:13px;
				}
				.bodytext A:hover
				{
					color:#ff0000;
					font-family:Tahoma;
					font-size:13px;
				}
					*html .bodypart .bodytext
					{
						height:242px;
					}
			#contentpart .bodybottom
			{
				position:relative;
				height:34px;
				border:0px solid white;
				background-image:url(../images/body_bottom.jpg);background-repeat:no-repeat;
			}									
	
		
		
.bodyright
{
	position:absolute;
	top:0px;
	left:918px;
	width:82px;
	height:670px;
	background-image:url(../images/body_right.jpg); 
	border:0px solid white;
}
.footer
{
	position:relative;
	height:70px;	
	top:20px;
	color:#4B4B4B;
	font-size:10px;
	font-family:Verdana;
	text-align:center;
	border:0px solid white;
}
.footer a
{
	color:#4B4B4B;
	font-size:10px;
	font-family:Verdana;
	text-align:center;
	border:0px solid white;
	text-decoration:none;
}
.footer a:hover
{
	color:#4B4B4B;
	font-size:10px;
	font-family:Verdana;
	text-align:center;
	border:0px solid white;
	text-decoration:none;
}
.space
{
	position:relative;
	top:20px;
	height:1px;
	width:100%;
	border:0px solid red;
}

