body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #6EBCD3;
	text-align: center;
	margin: 0px;
}

a {
	color: #6EBCD3;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	font-weight: normal;
	text-decoration: none;
}
/*#0099CC*/
#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: justify;
}

#title1 {
	position: absolute;
	width: 342px;
	height: 60px;
	left: 229px;
	top: 0px;
	background-image: url(images/PageDesign/Pagetemp_02.jpg);
}

#title2 {
	position: absolute;
	width: 229px;
	height: 73px;
	left: 571px;
	top: 0px;
	background-image: url(images/PageDesign/Pagetemp_03.jpg);
}

#home_box1 {
	position: absolute;
	width: 229px;
	height: 348px;
	left: 0px;
	top: 0px;
}

#home_box2 {
	position: absolute;
	width: 342px;
	height: 288px;
	left: 229px;
	top: 60px;
}

#home_box3 {
	position: absolute;
	width: 229px;
	height: 275px;
	left: 571px;
	top: 73px;
}

#picbox1 {
	position: absolute;
	width: 100px;
	height: 150px;
	left: 2px;
	top: 75px;
}

#picbox2 {
	position: absolute;
	width: 100px;
	height: 150px;
	left: 118px;
	top: 75px;
}

#picbox3 {
	position: absolute;
	width: 100px;
	height: 150px;
	left: 234px;
	top: 75px;
}

#picbox4 {
	position: absolute;
	width: 100px;
	height: 150px;
	left: 350px;
	top: 75px;
}

#picbox5 {
	position: absolute;
	width: 100px;
	height: 150px;
	left: 466px;
	top: 75px;
}

#picbox6 {
	position: absolute;
	width: 100px;
	height: 150px;
	left: 582px;
	top: 75px;
}

#picbox7 {
	position: absolute;
	width: 100px;
	height: 150px;
	left: 698px;
	top: 75px;
}

#nav_bar {
	position: absolute;
	width: 820px;
	height: 36px;
	top: 345px;
	left: -5px;
}

#content1 {
	position: relative;
	top: 385px;
	left: -15px;
	width: 830px;
	height: auto;
}

#content3 {
	position: relative;
	top: 385px;
	left: 0px;
	width: 800px;
	height: auto;
}

#content2 {
	position: relative;
	top: 280px;
	left: 0px;
	width: 800px;
	height: auto;
}

#nav_bar2 {
	position: absolute;
	width: 820px;
	height: 36px;
	top: 235px;
	left: -5px;
}

#cont1 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 390px;
	height: auto;
	float: left;
}

#cont2 {
	position: relative;
	top: 0px;
	right: 0px;
	width: 390px;
	height: auto;
	float: right;
}

#footer {
	position: absolute;
	bottom: -50px;
	height: 50px;
	width: 800px;
	font-size: 14px;
	text-align: center;
	clear: both;
}
#footer a {
	text-decoration: none;
}

p {
	margin: 0px;
}

strong {
	font-weight: normal;
	font-size: 16px;
}

.20 {
	font-size: 20px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}