/* CSS Document */body 		{			margin-left: 0px;			margin-top: 0px;			margin-right: 0px;			margin-bottom: 0px;			background-image:url(img/background.gif)			}			#logo 		{			position:relative;			width:100%;			background-color:#FFFFFF;			}			#tag 		{			position:relative;			top:-25px;			margin-left:663px;			}			#nav 		{				position:relative;			top:-18px;			margin-left:38px;			width:137px;			}		#content 	{			position:relative;			top:-150px;			margin-left:175px;			width:458px;			height:auto;			padding-right:30px;			padding-top:0px;			}#contanier {			margin-top:20px;			width:auto;			}						#contanier_first {			margin-top:0px;			width:auto;			}						#contanier_strk {			margin-top:10px;			border-bottom:1px dotted #222;			width:auto;			}						#address	{		position: absolute;		bottom: 0px;		margin-left:663px;		visibility: visible;		display: block		}										/* ------------------------------ */					.regular	{			font-family:Verdana, Arial, Helvetica, sans-serif;			font-size:10px;			line-height:14px;			color:#555;			}			.regularRight	{			text-align:right;			font-family:Verdana, Arial, Helvetica, sans-serif;			font-style:italic;			font-size:10px;			line-height:14px;			color:#555;			}						.bold		{			text-align:left;			font-family:Verdana, Arial, Helvetica, sans-serif;			font-size:10px;			line-height:14px;			font-weight:bold;			color:#333;			}			.headline	{			color: #333;			font-family:Georgia, "Times New Roman", Times, serif;			font-size:12px;			font-weight:bold;			}			.mainhead	{			font-family:Georgia, "Times New Roman", Times, serif;			color: #333;			font-size: 12px;			font-weight:bold;			text-transform:uppercase;			}								/* ------------------------------ */		a:link {	text-decoration: none;	color: #0991D4;	border-bottom: dotted #CCCCFF 1px;	}a:visited {	color: #0991D4;	border-bottom: dotted #CCCCFF 1px;	text-decoration: none;	}a:active {	color: #0991D4;	border-bottom: dotted #CCCCFF 1px;	text-decoration: none;	}a:hover {	color: #0991D4;	border-bottom: dotted #999999 1px;	text-decoration: none;	}	/* ------ links page ---------------------- */							a.lks:link {	color: #444;	border-bottom: dotted #CCCCFF 1px;	line-height:17px;	text-decoration: none;	}a.lks:visited {	color: #444;	border-bottom: dotted #CCCCFF 1px;	line-height:17px;	text-decoration: none;	}a.lks:active {	color: #444;	border-bottom: dotted #CCCCFF 1px;	line-height:17px;	text-decoration: none;	}a.lks:hover {	color: #0991D4;	border-bottom: dotted #444 1px;	line-height:17px;	text-decoration: none;	}