@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}
body{
	background:url(bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0 auto;
}
#header{
	width:700px;
	height:200px;
	margin:0 auto;
	background-color:#FFF;	
	}
.current{
	background-color:#E1E1E1;
	}
#nav{
	float:right;
	width:420px;
	height:30px;
	margin-right:20px;
	margin-top:20px;
		}
#nav ul{
	text-decoration:none;
	list-style-type:none;
	}
#nav ul li{
	text-decoration:none;
	display:inline;
	word-spacing:15px;
	font-family:Arial, Verdana, Calibri;
	font-size:17px;
	color:#595959;
			}
#nav ul li a{
	text-decoration:none;
	display:inline;
	word-spacing:15px;
	font-family:Arial, Verdana, Calibri;
	font-size:17px;
	color:#595959;
			}
#nav ul li a:hover{
	text-decoration:none;
	display:inline;
	background-color:#E1E1E1;
	word-spacing:15px;
	font-family:Arial, Verdana, Calibri;
	font-size:17px;
	color: #595959;
			}
#clock{
	z-index:1001;
	position:relative;
	width:259px;
	height:199px;
	float:left;
	background:url(clock_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:1px;
	}
#clock_cont{
	width:180px;
	height:180px;	
	margin:10px auto;
	}
#balk_left{
	z-index:0;
	position:relative;
	float:left;
	margin-left:auto;
	width:100%;
	height:150px;
	background:url(balk.jpg);
	background-repeat:repeat-x;
	margin-top:-150px;
	}
#main_cont{
	width:700px;
	height:450px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	}
	
/********************/
#main {padding-bottom: 108px;}  /* must be same height as the footer */


#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	background-color:#999;
	background-position:bottom;
	clear:both;
	} 
#footer_cont{
	width:700px;
	height:35px;
	margin-left:auto;
	margin-right:auto;	
	}
#footer_txt1{
	text-align:left;
	float:left;
	font-size:10px;
	color:#333;
	font-family:Arial, Verdana, Calibri;
	width:200px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	font-weight:bold;
	}
	#footer_txt2 {
	text-decoration:none;
	text-align:right;
	float:right;
	font-size:10px;
	color:#333;
	font-family:Arial, Verdana, Calibri;
	width:220px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	}
#footer_txt2 a{
	text-decoration:none;
	text-align:right;
	font-size:10px;
	color:#333;
	font-family:Arial, Verdana, Calibri;
	}
	#footer_txt2 a:hover{
	text-decoration:none;
	text-align:right;
	font-size:10px;
	color:#333;
	font-family:Arial, Verdana, Calibri;
	
	}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/********************/


/********page content****************/
#img_bg{
	position:relative;
	margin-left:15px;
	margin-top:15px;
	float:left;
	width:420px;
	height:420px;
	background:url(LOGO.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#txt_bg{
	position:relative;
	margin-right:10px;
	margin-top:15px;
	float:right;
	width:240px;
	height:419px;
	border:dotted;
	border-color:#B5B5B5;
	border-width:1px;
	background-color:#F5F5F5;
	}
#img_bg0{
	position:relative;
	margin-left:15px;
	margin-top:15px;
	float:left;
	width:300px;
	height:420px;
	background:url(business_photo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#txt_bg0{
	position:relative;
	margin-right:10px;
	margin-top:15px;
	float:right;
	width:340px;
	height:419px;
	border:dotted;
	border-color:#B5B5B5;
	border-width:1px;
	background-color:#F5F5F5;
	}
#img_bg1{
	position:relative;
	margin-left:15px;
	margin-top:15px;
	float:left;
	width:300px;
	height:420px;
	background:url(norm_photo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#txt_bg1{
	position:relative;
	margin-right:10px;
	margin-top:15px;
	float:right;
	width:340px;
	height:419px;
	border:dotted;
	border-color:#B5B5B5;
	border-width:1px;
	background-color:#F5F5F5;
	}
#img_bg2{
	position:relative;
	margin-left:15px;
	margin-top:15px;
	float:left;
	width:300px;
	height:420px;
		}
#txt_bg2{
	position:relative;
	margin-right:10px;
	margin-top:15px;
	float:right;
	width:200px;
	height:419px;
	border:dotted;
	border-color:#B5B5B5;
	border-width:1px;
	background-color:#F5F5F5;
	}
#txt{
	position:relative;
	padding:10px;
	width:220px;
	height:400px;
	font-family:Arial, Verdana, Calibri;
	font-size:12px;
	}
#txt0{
	position:relative;
	padding:10px;
	width:310px;
	height:400px;
	font-family:Arial, Verdana, Calibri;
	font-size:12px;
	}	
#txt1{
	text-align:justify;
	position:relative;
	padding:10px;
	width:310px;
	height:400px;
	font-family:Arial, Verdana, Calibri;
	font-size:12px;
	}	
#txt2{
	position:relative;
	padding:10px;
	width:310px;
	height:400px;
	font-family:Arial, Verdana, Calibri;
	font-size:12px;
	font-weight: bold;
	}
/*********end page content***********/
#txt0 span {
	font-weight: bold;
}

