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 red;
}
#maincontent
{
	position:relative;
	width:100%;
	border:0px solid green;
}
	#maincontent .bodyleft
	{
		position:absolute;
		width:85px;
		height:670px;
		background-image:url(../images/body_left.jpg);background-repeat:no-repeat; 
		border:0px solid blue;
	}
	#maincontent .bodymiddle
	{
		position:relative;
		width:833px;
		left:85px;
		border:0px solid red;
		background-color:#000000;
	}
	.logo
	{
		position:relative;
		height:95px;
		width:833px;
		background-image:url(../images/logo.jpg);
		border:0px solid white;
	}
	.navigatons
	{
		position:relative;
		height:42px;
		overflow:hidden;
		z-index:9999999999999999;
	}
	#imagesearch
	{
		position:relative;
		height:233px;
		border:0px solid red;
	}
			#imagesearch .staticimage
			{
				position:absolute;
				width:833px;
				height:236px;
				background-image:url(../images/staticimage1.jpg);background-repeat:no-repeat; 
				border:0px solid red;
			}
			#imagesearch .searchtext
			{
				position:absolute;
				border:1px solid white;
				width:129px;
				height:17px;
				left:615px;
				top:207px;
				z-index:1;
				border:0px solid white;	
			}
			#imagesearch .btnsearch
			{
				position:absolute;
				border:1px solid white;
				width:30px;
				height:29px;
				left:750px;
				top:200px;
				border:0px solid white;	
			}
	#contentpart
	{
		position:relative;
		border:0px solid white;	
		top:3px;
		background-image:url(../images/inside_bodyrepeter.jpg);background-repeat:repeat-y;width:835px;		
	}
		#contentpart .bodypart
		{
			width:536px;
			min-height:262px;
			left:50px;
			border:0px solid blue;
			background-image:url(../images/body.jpg);background-repeat:no-repeat;
			background-color:#000000;
		}
			*html #contentpart .bodypart
			{
				height:262px;
			}
			.bodypart .bodytext
			{
				position:relative;
				left:50px;
				top:0px;
				width:480px;
				min-height:242px;
				border:0px solid blue;
				color:#BBBBBB;
				font-family:Tahoma;
				font-size:13px;
				padding:10px 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 .rightcol
		{
			position:absolute;
			top:0px;
			left:536px;
			width:297px;
			height:262px;
			border:0px solid blue;
		}
			.rightcol .latestnews
			{
				position:relative;
				top:15px;
				width:251px;
				height:135px;
				background-image:url(../images/body_news.jpg);background-repeat:no-repeat;
				border:0px solid white;
			}
				.rightcol .newscontent
				{
					position:absolute;
					width:230px;
					height:90px;
					top:35px;
					left:15px;
					color:#BDBDBD;
					font-family:Times New Roman;
					font-size:11px;
					border:0px solid red;
				}	
			.rightcol .newsletter
			{
				position:relative;
				top:40px;
				width:253px;
				height:46px;
				background-image:url(../images/image_newsletter.jpg);background-repeat:no-repeat;			
			}	
				.newsletter .newslettertextbox
				{
					position:absolute;
					top:23px;
					left:22px;
					width:157px;
					border:0px solid #545454;
				}
				.newsletter .btnok
				{
					position:absolute;
					top:15px;
					left:190px;
				}
		#contentpart .bodybottom
		{
			position:relative;
			height:34px;
			border:0px solid white;
			top:3px;
			background-image:url(../images/body_bottom.jpg);background-repeat:no-repeat;
		}
		
		#maincontent .bodyright
		{
			position:absolute;
			top:0px;
			left:918px;
			width:82px;
			height:670px;
			background-image:url(../images/body_right.jpg); 
			border:0px solid blue;
		}
		
.footer
{
	position:relative;
	top:20px;
	height:70px;	
	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;
}


