/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f1f1;
}

.footer {
	color: #006699;
}

.TXTtd {
	padding-left: 25px;
	padding-right: 25px;
}

.TXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}
#top {
	height: 194px;
	width:760px;
	background-color:#FFFFFF;
	position:relative;
}
#top #logo {
	height:44px;
	width:193px;
	position: absolute;
	top:5px;
	left:30px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}

#top_image{
	height: 138px;
	width: 351px;
	background-image:url(../images/top01.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:56px;
	left:0px;
}

#menu{
	height: 138px;
	width: 409px;
	background-image:url(../images/top02.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:56px;
	right:0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 110px;

}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #006699;
	text-decoration: none;
}

#footer {
	height: 79px;
	width:760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	background-image:url(../images/footer.jpg);
	text-align: center;
}
#footer p{
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 65px 0px 0px 0px;
}


#content {
	height:270px;
	width:760px;
	background-color:#FFFFFF;
	position:relative;
	text-align:justify;
}


#contents_wrapper #left{
	height:270px;
	width:195px;
	position:absolute;
	left:0px;
	padding: 5px 0px 0px 0px;
	text-align:center;
}

#contents_wrapper #right{
	height:270px;
	width:560px;
	position:absolute;
	right:0px;
	padding: 20px 20px 0px 0px;
}

#contents_wrapper .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3473A2;
	text-decoration: none;
	background-image: url(../images/bullet.jpg);
	padding-left: 30px;
	background-repeat: no-repeat;
	line-height: 25px;
	height: 30px;
	background-position: 0px;
}

/* CSS Content for slide effect */

#contents_wrapper{
	overflow:hidden;
	height:270px;
	width:760px;
	background-color:#FFFFFF;
	position:relative;
}


.content{
	position: absolute;
	top:0px;
	width:750px;
	overflow:hidden;
}


#home {
	left:0px;
	width: 761px;
	height: 400px;
	text-align: justify;
}


#services{
	left:2700px;
	width: 761px;
	height: 400px;
	text-align: justify;
}

#contact_us{
	left:1500px;
	width: 761px;
	height: 400px;
	text-align: justify;
}

